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/pythong | |
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/pythong')
-rw-r--r-- | dev-python/pythong/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pythong/pythong-2.0.21.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pythong/Manifest b/dev-python/pythong/Manifest index 93964bb085a7..530404c75d82 100644 --- a/dev-python/pythong/Manifest +++ b/dev-python/pythong/Manifest @@ -1,3 +1,3 @@ MD5 366980a3c3aeed0d51e3dd45f67ab53c ChangeLog 401 -MD5 e15b66042627a332a2c7104420dad51f pythong-2.0.21.2.ebuild 1513 +MD5 a909663dc43263c0c96f248a0d107245 pythong-2.0.21.2.ebuild 1507 MD5 ef6104b1ca6dd2b5346eccd49c837859 files/digest-pythong-2.0.21.2 119 diff --git a/dev-python/pythong/pythong-2.0.21.2.ebuild b/dev-python/pythong/pythong-2.0.21.2.ebuild index ad75c7e58cb1..4454347cec81 100644 --- a/dev-python/pythong/pythong-2.0.21.2.ebuild +++ b/dev-python/pythong/pythong-2.0.21.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.0.21.2.ebuild,v 1.2 2003/06/21 22:30:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.0.21.2.ebuild,v 1.3 2003/06/22 12:16:00 liquidx Exp $ inherit distutils @@ -16,7 +16,7 @@ SRC_URI="http://www.colicsoft.com/pub/${MY_PN}-${MY_PV}.tgz HOMEPAGE="http://www3.uji.es/~dllorens/PythonG/principal.html" LICENSE="GPL-2" -KEYWORDS="x86 amd64" +KEYWORDS="~x86" SLOT="0" S=${WORKDIR}/${MY_PN}-${MY_PV} |