diff options
author | 2012-09-24 02:50:42 +0000 | |
---|---|---|
committer | 2012-09-24 02:50:42 +0000 | |
commit | 27c776d28cad938449167f63a51a1a2ae5de1168 (patch) | |
tree | 85e6f8c7b0930a3ca3b2338a9e3356e4960dcb08 /dev-python/sqlalchemy-migrate | |
parent | Remove old, vulnerable version (bug #435696). (diff) | |
download | historical-27c776d28cad938449167f63a51a1a2ae5de1168.tar.gz historical-27c776d28cad938449167f63a51a1a2ae5de1168.tar.bz2 historical-27c776d28cad938449167f63a51a1a2ae5de1168.zip |
keyword ~ppc64, bug #381709
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-python/sqlalchemy-migrate')
-rw-r--r-- | dev-python/sqlalchemy-migrate/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/sqlalchemy-migrate/ChangeLog b/dev-python/sqlalchemy-migrate/ChangeLog index da1a2adab2c2..8e87f4d1a901 100644 --- a/dev-python/sqlalchemy-migrate/ChangeLog +++ b/dev-python/sqlalchemy-migrate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/sqlalchemy-migrate # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.11 2012/02/08 06:43:08 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.12 2012/09/24 02:50:42 blueness Exp $ + + 24 Sep 2012; Anthony G. Basile <blueness@gentoo.org> + sqlalchemy-migrate-0.7.2.ebuild: + keyword ~ppc64, bug #381709 *sqlalchemy-migrate-0.7.2 (08 Feb 2012) @@ -53,4 +57,3 @@ 16 Jul 2009; Luca Barbato <lu_zero@gentoo.org> +metadata.xml, +sqlalchemy-migrate-0.5.4.ebuild: Initial commit - diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2.ebuild b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2.ebuild index 55275d210dc5..771adaca96a9 100644 --- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2.ebuild +++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2.ebuild,v 1.1 2012/02/08 06:43:08 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2.ebuild,v 1.2 2012/09/24 02:50:42 blueness Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" DEPEND="dev-python/decorator |