diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-05-30 22:08:57 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-05-30 22:08:57 +0000 |
commit | 0a3f4b1ff81cd8e8ed2827b870f99bbc1f571842 (patch) | |
tree | d27b5fb985f18c0b587c84e31d75ae7053325f8e /dev-python | |
parent | Restore webapp-config-1.10-r14 as many packages depends on it. (diff) | |
download | gentoo-2-0a3f4b1ff81cd8e8ed2827b870f99bbc1f571842.tar.gz gentoo-2-0a3f4b1ff81cd8e8ed2827b870f99bbc1f571842.tar.bz2 gentoo-2-0a3f4b1ff81cd8e8ed2827b870f99bbc1f571842.zip |
fix depend
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyxdg/Manifest | 12 | ||||
-rw-r--r-- | dev-python/pyxdg/pyxdg-0.12.ebuild | 6 |
2 files changed, 4 insertions, 14 deletions
diff --git a/dev-python/pyxdg/Manifest b/dev-python/pyxdg/Manifest index 37cf53408cf9..03e15f70c9ae 100644 --- a/dev-python/pyxdg/Manifest +++ b/dev-python/pyxdg/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 dc823c38af10cffe8c1977301d035a2f pyxdg-0.8.ebuild 654 -MD5 c0a261403ee77a63fedc00b28971de84 pyxdg-0.12.ebuild 658 +MD5 aacc9a5b2f17cd3c7839aa3bdf7612ef pyxdg-0.12.ebuild 665 MD5 a460bdfb777bf03bff89b98617bb906e ChangeLog 2941 MD5 58ac13388568f6d0f05ee2af5d047ab6 metadata.xml 252 MD5 94906d1c001ebe64a7b5d9f25fd4d702 files/digest-pyxdg-0.8 60 MD5 7107f915628966d456a210356ad9b2d4 files/digest-pyxdg-0.12 61 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCm0TSevY57Fted3ERAiDXAJ43sjvU2XUHZHUUVVt8+ucP21ByLQCgoKeN -oS5fkVm082LwiZL3jQ/+15c= -=6Ebk ------END PGP SIGNATURE----- diff --git a/dev-python/pyxdg/pyxdg-0.12.ebuild b/dev-python/pyxdg/pyxdg-0.12.ebuild index c3207fa113b5..0b0ced63138c 100644 --- a/dev-python/pyxdg/pyxdg-0.12.ebuild +++ b/dev-python/pyxdg/pyxdg-0.12.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-python/pyxdg/pyxdg-0.12.ebuild,v 1.1 2005/05/30 15:42:45 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.12.ebuild,v 1.2 2005/05/30 22:08:57 lanius Exp $ inherit distutils @@ -9,9 +9,9 @@ SRC_URI="http://www.freedesktop.org/~lanius/${P}.tar.gz" HOMEPAGE="http://pyxdg.freedesktop.org/" LICENSE="LGPL-2" -DEPEND="virtual/python" -SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" +DEPEND=">=dev-lang/python-2.4" +SLOT="0" IUSE="" src_install () { |