summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kalika <max@gentoo.org>2004-03-10 18:37:52 +0000
committerMax Kalika <max@gentoo.org>2004-03-10 18:37:52 +0000
commit7e2fbe6bba550f04222bf1ed37095ed2c52574a7 (patch)
treeccb1cc684c2ba70793a7d6a87ca0d578ecd0a3b6 /sys-libs/device-mapper/device-mapper-1.00.08.ebuild
parentAdded ~x86 keyword (Manifest recommit) (diff)
downloadgentoo-2-7e2fbe6bba550f04222bf1ed37095ed2c52574a7.tar.gz
gentoo-2-7e2fbe6bba550f04222bf1ed37095ed2c52574a7.tar.bz2
gentoo-2-7e2fbe6bba550f04222bf1ed37095ed2c52574a7.zip
Install the static library into /usr as well. Fixes bug #44223.
Diffstat (limited to 'sys-libs/device-mapper/device-mapper-1.00.08.ebuild')
-rw-r--r--sys-libs/device-mapper/device-mapper-1.00.08.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-libs/device-mapper/device-mapper-1.00.08.ebuild b/sys-libs/device-mapper/device-mapper-1.00.08.ebuild
index da9f02173f80..1839aa7c3e7c 100644
--- a/sys-libs/device-mapper/device-mapper-1.00.08.ebuild
+++ b/sys-libs/device-mapper/device-mapper-1.00.08.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.08.ebuild,v 1.1 2004/03/10 04:11:26 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.08.ebuild,v 1.2 2004/03/10 18:37:52 max Exp $
DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities."
HOMEPAGE="http://sources.redhat.com/dm/"
@@ -8,7 +8,7 @@ SRC_URI="ftp://sources.redhat.com/pub/dm/${PN}.${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~sparc"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
DEPEND="virtual/linux-sources"
@@ -35,5 +35,7 @@ src_compile() {
src_install() {
einstall sbindir="${D}/sbin" libdir="${D}/lib"
+ dolib.a lib/ioctl/libdevmapper.a
+
dodoc COPYING* INSTALL INTRO README VERSION
}