summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kalika <max@gentoo.org>2003-12-08 16:58:45 +0000
committerMax Kalika <max@gentoo.org>2003-12-08 16:58:45 +0000
commit5a4429e8f595ae50f2d4a0f36efe8ecee4ebee98 (patch)
treec88ba7ba407752a0edbe396379a72a4bcc61d4ec /sys-libs/device-mapper/device-mapper-1.00.07.ebuild
parentFixes #35127. (diff)
downloadgentoo-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/device-mapper/device-mapper-1.00.07.ebuild')
-rw-r--r--sys-libs/device-mapper/device-mapper-1.00.07.ebuild6
1 files changed, 3 insertions, 3 deletions
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"
}