diff options
author | 2009-10-04 18:31:19 +0000 | |
---|---|---|
committer | 2009-10-04 18:31:19 +0000 | |
commit | 300f219b3409b4025b971f10a35974f68fffd0a9 (patch) | |
tree | 721cda1a644ecd65a1f4f911e46a3139505d19bd /sys-fs/lvm2/lvm2-2.02.51-r1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-300f219b3409b4025b971f10a35974f68fffd0a9.tar.gz gentoo-2-300f219b3409b4025b971f10a35974f68fffd0a9.tar.bz2 gentoo-2-300f219b3409b4025b971f10a35974f68fffd0a9.zip |
Stable on alpha, bug #287658
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/lvm2/lvm2-2.02.51-r1.ebuild')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.51-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild index cc0a77c9e65d..4333a26c9446 100644 --- a/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild,v 1.2 2009/09/18 02:05:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild,v 1.3 2009/10/04 18:31:19 klausman Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -12,7 +12,7 @@ SRC_URI="ftp://sources.redhat.com/pub/lvm2/${PN/lvm/LVM}.${PV}.tgz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="readline +static clvm cman +lvm1 selinux" |