summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-20 11:09:16 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-20 11:09:16 +0000
commit98f08889111a9204c025316db5f02442bfda6a3f (patch)
tree47decee65375b305bd7963878878b07d6d56f3d1 /sys-fs
parenthppa/sh love and make sure CFLAGS/LDFLAGS are respected (diff)
downloadgentoo-2-98f08889111a9204c025316db5f02442bfda6a3f.tar.gz
gentoo-2-98f08889111a9204c025316db5f02442bfda6a3f.tar.bz2
gentoo-2-98f08889111a9204c025316db5f02442bfda6a3f.zip
use gen_usr_ldscript() from toolchain-funcs #144507 by Jakub Moc
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/device-mapper/device-mapper-1.02.09.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/device-mapper/device-mapper-1.02.09.ebuild b/sys-fs/device-mapper/device-mapper-1.02.09.ebuild
index dafb85f1e049..4303feca0d5d 100644
--- a/sys-fs/device-mapper/device-mapper-1.02.09.ebuild
+++ b/sys-fs/device-mapper/device-mapper-1.02.09.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.02.09.ebuild,v 1.1 2006/08/20 06:57:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.02.09.ebuild,v 1.2 2006/08/20 11:09:16 vapier Exp $
-inherit eutils multilib
+inherit eutils multilib toolchain-funcs
DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities"
HOMEPAGE="http://sources.redhat.com/dm/"