diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-12-31 13:50:34 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-12-31 13:50:34 +0000 |
commit | 085fb8058ed0de1d9cf40c67c98a148ae37149f0 (patch) | |
tree | f1278143f066618266b2059e0b7dcd9f0228e6ff /sys-auth | |
parent | Add missing gtk-doc build dependency (bug #449420, thanks to Tolga Dalman). (diff) | |
download | gentoo-2-085fb8058ed0de1d9cf40c67c98a148ae37149f0.tar.gz gentoo-2-085fb8058ed0de1d9cf40c67c98a148ae37149f0.tar.bz2 gentoo-2-085fb8058ed0de1d9cf40c67c98a148ae37149f0.zip |
Use EGIT_REPO_URI to point to git sources, rather than invalid in this case SRC_URI
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-9999.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index 8b407fccf782..81319794810f 100644 --- a/sys-auth/keystone/ChangeLog +++ b/sys-auth/keystone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/keystone # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.2 2012/12/09 21:57:11 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.3 2012/12/31 13:50:34 xarthisius Exp $ + + 31 Dec 2012; Kacper Kowalik <xarthisius@gentoo.org> keystone-9999.ebuild: + Use EGIT_REPO_URI to point to git sources, rather than invalid in this case + SRC_URI 09 Dec 2012; Matthew Thode <prometheanfire@gentoo.org> +files/keystone.confd, +files/keystone.initd: diff --git a/sys-auth/keystone/keystone-9999.ebuild b/sys-auth/keystone/keystone-9999.ebuild index c1654e5917f3..5bb02b2b0389 100644 --- a/sys-auth/keystone/keystone-9999.ebuild +++ b/sys-auth/keystone/keystone-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.1 2012/11/28 21:59:34 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.2 2012/12/31 13:50:34 xarthisius Exp $ EAPI=4 @@ -13,7 +13,7 @@ inherit git-2 distutils DESCRIPTION="Keystone is the Openstack authentication, authorization, and service catalog written in Python." HOMEPAGE="https://launchpad.net/keystone" -SRC_URI="https://github.com/openstack/keystone.git" +EGIT_REPO_URI="https://github.com/openstack/keystone.git" LICENSE="Apache-2.0" SLOT="folsom" |