diff options
author | 2015-04-30 20:17:09 +0000 | |
---|---|---|
committer | 2015-04-30 20:17:09 +0000 | |
commit | db757ab0f8f3a2c47b3ce47fb4c200e6f643895b (patch) | |
tree | 9e25853e82eb30281cd30fc02a3705f1a0e93d47 /sys-auth | |
parent | adding for kilo (diff) | |
download | gentoo-2-db757ab0f8f3a2c47b3ce47fb4c200e6f643895b.tar.gz gentoo-2-db757ab0f8f3a2c47b3ce47fb4c200e6f643895b.tar.bz2 gentoo-2-db757ab0f8f3a2c47b3ce47fb4c200e6f643895b.zip |
adding keywords
(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/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2015.1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index 8a503c10926c..d729694ff1b7 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.94 2015/04/30 17:23:27 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.95 2015/04/30 20:17:09 prometheanfire Exp $ + + 30 Apr 2015; Matthew Thode <prometheanfire@gentoo.org> + keystone-2015.1.0.ebuild: + adding keywords *keystone-2015.1.0 (30 Apr 2015) *keystone-2015.1.9999 (30 Apr 2015) diff --git a/sys-auth/keystone/keystone-2015.1.0.ebuild b/sys-auth/keystone/keystone-2015.1.0.ebuild index ffaeb838c83a..f574e9873f0c 100644 --- a/sys-auth/keystone/keystone-2015.1.0.ebuild +++ b/sys-auth/keystone/keystone-2015.1.0.ebuild @@ -1,6 +1,6 @@ # 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.1 2015/04/30 17:23:27 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v 1.2 2015/04/30 20:17:09 prometheanfire Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="+sqlite memcached mongo mysql postgres ldap test" REQUIRED_USE="|| ( mysql postgres sqlite )" |