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 | 5a4429e8f595ae50f2d4a0f36efe8ecee4ebee98 (patch) | |
tree | c88ba7ba407752a0edbe396379a72a4bcc61d4ec /sys-libs | |
parent | Fixes #35127. (diff) | |
download | gentoo-2-5a4429e8f595ae50f2d4a0f36efe8ecee4ebee98.tar.gz gentoo-2-5a4429e8f595ae50f2d4a0f36efe8ecee4ebee98.tar.bz2 gentoo-2-5a4429e8f595ae50f2d4a0f36efe8ecee4ebee98.zip |
But to stable x86 and add ~amd64 as per bug 34779.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/device-mapper/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/device-mapper/Manifest | 4 | ||||
-rw-r--r-- | sys-libs/device-mapper/device-mapper-1.00.07.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys-libs/device-mapper/ChangeLog b/sys-libs/device-mapper/ChangeLog index e9451a4017c3..e93abc26e106 100644 --- a/sys-libs/device-mapper/ChangeLog +++ b/sys-libs/device-mapper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/device-mapper # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/ChangeLog,v 1.5 2003/12/03 07:27:56 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/ChangeLog,v 1.6 2003/12/08 16:57:16 max Exp $ + + 08 Dec 2003; <max@gentoo.org> device-mapper-1.00.07.ebuild: + But to stable x86 and add ~amd64 as per bug 34779. *device-mapper-1.00.07 (02 Dec 2003) diff --git a/sys-libs/device-mapper/Manifest b/sys-libs/device-mapper/Manifest index 50112fb17f6d..cccb6af2e06a 100644 --- a/sys-libs/device-mapper/Manifest +++ b/sys-libs/device-mapper/Manifest @@ -1,6 +1,6 @@ MD5 774c3fb4802ab156a7d831d8b68e7a52 device-mapper-1.00.05.ebuild 1006 -MD5 575dfcca9e7fc8dd165b371805607880 device-mapper-1.00.07.ebuild 1007 -MD5 2eaaec394ee183bd5bde419d6d64a00e ChangeLog 1411 +MD5 072c89910e94a56c2bb2f561c7abe64c device-mapper-1.00.07.ebuild 1014 +MD5 1a2aa9a6167ffb631e8ef6e8f06462a1 ChangeLog 1527 MD5 8ef457f9ac46b73b855b4a4e5ff9d7d3 metadata.xml 243 MD5 32893d4b8efc4a7891b77331810fc30b files/digest-device-mapper-1.00.05 70 MD5 b6ee13a8f0d0d9a8600559f997c8ba9d files/digest-device-mapper-1.00.07 70 diff --git a/sys-libs/device-mapper/device-mapper-1.00.07.ebuild b/sys-libs/device-mapper/device-mapper-1.00.07.ebuild index 1a06afd4a778..cd93a84df2ec 100644 --- a/sys-libs/device-mapper/device-mapper-1.00.07.ebuild +++ b/sys-libs/device-mapper/device-mapper-1.00.07.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-libs/device-mapper/device-mapper-1.00.07.ebuild,v 1.1 2003/12/03 07:27:56 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.07.ebuild,v 1.2 2003/12/08 16:57:16 max Exp $ DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities." HOMEPAGE="http://www.sistina.com/products_lvm.htm" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.sistina.com/pub/LVM2/${PN}/${PN}.${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~amd64" DEPEND="virtual/linux-sources" @@ -29,7 +29,7 @@ pkg_setup() { src_compile() { econf - # parallel build doesn't work + # Parallel build doesn't work. emake -j1 || die "compile problem" } |