diff options
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" |