diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-20 20:38:48 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-20 20:38:48 +0000 |
commit | c0fe148ce1218205ec6b7dec91962bc2129ecc2c (patch) | |
tree | 21ea3137f606fb799f9ff993780301ae71ef2ffe /dev-python/sqlalchemy-migrate | |
parent | Keyword ~ppc ~ppc64, bug #508282 (diff) | |
download | gentoo-2-c0fe148ce1218205ec6b7dec91962bc2129ecc2c.tar.gz gentoo-2-c0fe148ce1218205ec6b7dec91962bc2129ecc2c.tar.bz2 gentoo-2-c0fe148ce1218205ec6b7dec91962bc2129ecc2c.zip |
Keyword ~ppc ~ppc64, bug #508282
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/sqlalchemy-migrate')
-rw-r--r-- | dev-python/sqlalchemy-migrate/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/sqlalchemy-migrate/ChangeLog b/dev-python/sqlalchemy-migrate/ChangeLog index a20362de5764..8ffec16fafbe 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.33 2014/07/20 11:05:03 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.34 2014/08/20 20:38:48 blueness Exp $ + + 20 Aug 2014; Anthony G. Basile <blueness@gentoo.org> + sqlalchemy-migrate-0.9.ebuild: + Keyword ~ppc ~ppc64, bug #508282 20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> sqlalchemy-migrate-0.9.ebuild: diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.ebuild b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.ebuild index e4143e405b59..3b88f42ca367 100644 --- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.ebuild +++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.9.ebuild,v 1.5 2014/07/20 11:05:03 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.ebuild,v 1.6 2014/08/20 20:38:48 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |