diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-11-23 12:25:43 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-11-23 12:25:43 +0000 |
commit | 1694c0e4aa2d81b6a93617dd288578c896f6c12b (patch) | |
tree | 83bb5e92658017b6201bb89a947b9036afe7db17 /dev-python/pythong/pythong-2.1.2.ebuild | |
parent | version bump and cleanups (diff) | |
download | gentoo-2-1694c0e4aa2d81b6a93617dd288578c896f6c12b.tar.gz gentoo-2-1694c0e4aa2d81b6a93617dd288578c896f6c12b.tar.bz2 gentoo-2-1694c0e4aa2d81b6a93617dd288578c896f6c12b.zip |
version bump and cleanups
Diffstat (limited to 'dev-python/pythong/pythong-2.1.2.ebuild')
-rw-r--r-- | dev-python/pythong/pythong-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pythong/pythong-2.1.2.ebuild b/dev-python/pythong/pythong-2.1.2.ebuild index 0828d1123747..efb30a14a6ec 100644 --- a/dev-python/pythong/pythong-2.1.2.ebuild +++ b/dev-python/pythong/pythong-2.1.2.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/pythong/pythong-2.1.2.ebuild,v 1.1 2003/10/30 10:08:20 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.2.ebuild,v 1.2 2003/11/23 12:25:37 liquidx Exp $ inherit python distutils @@ -14,7 +14,7 @@ SRC_URI="http://www3.uji.es/~dllorens/downloads/pythong/linux/${MY_PN}-${MY_PV}. HOMEPAGE="http://www3.uji.es/~dllorens/PythonG/principal.html" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" IUSE="doc" |