diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-15 00:37:22 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-15 00:37:22 +0000 |
commit | 0651e8ebd065345cb0316b48d066805f5bfdd3ba (patch) | |
tree | 17f5e6044c41bd965377f2b79b8dfc929789ba69 /sys-fs | |
parent | Remove old 2.1 ebuilds (diff) | |
download | gentoo-2-0651e8ebd065345cb0316b48d066805f5bfdd3ba.tar.gz gentoo-2-0651e8ebd065345cb0316b48d066805f5bfdd3ba.tar.bz2 gentoo-2-0651e8ebd065345cb0316b48d066805f5bfdd3ba.zip |
Backport selinux compile fix to stable build.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lvm2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.51-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog index f1f6435275e7..15863f8683b1 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.179 2009/11/09 21:44:13 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.180 2009/11/15 00:37:22 robbat2 Exp $ + + 15 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> lvm2-2.02.51-r1.ebuild: + Backport selinux compile fix to stable build. 09 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> lvm2-2.02.51-r2.ebuild, +files/lvm2-2.02.51-dmsetup-selinux-linking-fix.patch: diff --git a/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild index 2f40fdf9cc3f..bfd4771458db 100644 --- a/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.51-r1.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.51-r1.ebuild,v 1.6 2009/11/09 12:05:19 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.51-r1.ebuild,v 1.7 2009/11/15 00:37:22 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -49,6 +49,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-2.02.51-as-needed.patch epatch "${FILESDIR}"/${PN}-2.02.48-fix-pkgconfig.patch epatch "${FILESDIR}"/${PN}-2.02.51-fix-pvcreate.patch + epatch "${FILESDIR}"/${PN}-2.02.51-dmsetup-selinux-linking-fix.patch eautoreconf } |