diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-06-07 03:30:37 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-06-07 03:30:37 +0000 |
commit | 26609d44b5422934905df866e566c1cb55e9418a (patch) | |
tree | 7b0169387df4cb59ebe58c3cba98115ead8f9bab /sys-fs/lvm2 | |
parent | Add Jason Donenfeld as an additional maintainer. (diff) | |
download | gentoo-2-26609d44b5422934905df866e566c1cb55e9418a.tar.gz gentoo-2-26609d44b5422934905df866e566c1cb55e9418a.tar.bz2 gentoo-2-26609d44b5422934905df866e566c1cb55e9418a.zip |
Bug #419871: Drop comments that say /usr is not used.
(Portage version: 2.2.0_alpha107/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.95-r2.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog index 0ea9f194fe55..3132e9726cd2 100644 --- a/sys-fs/lvm2/ChangeLog +++ b/sys-fs/lvm2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/lvm2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.272 2012/05/27 18:01:12 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.273 2012/06/07 03:30:37 robbat2 Exp $ + + 07 Jun 2012; Robin H. Johnson <robbat2@gentoo.org> lvm2-2.02.95-r2.ebuild: + Bug #419871: Drop comments that say /usr is not used. 27 May 2012; Robin H. Johnson <robbat2@gentoo.org> lvm2-2.02.95-r2.ebuild, metadata.xml: diff --git a/sys-fs/lvm2/lvm2-2.02.95-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.95-r2.ebuild index 27591d16c911..6df6241b2bf9 100644 --- a/sys-fs/lvm2/lvm2-2.02.95-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.95-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.95-r2.ebuild,v 1.3 2012/05/27 18:01:12 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.95-r2.ebuild,v 1.4 2012/06/07 03:30:37 robbat2 Exp $ EAPI=3 inherit eutils multilib toolchain-funcs autotools linux-info @@ -48,7 +48,6 @@ pkg_setup() { use udev && local WARNING_SYSVIPC="CONFIG_SYSVIPC:\tis not set (required for udev sync)\n" check_extra_config # 1. Genkernel no longer copies /sbin/lvm blindly. - # 2. There are no longer any linking deps in /usr. if use static; then elog "Warning, we no longer overwrite /sbin/lvm and /sbin/dmsetup with" elog "their static versions. If you need the static binaries," @@ -120,7 +119,6 @@ src_configure() { einfo "Building static LVM, for usage inside genkernel" buildmode="internal" # This only causes the .static versions to become available - # For recent systems, there are no linkages against anything in /usr anyway. # We explicitly provide the .static versions so that they can be included in # initramfs environments. myconf="${myconf} --enable-static_link" |