diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 02:26:16 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 02:26:16 +0000 |
commit | e7a61d4c2e1f8660df0f6c686550c28793bd285a (patch) | |
tree | 3117915e258f810892c041b989f84580d198b2bd /sys-apps | |
parent | use sys-libs/zlib, not zlib (diff) | |
download | historical-e7a61d4c2e1f8660df0f6c686550c28793bd285a.tar.gz historical-e7a61d4c2e1f8660df0f6c686550c28793bd285a.tar.bz2 historical-e7a61d4c2e1f8660df0f6c686550c28793bd285a.zip |
new deps for new python
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/portage-1.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/portage/portage-1.9.2.ebuild b/sys-apps/portage/portage-1.9.2.ebuild index 50802f6804c0..63f67e0ae5ca 100644 --- a/sys-apps/portage/portage-1.9.2.ebuild +++ b/sys-apps/portage/portage-1.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. Distributed under the terms # of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-1.9.2.ebuild,v 1.1 2002/04/22 05:51:52 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-1.9.2.ebuild,v 1.2 2002/04/25 02:26:16 drobbins Exp $ S=${WORKDIR}/${P} SLOT="0" @@ -13,7 +13,7 @@ if [ "`use build`" ] then RDEPEND="" else - RDEPEND=">=sys-apps/fileutils-4.1.8 =dev-lang/python-2.2* sys-apps/debianutils" + RDEPEND=">=sys-apps/fileutils-4.1.8 dev-python/python-fchksum =dev-lang/python-2.2* sys-apps/debianutils" fi src_unpack() { |