summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-08-02 18:20:05 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-08-02 18:20:05 +0000
commit5d4e3990ea0fdb9d9309d2ac3850c094f613e3ce (patch)
tree5c107426ca693fb3ac36c9ff7af130e536c3bfca /sys-auth/keystone
parent9999 version of stable/grizlly for glance (diff)
downloadgentoo-2-5d4e3990ea0fdb9d9309d2ac3850c094f613e3ce.tar.gz
gentoo-2-5d4e3990ea0fdb9d9309d2ac3850c094f613e3ce.tar.bz2
gentoo-2-5d4e3990ea0fdb9d9309d2ac3850c094f613e3ce.zip
correct slot and keywords for keystone-2013.1.9999
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r--sys-auth/keystone/ChangeLog6
-rw-r--r--sys-auth/keystone/keystone-2013.1.9999.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog
index 11a6d197867a..fb4f3c278ff1 100644
--- a/sys-auth/keystone/ChangeLog
+++ b/sys-auth/keystone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/keystone
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.25 2013/08/02 17:54:57 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.26 2013/08/02 18:20:05 prometheanfire Exp $
+
+ 02 Aug 2013; Matthew Thode <prometheanfire@gentoo.org>
+ keystone-2013.1.9999.ebuild:
+ correct slot and keywords for keystone-2013.1.9999
*keystone-2013.1.9999 (02 Aug 2013)
diff --git a/sys-auth/keystone/keystone-2013.1.9999.ebuild b/sys-auth/keystone/keystone-2013.1.9999.ebuild
index 8a3946e2ef5c..fcf77e6471b3 100644
--- a/sys-auth/keystone/keystone-2013.1.9999.ebuild
+++ b/sys-auth/keystone/keystone-2013.1.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.9999.ebuild,v 1.1 2013/08/02 17:54:57 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.9999.ebuild,v 1.2 2013/08/02 18:20:05 prometheanfire Exp $
EAPI=5
#test restricted becaues of bad requirements given (old webob for instance)
@@ -16,8 +16,8 @@ EGIT_REPO_URI="https://github.com/openstack/keystone.git"
EGIT_BRANCH="stable/grizzly"
LICENSE="Apache-2.0"
-SLOT="git-head"
-KEYWORDS=""
+SLOT="grizzly"
+KEYWORDS="~amd64 ~x86"
IUSE="+sqlite mysql postgres ldap"
#IUSE="+sqlite mysql postgres ldap test"
REQUIRED_USE="|| ( ldap mysql postgres sqlite )"