diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-10 09:34:55 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-10 09:34:55 +0000 |
commit | f686d5350eff8a8ee9a9e828973383917d937876 (patch) | |
tree | a9355eb1ee078c4d96aa72222a84f016478517d2 /dev-python | |
parent | Convert overlooked sqlite3 USE flag, fixing bug 549050. (diff) | |
download | gentoo-2-f686d5350eff8a8ee9a9e828973383917d937876.tar.gz gentoo-2-f686d5350eff8a8ee9a9e828973383917d937876.tar.bz2 gentoo-2-f686d5350eff8a8ee9a9e828973383917d937876.zip |
Mark ~ppc64 (bug #548938).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/asyncio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/asyncio/asyncio-3.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/asyncio/ChangeLog b/dev-python/asyncio/ChangeLog index 5eb52fd91201..277b4f1a93d8 100644 --- a/dev-python/asyncio/ChangeLog +++ b/dev-python/asyncio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/asyncio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.3 2015/05/10 09:14:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.4 2015/05/10 09:34:55 jer Exp $ + + 10 May 2015; Jeroen Roovers <jer@gentoo.org> asyncio-3.4.2.ebuild: + Mark ~ppc64 (bug #548938). 10 May 2015; Jeroen Roovers <jer@gentoo.org> asyncio-3.4.2.ebuild: Mark ~hppa (bug #548938). diff --git a/dev-python/asyncio/asyncio-3.4.2.ebuild b/dev-python/asyncio/asyncio-3.4.2.ebuild index d8a348f8952e..75183c346c6c 100644 --- a/dev-python/asyncio/asyncio-3.4.2.ebuild +++ b/dev-python/asyncio/asyncio-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.3 2015/05/10 09:14:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.4 2015/05/10 09:34:55 jer Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" IUSE="" RDEPEND="" |