summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marlowe <mattm@gentoo.org>2006-06-23 14:58:30 +0000
committerMatthew Marlowe <mattm@gentoo.org>2006-06-23 14:58:30 +0000
commit1b24d6bea1458c2bc3dd786e7898a99431c142c7 (patch)
treedd7919c9e410dbe547e8ca3fd05e0e05183e3823 /dev-ruby
parentput metadata.xml in place and restrict test phase for bug 136733 (diff)
downloadgentoo-2-1b24d6bea1458c2bc3dd786e7898a99431c142c7.tar.gz
gentoo-2-1b24d6bea1458c2bc3dd786e7898a99431c142c7.tar.bz2
gentoo-2-1b24d6bea1458c2bc3dd786e7898a99431c142c7.zip
minor bug fix, remove ruby extconf.rb
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-oci8/ruby-oci8-0.1.15.ebuild3
1 files changed, 1 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 3e042ba8e216..478172be25ca 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.2 2006/06/23 13:26:35 mattm Exp $
+# $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 $
inherit ruby
@@ -20,7 +20,6 @@ RDEPEND="dev-db/oracle-instantclient-basic
DEPEND="virtual/ruby ${RDEPEND}"
src_compile() {
- ruby extconf.rb || die
emake || die
}