diff options
author | Max Kalika <max@gentoo.org> | 2003-12-08 16:58:45 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2003-12-08 16:58:45 +0000 |
commit | f4b3db864a3d2c7275bcb1d2438ba2122a77d120 (patch) | |
tree | 2b30de8d9900c084b863cba564f6bc2a0e9691f6 /sys-fs/lvm2 | |
parent | But to stable x86 and add ~amd64 as per bug 34779. (diff) | |
download | historical-f4b3db864a3d2c7275bcb1d2438ba2122a77d120.tar.gz historical-f4b3db864a3d2c7275bcb1d2438ba2122a77d120.tar.bz2 historical-f4b3db864a3d2c7275bcb1d2438ba2122a77d120.zip |
But to stable x86 and add ~amd64 as per bug 34779.
Diffstat (limited to 'sys-fs/lvm2')
-rw-r--r-- | sys-fs/lvm2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/lvm2/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/lvm2/lvm2-2.00.08.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog index 46ba0c6fe959..3dba1a59ea56 100644 --- a/sys-fs/lvm2/ChangeLog +++ b/sys-fs/lvm2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/lvm2 # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.4 2003/12/03 07:32:24 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.5 2003/12/08 16:58:44 max Exp $ + + 08 Dec 2003; <max@gentoo.org> lvm2-2.00.08.ebuild: + But to stable x86 and add ~amd64 as per bug 34779. *lvm2-2.00.08 (02 Dec 2003) diff --git a/sys-fs/lvm2/Manifest b/sys-fs/lvm2/Manifest index 180edaafa9e7..6fe36089b059 100644 --- a/sys-fs/lvm2/Manifest +++ b/sys-fs/lvm2/Manifest @@ -1,7 +1,7 @@ MD5 31714679f60d95f7460e89c6c3254748 lvm2-2.00.06.ebuild 769 -MD5 0a07723aae605fe4bc700907989d44c4 lvm2-2.00.08.ebuild 776 +MD5 7b107a435ebaca48c051b0c0b2f1454d lvm2-2.00.08.ebuild 783 MD5 f076831c34aa8e820915513d982864b0 lvm2-2.00.07.ebuild 769 -MD5 79331c2df78a9debfadd61e9bce92940 ChangeLog 2173 +MD5 8e0055529c58e7eab9d755b039a480c2 ChangeLog 2280 MD5 8ef457f9ac46b73b855b4a4e5ff9d7d3 metadata.xml 243 MD5 8c3382128e49f3ef18e3dd27e3a9dc3e files/digest-lvm2-2.00.06 61 MD5 1cea97a35f7140790ce28d5c321e7c86 files/digest-lvm2-2.00.07 61 diff --git a/sys-fs/lvm2/lvm2-2.00.08.ebuild b/sys-fs/lvm2/lvm2-2.00.08.ebuild index ea5d8e472e52..4cde62014490 100644 --- a/sys-fs/lvm2/lvm2-2.00.08.ebuild +++ b/sys-fs/lvm2/lvm2-2.00.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.00.08.ebuild,v 1.1 2003/12/03 07:32:24 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.00.08.ebuild,v 1.2 2003/12/08 16:58:44 max Exp $ DESCRIPTION="User-land utilities for LVM2 (device-mapper) software." HOMEPAGE="http://www.sistina.com/products_lvm.htm" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.sistina.com/pub/LVM2/tools/${PN/lvm/LVM}.${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~amd64" DEPEND=">=sys-libs/device-mapper-1.00.07" RDEPEND="${DEPEND} @@ -19,7 +19,7 @@ S="${WORKDIR}/${PN/lvm/LVM}.${PV}" src_compile() { econf - # parallel build doesn't work + # Parallel build doesn't work. emake -j1 || die "compile problem" } |