diff options
author | Matthew Marlowe <mattm@gentoo.org> | 2006-08-21 09:51:44 +0000 |
---|---|---|
committer | Matthew Marlowe <mattm@gentoo.org> | 2006-08-21 09:51:44 +0000 |
commit | e5fda9dbfa96e62fc949ecb80cbfbc9d53a387f9 (patch) | |
tree | c4c1f2dd1ee911abc793ddfd17673fcbcb1456c2 /dev-ruby/ruby-oci8 | |
parent | Stable for HPPA (bug #144006). (diff) | |
download | gentoo-2-e5fda9dbfa96e62fc949ecb80cbfbc9d53a387f9.tar.gz gentoo-2-e5fda9dbfa96e62fc949ecb80cbfbc9d53a387f9.tar.bz2 gentoo-2-e5fda9dbfa96e62fc949ecb80cbfbc9d53a387f9.zip |
fixing bugs #138263 and #141730 which were minor ebuild improvements.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'dev-ruby/ruby-oci8')
-rw-r--r-- | dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild b/dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild index 478172be25ca..0579eb8de960 100644 --- a/dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild +++ b/dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild,v 1.3 2006/06/23 14:58:30 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild,v 1.4 2006/08/21 09:51:44 mattm Exp $ inherit ruby @@ -20,7 +20,7 @@ RDEPEND="dev-db/oracle-instantclient-basic DEPEND="virtual/ruby ${RDEPEND}" src_compile() { - emake || die + emake -j1 CONFIG_OPT="--prefix=${D}usr" || die } src_install() { |