diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-02-10 22:17:11 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-02-10 22:17:11 +0000 |
commit | 2942035f8fdcd2ca31159ae1a3a36cc9873fcda0 (patch) | |
tree | 755790c98d887a6bbeb2a16487fc457c50ef1559 /sys-fs | |
parent | Stable for amd64, wrt bug #402953 (diff) | |
download | gentoo-2-2942035f8fdcd2ca31159ae1a3a36cc9873fcda0.tar.gz gentoo-2-2942035f8fdcd2ca31159ae1a3a36cc9873fcda0.tar.bz2 gentoo-2-2942035f8fdcd2ca31159ae1a3a36cc9873fcda0.zip |
x86 stable per bug 400557
(Portage version: 2.2.0_alpha85/cvs/Linux i686)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lvm2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.88.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog index 33ac95e6eaa7..7b10cbf9f562 100644 --- a/sys-fs/lvm2/ChangeLog +++ b/sys-fs/lvm2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/lvm2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.255 2012/02/10 17:07:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.256 2012/02/10 22:17:11 jdhore Exp $ + + 10 Feb 2012; Jeff Horelick <jdhore@gentoo.org> lvm2-2.02.88.ebuild: + x86 stable per bug 400557 10 Feb 2012; Markus Meier <maekke@gentoo.org> lvm2-2.02.88.ebuild: arm stable, bug #400557 diff --git a/sys-fs/lvm2/lvm2-2.02.88.ebuild b/sys-fs/lvm2/lvm2-2.02.88.ebuild index 0d58ebcf426b..c583e57881cb 100644 --- a/sys-fs/lvm2/lvm2-2.02.88.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.88.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.88.ebuild,v 1.8 2012/02/10 17:07:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.88.ebuild,v 1.9 2012/02/10 22:17:11 jdhore Exp $ EAPI=3 inherit eutils multilib toolchain-funcs autotools linux-info @@ -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 ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-linux" IUSE="readline +static +static-libs clvm cman +lvm1 selinux" |