diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:16:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:16:44 +0000 |
commit | 5d25d91eed1fdfd5dff513794d32fca73250fe41 (patch) | |
tree | 5dc73cf3aa7d28b01320f72adb9b9e72a0f3702b /dev-python/django-setuptest | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-5d25d91eed1fdfd5dff513794d32fca73250fe41.tar.gz gentoo-2-5d25d91eed1fdfd5dff513794d32fca73250fe41.tar.bz2 gentoo-2-5d25d91eed1fdfd5dff513794d32fca73250fe41.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-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 7d52d444f755..7f635b126593 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.8 2015/01/21 04:35:47 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v 1.9 2015/03/06 22:16:44 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> django-setuptest-0.1.6.ebuild: + amd64 stable, bug 540290 *django-setuptest-0.1.6 (21 Jan 2015) 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 03ef542e75c3..7eb51a3c9e69 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.1 2015/01/21 04:35:47 idella4 Exp $ +# $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 $ 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}] |