diff options
author | 2015-03-06 22:15:46 +0000 | |
---|---|---|
committer | 2015-03-06 22:15:46 +0000 | |
commit | 8677b3e632180e685e854f12ce71d64f2292b049 (patch) | |
tree | ec643fae1fd64cdefb36d46de13f34bc86ae89d7 /dev-python/django-nose | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-8677b3e632180e685e854f12ce71d64f2292b049.tar.gz gentoo-2-8677b3e632180e685e854f12ce71d64f2292b049.tar.bz2 gentoo-2-8677b3e632180e685e854f12ce71d64f2292b049.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/django-nose')
-rw-r--r-- | dev-python/django-nose/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/django-nose/django-nose-1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/django-nose/ChangeLog b/dev-python/django-nose/ChangeLog index f3d5d1a7b853..2b9f9b772412 100644 --- a/dev-python/django-nose/ChangeLog +++ b/dev-python/django-nose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/django-nose -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-nose/ChangeLog,v 1.8 2014/12/24 09:17:07 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-nose/ChangeLog,v 1.9 2015/03/06 22:15:46 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> django-nose-1.3.ebuild: + amd64 stable, bug 540290 *django-nose-1.3 (24 Dec 2014) diff --git a/dev-python/django-nose/django-nose-1.3.ebuild b/dev-python/django-nose/django-nose-1.3.ebuild index 6d3a4f8df34b..5b26b011c2e2 100644 --- a/dev-python/django-nose/django-nose-1.3.ebuild +++ b/dev-python/django-nose/django-nose-1.3.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/django-nose/django-nose-1.3.ebuild,v 1.1 2014/12/24 09:17:07 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-nose/django-nose-1.3.ebuild,v 1.2 2015/03/06 22:15:46 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RDEPEND=">=dev-python/nose-1.2.1[${PYTHON_USEDEP}] |