diff options
author | 2014-08-21 08:22:40 +0000 | |
---|---|---|
committer | 2014-08-21 08:22:40 +0000 | |
commit | 1ff8370723ae5a79f975ddfd9781ccdc7aff4bc3 (patch) | |
tree | 36edb8aa6eba2271f6f64e1d3e35e45a8da07ec1 /dev-python/blinker | |
parent | Version bump. (diff) | |
download | gentoo-2-1ff8370723ae5a79f975ddfd9781ccdc7aff4bc3.tar.gz gentoo-2-1ff8370723ae5a79f975ddfd9781ccdc7aff4bc3.tar.bz2 gentoo-2-1ff8370723ae5a79f975ddfd9781ccdc7aff4bc3.zip |
Stable for amd64, wrt bug #518474
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/blinker')
-rw-r--r-- | dev-python/blinker/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/blinker/blinker-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/blinker/ChangeLog b/dev-python/blinker/ChangeLog index 2a6e7b3029df..ffde9b6930ff 100644 --- a/dev-python/blinker/ChangeLog +++ b/dev-python/blinker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/blinker # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.10 2014/04/02 19:17:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.11 2014/08/21 08:22:40 ago Exp $ + + 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> blinker-1.3.ebuild: + Stable for amd64, wrt bug #518474 02 Apr 2014; Tim Harder <radhermit@gentoo.org> blinker-1.3.ebuild: Add python3_4 support. diff --git a/dev-python/blinker/blinker-1.3.ebuild b/dev-python/blinker/blinker-1.3.ebuild index fa63b01c7f7c..60c6aa6d3c14 100644 --- a/dev-python/blinker/blinker-1.3.ebuild +++ b/dev-python/blinker/blinker-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.7 2014/08/11 22:14:47 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.8 2014/08/21 08:22:40 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" |