diff options
author | 2015-03-08 23:39:43 +0000 | |
---|---|---|
committer | 2015-03-08 23:39:43 +0000 | |
commit | 3d521501bbbd0953fc9dc1dfe3188befe829b93c (patch) | |
tree | fb438b3589a1939e9e534e1c8f31bff36876c219 /dev-python/async | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-3d521501bbbd0953fc9dc1dfe3188befe829b93c.tar.gz gentoo-2-3d521501bbbd0953fc9dc1dfe3188befe829b93c.tar.bz2 gentoo-2-3d521501bbbd0953fc9dc1dfe3188befe829b93c.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/async')
-rw-r--r-- | dev-python/async/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/async/async-0.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/async/ChangeLog b/dev-python/async/ChangeLog index 8f3c7328d29f..13123064ef69 100644 --- a/dev-python/async/ChangeLog +++ b/dev-python/async/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/async # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/async/ChangeLog,v 1.6 2015/03/06 22:08:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/async/ChangeLog,v 1.7 2015/03/08 23:39:43 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> async-0.6.2.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> async-0.6.2.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/async/async-0.6.2.ebuild b/dev-python/async/async-0.6.2.ebuild index 1a0dd61892e9..17cc9b711e1d 100644 --- a/dev-python/async/async-0.6.2.ebuild +++ b/dev-python/async/async-0.6.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/async/async-0.6.2.ebuild,v 1.2 2015/03/06 22:08:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/async/async-0.6.2.ebuild,v 1.3 2015/03/08 23:39:43 pacho Exp $ EAPI="5" @@ -15,7 +15,7 @@ HOMEPAGE=" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="0" IUSE="test" |