diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-07-12 15:47:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-07-12 15:47:21 +0000 |
commit | b9f3cdf22e1133e3eed7f49044cc955c76c4adca (patch) | |
tree | 2fefa8195cd241d2884579f1b54a6321fb91ff84 /dev-python/mysql-python/mysql-python-1.2.0-r1.ebuild | |
parent | Mark 3.1.4-r1 stable on ia64 (diff) | |
download | historical-b9f3cdf22e1133e3eed7f49044cc955c76c4adca.tar.gz historical-b9f3cdf22e1133e3eed7f49044cc955c76c4adca.tar.bz2 historical-b9f3cdf22e1133e3eed7f49044cc955c76c4adca.zip |
Mark 1.2.0-r1 stable on ia64
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-python/mysql-python/mysql-python-1.2.0-r1.ebuild')
-rw-r--r-- | dev-python/mysql-python/mysql-python-1.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mysql-python/mysql-python-1.2.0-r1.ebuild b/dev-python/mysql-python/mysql-python-1.2.0-r1.ebuild index 075abe739ac6..fbfea9cfa091 100644 --- a/dev-python/mysql-python/mysql-python-1.2.0-r1.ebuild +++ b/dev-python/mysql-python/mysql-python-1.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.0-r1.ebuild,v 1.4 2006/05/17 23:30:57 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.0-r1.ebuild,v 1.5 2006/07/12 15:47:21 agriffis Exp $ inherit distutils eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mysql-python/MySQL-python-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ia64 ~ppc ~sparc ~x86" IUSE="" |