diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:14:30 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:14:30 +0000 |
commit | 919541166488f4c9f3efcf66d27a59786f45b2c8 (patch) | |
tree | b899220afe3431d831b4e87652640593205b5b9c /dev-python/django-annoying | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-919541166488f4c9f3efcf66d27a59786f45b2c8.tar.gz gentoo-2-919541166488f4c9f3efcf66d27a59786f45b2c8.tar.bz2 gentoo-2-919541166488f4c9f3efcf66d27a59786f45b2c8.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-annoying')
-rw-r--r-- | dev-python/django-annoying/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/django-annoying/django-annoying-0.7.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/django-annoying/ChangeLog b/dev-python/django-annoying/ChangeLog index 7d5d53594e3a..ec2eb1ebba5c 100644 --- a/dev-python/django-annoying/ChangeLog +++ b/dev-python/django-annoying/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/django-annoying -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-annoying/ChangeLog,v 1.6 2014/08/10 21:09:22 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-annoying/ChangeLog,v 1.7 2015/03/06 22:14:30 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> django-annoying-0.7.7.ebuild: + amd64 stable, bug 540290 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> django-annoying-0.7.6-r1.ebuild, django-annoying-0.7.7.ebuild: diff --git a/dev-python/django-annoying/django-annoying-0.7.7.ebuild b/dev-python/django-annoying/django-annoying-0.7.7.ebuild index 079a6170cf92..63ce0a4520f1 100644 --- a/dev-python/django-annoying/django-annoying-0.7.7.ebuild +++ b/dev-python/django-annoying/django-annoying-0.7.7.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-annoying/django-annoying-0.7.7.ebuild,v 1.3 2014/08/10 21:09:22 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-annoying/django-annoying-0.7.7.ebuild,v 1.4 2015/03/06 22:14:30 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -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="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |