diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:16:04 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:16:04 +0000 |
commit | 24b7c89d5bdb117429ee3943dd611116b6d4d749 (patch) | |
tree | 960fe21b73ff2fe4e483bba52b05aedbab808c41 /dev-python/django-openstack-auth | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-24b7c89d5bdb117429ee3943dd611116b6d4d749.tar.gz gentoo-2-24b7c89d5bdb117429ee3943dd611116b6d4d749.tar.bz2 gentoo-2-24b7c89d5bdb117429ee3943dd611116b6d4d749.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-openstack-auth')
-rw-r--r-- | dev-python/django-openstack-auth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/django-openstack-auth/django-openstack-auth-1.1.5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/django-openstack-auth/ChangeLog b/dev-python/django-openstack-auth/ChangeLog index ea588c9b80fd..c8ab43f11451 100644 --- a/dev-python/django-openstack-auth/ChangeLog +++ b/dev-python/django-openstack-auth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/django-openstack-auth -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-openstack-auth/ChangeLog,v 1.5 2014/08/01 05:51:34 prometheanfire Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-openstack-auth/ChangeLog,v 1.6 2015/03/06 22:16:04 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> + django-openstack-auth-1.1.5.ebuild: + amd64 stable, bug 540290 01 Aug 2014; Matthew Thode <prometheanfire@gentoo.org> -django-openstack-auth-1.0.10.ebuild, -django-openstack-auth-1.0.7.ebuild, diff --git a/dev-python/django-openstack-auth/django-openstack-auth-1.1.5.ebuild b/dev-python/django-openstack-auth/django-openstack-auth-1.1.5.ebuild index fafd1a09eef6..48336b4e1083 100644 --- a/dev-python/django-openstack-auth/django-openstack-auth-1.1.5.ebuild +++ b/dev-python/django-openstack-auth/django-openstack-auth-1.1.5.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-openstack-auth/django-openstack-auth-1.1.5.ebuild,v 1.1 2014/04/28 03:27:52 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-openstack-auth/django-openstack-auth-1.1.5.ebuild,v 1.2 2015/03/06 22:16:04 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -15,7 +15,7 @@ S="${WORKDIR}/django_openstack_auth-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |