diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-07 15:37:48 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-07 15:37:48 +0000 |
commit | 75c9aca5b9fedcc7f549556cb7ac4363f0b4f2ba (patch) | |
tree | a9899be9cbb7360240cc5a2378f840377a9035a2 /sys-fs | |
parent | Stable for HPPA (bug #401093). (diff) | |
download | gentoo-2-75c9aca5b9fedcc7f549556cb7ac4363f0b4f2ba.tar.gz gentoo-2-75c9aca5b9fedcc7f549556cb7ac4363f0b4f2ba.tar.bz2 gentoo-2-75c9aca5b9fedcc7f549556cb7ac4363f0b4f2ba.zip |
Stable for HPPA (bug #400557).
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
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 4d46edbab1f9..b3dfd6d3dd34 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.253 2012/02/01 17:28:29 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.254 2012/02/07 15:37:48 jer Exp $ + + 07 Feb 2012; Jeroen Roovers <jer@gentoo.org> lvm2-2.02.88.ebuild: + Stable for HPPA (bug #400557). 01 Feb 2012; Brent Baude <ranger@gentoo.org> lvm2-2.02.88.ebuild: Marking lvm2-2.02.88 ppc for bug 400557 diff --git a/sys-fs/lvm2/lvm2-2.02.88.ebuild b/sys-fs/lvm2/lvm2-2.02.88.ebuild index b6b928627d0b..5913883431db 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.6 2012/02/01 17:28:29 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.88.ebuild,v 1.7 2012/02/07 15:37:48 jer 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" |