diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-07-06 00:01:02 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-07-06 00:01:02 +0000 |
commit | e5307c331f25000d059fc607ff969b76d8c1b03b (patch) | |
tree | 80fbc7f51ebda0aa5ff0c2c873c1fef04f96ebcc /sys-fs/lvm2 | |
parent | Remove sudo masking (rc1 works fine). (diff) | |
download | gentoo-2-e5307c331f25000d059fc607ff969b76d8c1b03b.tar.gz gentoo-2-e5307c331f25000d059fc607ff969b76d8c1b03b.tar.bz2 gentoo-2-e5307c331f25000d059fc607ff969b76d8c1b03b.zip |
Fixup just for the .a first of all.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/lvm2')
-rw-r--r-- | sys-fs/lvm2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.48.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog index 261fd3be5802..d227ab57fe9d 100644 --- a/sys-fs/lvm2/ChangeLog +++ b/sys-fs/lvm2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/lvm2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.159 2009/07/05 22:04:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.160 2009/07/06 00:01:02 robbat2 Exp $ + + 06 Jul 2009; Robin H. Johnson <robbat2@gentoo.org> lvm2-2.02.48.ebuild: + Fixup just for the .a first of all. 05 Jul 2009; Robin H. Johnson <robbat2@gentoo.org> lvm2-2.01.13.ebuild, lvm2-2.02.33.ebuild, lvm2-2.02.33-r1.ebuild, lvm2-2.02.36.ebuild, diff --git a/sys-fs/lvm2/lvm2-2.02.48.ebuild b/sys-fs/lvm2/lvm2-2.02.48.ebuild index f6124f3baf34..7d1fdc3d662a 100644 --- a/sys-fs/lvm2/lvm2-2.02.48.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.48.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.48.ebuild,v 1.2 2009/07/05 22:04:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.48.ebuild,v 1.3 2009/07/06 00:01:02 robbat2 Exp $ inherit eutils multilib toolchain-funcs @@ -150,7 +150,7 @@ src_install() { fi # move shared libs to /lib(64) - dolib.a libdm/ioctl/libdevmapper.a || die "dolib.a" + if use static; then dolib.a libdm/ioctl/libdevmapper.a || die "dolib.a" ; fi #gen_usr_ldscript libdevmapper.so insinto /etc @@ -163,7 +163,7 @@ src_install() { newconfd "${FILESDIR}"/device-mapper.conf-1.02.22-r3 device-mapper || die newinitd "${FILESDIR}"/1.02.22-dmeventd.initd dmeventd || die - dolib.a daemons/dmeventd/libdevmapper-event.a || die + if use static; then dolib.a daemons/dmeventd/libdevmapper-event.a || die ; fi #gen_usr_ldscript libdevmapper-event.so insinto /etc/udev/rules.d/ |