summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-04-30 20:18:34 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2015-04-30 20:18:34 +0000
commit874e232173f38603f5d6d785fa33b60c2f8153bd (patch)
treea96c31dc3ac54bb190bfcefb51e1bac826ae96bb /sys-auth
parentadding keywords (diff)
downloadgentoo-2-874e232173f38603f5d6d785fa33b60c2f8153bd.tar.gz
gentoo-2-874e232173f38603f5d6d785fa33b60c2f8153bd.tar.bz2
gentoo-2-874e232173f38603f5d6d785fa33b60c2f8153bd.zip
removing unneeded inherit
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/keystone/ChangeLog6
-rw-r--r--sys-auth/keystone/keystone-2015.1.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog
index d729694ff1b7..4bfd9337617b 100644
--- a/sys-auth/keystone/ChangeLog
+++ b/sys-auth/keystone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/keystone
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.95 2015/04/30 20:17:09 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.96 2015/04/30 20:18:34 prometheanfire Exp $
+
+ 30 Apr 2015; Matthew Thode <prometheanfire@gentoo.org>
+ keystone-2015.1.0.ebuild:
+ removing unneeded inherit
30 Apr 2015; Matthew Thode <prometheanfire@gentoo.org>
keystone-2015.1.0.ebuild:
diff --git a/sys-auth/keystone/keystone-2015.1.0.ebuild b/sys-auth/keystone/keystone-2015.1.0.ebuild
index f574e9873f0c..4266ffc51694 100644
--- a/sys-auth/keystone/keystone-2015.1.0.ebuild
+++ b/sys-auth/keystone/keystone-2015.1.0.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v 1.2 2015/04/30 20:17:09 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v 1.3 2015/04/30 20:18:34 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 git-2 user
+inherit distutils-r1 user
DESCRIPTION="The Openstack authentication, authorization, and service catalog"
HOMEPAGE="https://launchpad.net/keystone"