diff options
author | Markus Meier <maekke@gentoo.org> | 2015-06-07 09:06:37 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-06-07 09:06:37 +0000 |
commit | b2df7188f6b6f8a493895f1ff4ee33a1f6d6f0a7 (patch) | |
tree | bd933a5f25f99629317e1ae342f7536f5ed97ff9 /dev-python/asyncio | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-b2df7188f6b6f8a493895f1ff4ee33a1f6d6f0a7.tar.gz gentoo-2-b2df7188f6b6f8a493895f1ff4ee33a1f6d6f0a7.tar.bz2 gentoo-2-b2df7188f6b6f8a493895f1ff4ee33a1f6d6f0a7.zip |
add ~arm, bug #548938
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/asyncio')
-rw-r--r-- | dev-python/asyncio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/asyncio/asyncio-3.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/asyncio/ChangeLog b/dev-python/asyncio/ChangeLog index fafa0130cf8c..c3938868e3e7 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.8 2015/06/06 19:58:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.9 2015/06/07 09:06:37 maekke Exp $ + + 07 Jun 2015; Markus Meier <maekke@gentoo.org> asyncio-3.4.3.ebuild: + add ~arm, bug #548938 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/dev-python/asyncio/asyncio-3.4.3.ebuild b/dev-python/asyncio/asyncio-3.4.3.ebuild index bc166a2801ae..b4cd5943ecf4 100644 --- a/dev-python/asyncio/asyncio-3.4.3.ebuild +++ b/dev-python/asyncio/asyncio-3.4.3.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.3.ebuild,v 1.1 2015/05/27 08:37:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.3.ebuild,v 1.2 2015/06/07 09:06:37 maekke 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 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="" |