diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-21 08:25:33 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-21 08:25:33 +0000 |
commit | ddc0db188c7c453012b73890919fe071e13eedb4 (patch) | |
tree | 53bd2187fcac552db61b91d888fe8e3be7bdcc3f /dev-lang/python/python-2.1.3-r1.ebuild | |
parent | needs deps before going stable (diff) | |
download | gentoo-2-ddc0db188c7c453012b73890919fe071e13eedb4.tar.gz gentoo-2-ddc0db188c7c453012b73890919fe071e13eedb4.tar.bz2 gentoo-2-ddc0db188c7c453012b73890919fe071e13eedb4.zip |
Fix PROVIDE according to bug 93028.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lang/python/python-2.1.3-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-2.1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.1.3-r1.ebuild b/dev-lang/python/python-2.1.3-r1.ebuild index 5523914bdaa2..2d89e155ce16 100644 --- a/dev-lang/python/python-2.1.3-r1.ebuild +++ b/dev-lang/python/python-2.1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3-r1.ebuild,v 1.18 2005/01/05 00:38:48 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3-r1.ebuild,v 1.19 2005/05/21 08:25:33 kloeri Exp $ IUSE="readline tcltk berkdb" @@ -24,7 +24,7 @@ RDEPEND="$DEPEND" # The dev-python/python-fchksum RDEPEND is needed to that this python provides # the functionality expected from previous pythons. -PROVIDE="virtual/python-2.1" +PROVIDE="virtual/python" SLOT="2.1" src_compile() { |