diff options
author | 2015-03-08 23:45:23 +0000 | |
---|---|---|
committer | 2015-03-08 23:45:23 +0000 | |
commit | 2e26275754e1b09fa365e246a3cd953239834ce1 (patch) | |
tree | 082cd725eeaf333c41bc587d90af160bc5e880df /dev-python/django-setuptest | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-2e26275754e1b09fa365e246a3cd953239834ce1.tar.gz gentoo-2-2e26275754e1b09fa365e246a3cd953239834ce1.tar.bz2 gentoo-2-2e26275754e1b09fa365e246a3cd953239834ce1.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/django-setuptest')
-rw-r--r-- | dev-python/django-setuptest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/django-setuptest/django-setuptest-0.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/django-setuptest/ChangeLog b/dev-python/django-setuptest/ChangeLog index 7f635b126593..ec15aeb8a393 100644 --- a/dev-python/django-setuptest/ChangeLog +++ b/dev-python/django-setuptest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/django-setuptest # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v 1.9 2015/03/06 22:16:44 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v 1.10 2015/03/08 23:45:23 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> django-setuptest-0.1.6.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> django-setuptest-0.1.6.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild b/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild index 7eb51a3c9e69..f5a59bddeaee 100644 --- a/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild +++ b/dev-python/django-setuptest/django-setuptest-0.1.6.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/django-setuptest/django-setuptest-0.1.6.ebuild,v 1.2 2015/03/06 22:16:44 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/django-setuptest-0.1.6.ebuild,v 1.3 2015/03/08 23:45:23 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -14,7 +14,7 @@ SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-python/pep8[${PYTHON_USEDEP}] |