diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 12:16:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 12:16:00 +0000 |
commit | 61165985245a7bd008ae6e009f7be69f64bb043e (patch) | |
tree | 411629830ce879eb36ce969381f6d72ebc865433 /dev-python/happydoc | |
parent | tthat pesky cleanilness will break 1.0 profile. reintroducing openldap 2.0.25. (diff) | |
download | gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.tar.gz gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.tar.bz2 gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.zip |
reverting the x86 mess that amd64 made in dev-python. basically just
reverted to dev-python 24 hours ago.
Diffstat (limited to 'dev-python/happydoc')
-rw-r--r-- | dev-python/happydoc/Manifest | 4 | ||||
-rw-r--r-- | dev-python/happydoc/happydoc-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/happydoc/happydoc-2.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/happydoc/Manifest b/dev-python/happydoc/Manifest index 354910744792..8c57d268d3e6 100644 --- a/dev-python/happydoc/Manifest +++ b/dev-python/happydoc/Manifest @@ -1,5 +1,5 @@ MD5 93098c9db1f819a2923bc98205514a94 ChangeLog 885 -MD5 c787237d241886fccc762bb369e0056b happydoc-2.0.1.ebuild 785 -MD5 b1190596c20d78bebe8efc80931f4328 happydoc-2.1.ebuild 931 +MD5 84476eb937cf60f75499f4e0ebc053d1 happydoc-2.1.ebuild 924 +MD5 a2c9364a631942343de0072945e5e3ab happydoc-2.0.1.ebuild 778 MD5 ff94dd4cc18291ab80ea2ecbdf87538f files/digest-happydoc-2.0.1 67 MD5 8dac4d31c0d3c69095ea1a7486238ba6 files/digest-happydoc-2.1 127 diff --git a/dev-python/happydoc/happydoc-2.0.1.ebuild b/dev-python/happydoc/happydoc-2.0.1.ebuild index b81cd0062e8b..afdba4ca65a9 100644 --- a/dev-python/happydoc/happydoc-2.0.1.ebuild +++ b/dev-python/happydoc/happydoc-2.0.1.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-python/happydoc/happydoc-2.0.1.ebuild,v 1.13 2003/06/21 22:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-2.0.1.ebuild,v 1.14 2003/06/22 12:15:59 liquidx Exp $ MY_PN="HappyDoc" MY_PV=${PV//./_} @@ -11,7 +11,7 @@ HOMEPAGE="http://happydoc.sourceforge.net/" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 amd64 sparc alpha" +KEYWORDS="x86 sparc alpha" DEPEND="virtual/python" diff --git a/dev-python/happydoc/happydoc-2.1.ebuild b/dev-python/happydoc/happydoc-2.1.ebuild index faf91638893f..623e628fb432 100644 --- a/dev-python/happydoc/happydoc-2.1.ebuild +++ b/dev-python/happydoc/happydoc-2.1.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-python/happydoc/happydoc-2.1.ebuild,v 1.3 2003/06/21 22:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/happydoc-2.1.ebuild,v 1.4 2003/06/22 12:15:59 liquidx Exp $ inherit distutils @@ -13,7 +13,7 @@ HOMEPAGE="http://happydoc.sourceforge.net/" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 amd64 ~sparc ~alpha" +KEYWORDS="~x86 ~sparc ~alpha" DEPEND="virtual/python" |