diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 16:21:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 16:21:25 +0000 |
commit | c8b463b31ba0ca8f69f70b855ef7d3ebe575dac4 (patch) | |
tree | dec07ee11a4203a6eb8813defcd625d2145b8257 /dev-lang/python | |
parent | need eutils for epatch (diff) | |
download | gentoo-2-c8b463b31ba0ca8f69f70b855ef7d3ebe575dac4.tar.gz gentoo-2-c8b463b31ba0ca8f69f70b855ef7d3ebe575dac4.tar.bz2 gentoo-2-c8b463b31ba0ca8f69f70b855ef7d3ebe575dac4.zip |
need eutils for epatch
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-2.2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.2.3-r1.ebuild b/dev-lang/python/python-2.2.3-r1.ebuild index 6299b197f2e6..54eb3fee82ad 100644 --- a/dev-lang/python/python-2.2.3-r1.ebuild +++ b/dev-lang/python/python-2.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r1.ebuild,v 1.4 2003/07/23 12:22:33 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r1.ebuild,v 1.5 2003/08/05 16:21:25 vapier Exp $ IUSE="readline tcltk berkdb bootstrap build doc" @@ -37,7 +37,7 @@ PROVIDE="virtual/python" SLOT="2.2" -inherit flag-o-matic +inherit flag-o-matic eutils src_unpack() { unpack ${A} |