diff options
author | 2015-03-06 22:46:26 +0000 | |
---|---|---|
committer | 2015-03-06 22:46:26 +0000 | |
commit | 522a5376f0f794aa7e8a7ec27d1a3dcb8f5ca5cd (patch) | |
tree | c805694862d45fe28f1217ba53105e98d2dcac04 /dev-python/sure | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-522a5376f0f794aa7e8a7ec27d1a3dcb8f5ca5cd.tar.gz gentoo-2-522a5376f0f794aa7e8a7ec27d1a3dcb8f5ca5cd.tar.bz2 gentoo-2-522a5376f0f794aa7e8a7ec27d1a3dcb8f5ca5cd.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/sure')
-rw-r--r-- | dev-python/sure/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/sure/sure-1.2.5-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/sure/ChangeLog b/dev-python/sure/ChangeLog index 9cabe4ead387..d62e6d7c67c9 100644 --- a/dev-python/sure/ChangeLog +++ b/dev-python/sure/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sure -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sure/ChangeLog,v 1.5 2014/12/10 03:08:52 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sure/ChangeLog,v 1.6 2015/03/06 22:46:26 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> sure-1.2.5-r1.ebuild: + amd64 stable, bug 540290 10 Dec 2014; Patrick Lauer <patrick@gentoo.org> sure-1.2.5-r1.ebuild: Relax nose dep, add py3.4 support diff --git a/dev-python/sure/sure-1.2.5-r1.ebuild b/dev-python/sure/sure-1.2.5-r1.ebuild index 9095ce14629e..0c3e1e1fd313 100644 --- a/dev-python/sure/sure-1.2.5-r1.ebuild +++ b/dev-python/sure/sure-1.2.5-r1.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/sure/sure-1.2.5-r1.ebuild,v 1.2 2014/12/10 03:08:52 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sure/sure-1.2.5-r1.ebuild,v 1.3 2015/03/06 22:46:26 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) @@ -15,7 +15,7 @@ S="${WORKDIR}/${P}-r1" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" CDEPEND=" |