diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-29 12:53:16 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-29 12:53:16 +0000 |
commit | 48b46bb93adb214817171ff4a1405bf3f36bdb69 (patch) | |
tree | bf52cb67ad58d62f8dd67c11cf29daf156c2c6e4 /sys-fs/lvm2 | |
parent | Stable on ia64, bug 91398. (diff) | |
download | gentoo-2-48b46bb93adb214817171ff4a1405bf3f36bdb69.tar.gz gentoo-2-48b46bb93adb214817171ff4a1405bf3f36bdb69.tar.bz2 gentoo-2-48b46bb93adb214817171ff4a1405bf3f36bdb69.zip |
Stable on amd64, bug 92427.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-fs/lvm2')
-rw-r--r-- | sys-fs/lvm2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/lvm2/lvm2-2.01.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog index 83a2d965d465..47fc347bf0cf 100644 --- a/sys-fs/lvm2/ChangeLog +++ b/sys-fs/lvm2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/lvm2 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.37 2005/05/23 00:42:51 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.38 2005/05/29 12:53:16 cryos Exp $ + + 29 May 2005; Marcus D. Hanwell <marcus@gentoo.org> lvm2-2.01.09.ebuild: + Stable on amd64, bug 92427. 23 May 2005; Jason Wever <weeve@gentoo.org> lvm2-2.01.09.ebuild: Stable on SPARC. diff --git a/sys-fs/lvm2/lvm2-2.01.09.ebuild b/sys-fs/lvm2/lvm2-2.01.09.ebuild index 59a65eea6e71..ea587cefb0dc 100644 --- a/sys-fs/lvm2/lvm2-2.01.09.ebuild +++ b/sys-fs/lvm2/lvm2-2.01.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.01.09.ebuild,v 1.5 2005/05/23 00:42:51 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.01.09.ebuild,v 1.6 2005/05/29 12:53:16 cryos Exp $ DESCRIPTION="User-land utilities for LVM2 (device-mapper) software." HOMEPAGE="http://sources.redhat.com/lvm2/" @@ -8,7 +8,7 @@ SRC_URI="ftp://sources.redhat.com/pub/lvm2/${PN/lvm/LVM}.${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86" IUSE="readline nolvmstatic" DEPEND=">=sys-fs/device-mapper-1.01" |