diff options
author | 2015-07-07 15:36:54 +0000 | |
---|---|---|
committer | 2015-07-07 15:36:54 +0000 | |
commit | 00eb5a145dfd77ffae5fce22ce00467024af7e37 (patch) | |
tree | 1ad313976c55629bb24b1dfe6a79b0e021fc7cd3 /dev-python/asyncio | |
parent | amd64 stable wrt bug #554114 (diff) | |
download | gentoo-2-00eb5a145dfd77ffae5fce22ce00467024af7e37.tar.gz gentoo-2-00eb5a145dfd77ffae5fce22ce00467024af7e37.tar.bz2 gentoo-2-00eb5a145dfd77ffae5fce22ce00467024af7e37.zip |
amd64 stable wrt bug #554114
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-python/asyncio')
-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 c3938868e3e7..5415fefd09f2 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.9 2015/06/07 09:06:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/ChangeLog,v 1.10 2015/07/07 15:36:54 zlogene Exp $ + + 07 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> asyncio-3.4.2.ebuild: + amd64 stable wrt bug #554114 07 Jun 2015; Markus Meier <maekke@gentoo.org> asyncio-3.4.3.ebuild: add ~arm, bug #548938 diff --git a/dev-python/asyncio/asyncio-3.4.2.ebuild b/dev-python/asyncio/asyncio-3.4.2.ebuild index 0e7a84253961..55001f915729 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.6 2015/05/27 08:37:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/asyncio/asyncio-3.4.2.ebuild,v 1.7 2015/07/07 15:36:54 zlogene 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 ~hppa ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="" |