summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-07-20 10:49:21 +0000
committerMatti Bickel <mabi@gentoo.org>2010-07-20 10:49:21 +0000
commitd6b1b0297b86af31a308e7fe6cf1d5b9d4591d1a (patch)
treed4572a49a1efc9b10faa4c4dfc8f575a4361a2d7 /eclass
parentDo not mark EAPI=4 as compatible yet (diff)
downloadhistorical-d6b1b0297b86af31a308e7fe6cf1d5b9d4591d1a.tar.gz
historical-d6b1b0297b86af31a308e7fe6cf1d5b9d4591d1a.tar.bz2
historical-d6b1b0297b86af31a308e7fe6cf1d5b9d4591d1a.zip
WANT_* specifies only defaults (bug #329071)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-ext-source-r1.eclass6
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/php-ext-source-r1.eclass b/eclass/php-ext-source-r1.eclass
index c2a2d5a570be..ad8e1ab218ca 100644
--- a/eclass/php-ext-source-r1.eclass
+++ b/eclass/php-ext-source-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.19 2008/05/09 13:02:04 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.20 2010/07/20 10:49:21 mabi Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
# Author: Stuart Herbert <stuart@gentoo.org>
@@ -15,10 +15,6 @@
# This eclass provides a unified interface for compiling and installing standalone
# PHP extensions (modules) from source code.
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="latest"
-
inherit php-ext-base-r1 flag-o-matic autotools depend.php
EXPORT_FUNCTIONS src_unpack src_compile src_install