diff options
author | Lance Albertson <ramereth@gentoo.org> | 2012-05-13 05:54:58 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2012-05-13 05:54:58 +0000 |
commit | 8dfcfdbb86b52f6f8b122cdc07df8b599b6b1f40 (patch) | |
tree | a5f5035b725ddb20ae650c8290c7c9669492d97a /app-emulation/ganeti/ganeti-2.4.5.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-8dfcfdbb86b52f6f8b122cdc07df8b599b6b1f40.tar.gz gentoo-2-8dfcfdbb86b52f6f8b122cdc07df8b599b6b1f40.tar.bz2 gentoo-2-8dfcfdbb86b52f6f8b122cdc07df8b599b6b1f40.zip |
Add kvm path fix to 2.4.x series ebuild, mark 2.4.5 stable
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/ganeti/ganeti-2.4.5.ebuild')
-rw-r--r-- | app-emulation/ganeti/ganeti-2.4.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/ganeti/ganeti-2.4.5.ebuild b/app-emulation/ganeti/ganeti-2.4.5.ebuild index 01a4aa18f03f..fdef495eceaf 100644 --- a/app-emulation/ganeti/ganeti-2.4.5.ebuild +++ b/app-emulation/ganeti/ganeti-2.4.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.4.5.ebuild,v 1.1 2011/10/27 16:57:55 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.4.5.ebuild,v 1.2 2012/05/13 05:54:58 ramereth Exp $ EAPI=2 @@ -15,7 +15,7 @@ SRC_URI="http://ganeti.googlecode.com/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="kvm xen drbd +filestorage syslog ipv6" S="${WORKDIR}/${MY_P}" |