diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-02-29 03:52:47 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-02-29 03:52:47 +0000 |
commit | 247143086d11a76c4e4513b621821ad887b3ffc5 (patch) | |
tree | 95941da2f422abd7f271bd7439420487ce7cbb7e /dev-python | |
parent | added ~amd64 keyword (Manifest recommit) (diff) | |
download | gentoo-2-247143086d11a76c4e4513b621821ad887b3ffc5.tar.gz gentoo-2-247143086d11a76c4e4513b621821ad887b3ffc5.tar.bz2 gentoo-2-247143086d11a76c4e4513b621821ad887b3ffc5.zip |
added amd64 to keywords
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyorbit/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyorbit/pyorbit-2.0.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyorbit/Manifest b/dev-python/pyorbit/Manifest index c54f49493c31..6d24c1103167 100644 --- a/dev-python/pyorbit/Manifest +++ b/dev-python/pyorbit/Manifest @@ -1,4 +1,4 @@ -MD5 f1a7b9c61e89a5cee1f076e8740e3390 pyorbit-2.0.0.ebuild 615 MD5 139b74ea3d603345f57f9715e4ef7ae5 ChangeLog 1518 MD5 7f4b1ac767214657b085c4951227af02 metadata.xml 178 +MD5 6dbb9179e5516d53bfc9abbebf38a32f pyorbit-2.0.0.ebuild 620 MD5 9d3297219d639bea2af5b40eac57dd24 files/digest-pyorbit-2.0.0 66 diff --git a/dev-python/pyorbit/pyorbit-2.0.0.ebuild b/dev-python/pyorbit/pyorbit-2.0.0.ebuild index 30ae70f416bc..4c03745505da 100644 --- a/dev-python/pyorbit/pyorbit-2.0.0.ebuild +++ b/dev-python/pyorbit/pyorbit-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.0.0.ebuild,v 1.6 2004/01/09 20:19:57 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.0.0.ebuild,v 1.7 2004/02/29 03:47:52 jhuebel Exp $ # debug since its a devel release inherit gnome2 debug @@ -10,7 +10,7 @@ HOMEPAGE="http://www.daa.com.au/~james/pygtk/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc alpha sparc" +KEYWORDS="x86 ~ppc alpha sparc amd64" IUSE="" RDEPEND=">=dev-lang/python-2.2 |