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 82281c050995..92104504253e 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.14 2009/12/11 15:44:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild,v 1.15 2009/12/11 16:11:22 armin76 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 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="readline +static clvm cman +lvm1 selinux" |