diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2007-03-16 11:08:43 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2007-03-16 11:08:43 +0000 |
commit | 31da1012c2d3436a66337e1a3238aa951de33774 (patch) | |
tree | 307008fc3c1de7bac6d5197e1fa10f27d5b76b16 /dev-python/mod_python | |
parent | Fixed .desktop file location. Fixed gentoo->mirror. (diff) | |
download | gentoo-2-31da1012c2d3436a66337e1a3238aa951de33774.tar.gz gentoo-2-31da1012c2d3436a66337e1a3238aa951de33774.tar.bz2 gentoo-2-31da1012c2d3436a66337e1a3238aa951de33774.zip |
Removed autotools and eautoconf since it isn't needed.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-python/mod_python')
-rw-r--r-- | dev-python/mod_python/mod_python-3.3.1.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-python/mod_python/mod_python-3.3.1.ebuild b/dev-python/mod_python/mod_python-3.3.1.ebuild index 1a80010aa254..040cea8f8827 100644 --- a/dev-python/mod_python/mod_python-3.3.1.ebuild +++ b/dev-python/mod_python/mod_python-3.3.1.ebuild @@ -1,11 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-3.3.1.ebuild,v 1.1 2007/03/16 11:02:42 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-3.3.1.ebuild,v 1.2 2007/03/16 11:08:43 dev-zero Exp $ -WANT_AUTOCONF=latest -WANT_AUTOMAKE=none - -inherit python apache-module multilib autotools +inherit python apache-module multilib KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" @@ -34,8 +31,6 @@ src_unpack() { sed -i \ -e 's:--optimize 2:--no-compile:' \ "dist/Makefile.in" - - eautoconf } src_compile() { |