diff options
author | 2014-07-06 12:56:23 +0000 | |
---|---|---|
committer | 2014-07-06 12:56:23 +0000 | |
commit | 65e8cf00d8960c7be8893540f1979588d983355b (patch) | |
tree | bcf9501ba6d25118d4a7ed8465de9bb675a52a19 /sys-auth | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-65e8cf00d8960c7be8893540f1979588d983355b.tar.gz gentoo-2-65e8cf00d8960c7be8893540f1979588d983355b.tar.bz2 gentoo-2-65e8cf00d8960c7be8893540f1979588d983355b.zip |
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-9999.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index 1649d6f34380..36e4106e07ed 100644 --- a/sys-auth/keystone/ChangeLog +++ b/sys-auth/keystone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/keystone # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.74 2014/07/02 17:12:34 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.75 2014/07/06 12:56:23 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> keystone-9999.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). *keystone-2014.1.1-r2 (02 Jul 2014) diff --git a/sys-auth/keystone/keystone-9999.ebuild b/sys-auth/keystone/keystone-9999.ebuild index 78e8e0252cfa..031cdca5eb8f 100644 --- a/sys-auth/keystone/keystone-9999.ebuild +++ b/sys-auth/keystone/keystone-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.16 2014/06/30 01:30:42 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.17 2014/07/06 12:56:23 mgorny Exp $ EAPI=5 @@ -70,7 +70,6 @@ RDEPEND=">=dev-python/python-pam-0.1.4[${PYTHON_USEDEP}] dev-python/oauth2[${PYTHON_USEDEP}] >=dev-python/dogpile-cache-0.5.0[${PYTHON_USEDEP}] dev-python/python-daemon[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}] ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] ) >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] <dev-python/pbr-1.0[${PYTHON_USEDEP}]" |