diff options
Diffstat (limited to 'sys-fs/lvm2/lvm2-2.02.67-r2.ebuild')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.67-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.67-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.67-r2.ebuild index ff0752a7855d..35ce159a33ea 100644 --- a/sys-fs/lvm2/lvm2-2.02.67-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.67-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.67-r2.ebuild,v 1.3 2010/07/25 15:39:54 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.67-r2.ebuild,v 1.4 2010/07/27 18:43:30 pacho 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" |