diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:35:56 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:35:56 +0000 |
commit | 3ee236bdde97c3c2e2d8358c17a411fa80456544 (patch) | |
tree | f6db0341efd1ac74f19e366d2a48f824d86cd99e /dev-python/queuelib | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-3ee236bdde97c3c2e2d8358c17a411fa80456544.tar.gz gentoo-2-3ee236bdde97c3c2e2d8358c17a411fa80456544.tar.bz2 gentoo-2-3ee236bdde97c3c2e2d8358c17a411fa80456544.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/queuelib')
-rw-r--r-- | dev-python/queuelib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/queuelib/queuelib-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/queuelib/ChangeLog b/dev-python/queuelib/ChangeLog index 92f9ac364409..f32b021fe20f 100644 --- a/dev-python/queuelib/ChangeLog +++ b/dev-python/queuelib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/queuelib -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/ChangeLog,v 1.3 2014/11/25 11:10:18 pacho Exp $ +# 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 $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> queuelib-1.1.1.ebuild: + amd64 stable, bug 540290 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> queuelib-1.1.1.ebuild: Support python 3.4 diff --git a/dev-python/queuelib/queuelib-1.1.1.ebuild b/dev-python/queuelib/queuelib-1.1.1.ebuild index 8210b01b5fa6..beb1f8d7c57e 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-2014 Gentoo Foundation +# 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.3 2014/11/25 11:10:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild,v 1.4 2015/03/06 22:35:56 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}" |