diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:57:49 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:57:49 +0000 |
commit | b41c065561ac8a743e567efc49af39cc4209c444 (patch) | |
tree | f5f4474cf4e7e416f019e75b04b990f223cda73d /dev-python/queuelib | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-b41c065561ac8a743e567efc49af39cc4209c444.tar.gz gentoo-2-b41c065561ac8a743e567efc49af39cc4209c444.tar.bz2 gentoo-2-b41c065561ac8a743e567efc49af39cc4209c444.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/queuelib')
-rw-r--r-- | dev-python/queuelib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/queuelib/queuelib-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/queuelib/ChangeLog b/dev-python/queuelib/ChangeLog index f32b021fe20f..b839e827d759 100644 --- a/dev-python/queuelib/ChangeLog +++ b/dev-python/queuelib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/queuelib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/ChangeLog,v 1.4 2015/03/06 22:35:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/ChangeLog,v 1.5 2015/03/08 23:57:49 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> queuelib-1.1.1.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> queuelib-1.1.1.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/queuelib/queuelib-1.1.1.ebuild b/dev-python/queuelib/queuelib-1.1.1.ebuild index beb1f8d7c57e..841e301e07bf 100644 --- a/dev-python/queuelib/queuelib-1.1.1.ebuild +++ b/dev-python/queuelib/queuelib-1.1.1.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/queuelib/queuelib-1.1.1.ebuild,v 1.4 2015/03/06 22:35:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild,v 1.5 2015/03/08 23:57:49 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/scrapy/${PN}/archive/v${PV}.tar.gz -> ${PN}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" S="${WORKDIR}/${PN}" |