diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-10-13 16:42:25 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-10-13 16:42:25 +0000 |
commit | 8cb0ee6a600ed787b1f2e41cbd925ea3bcfb94db (patch) | |
tree | b86e8496d0469c1fcec0cd2b1c2db2dc1bd2729b /sys-libs/libselinux/libselinux-2.1.12.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-8cb0ee6a600ed787b1f2e41cbd925ea3bcfb94db.tar.gz gentoo-2-8cb0ee6a600ed787b1f2e41cbd925ea3bcfb94db.tar.bz2 gentoo-2-8cb0ee6a600ed787b1f2e41cbd925ea3bcfb94db.zip |
Adding epatch_user support to the ebuild
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/libselinux/libselinux-2.1.12.ebuild')
-rw-r--r-- | sys-libs/libselinux/libselinux-2.1.12.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/libselinux/libselinux-2.1.12.ebuild b/sys-libs/libselinux/libselinux-2.1.12.ebuild index 144eb08e51f7..18512ef7f9c8 100644 --- a/sys-libs/libselinux/libselinux-2.1.12.ebuild +++ b/sys-libs/libselinux/libselinux-2.1.12.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-libs/libselinux/libselinux-2.1.12.ebuild,v 1.1 2012/10/09 20:00:12 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.1.12.ebuild,v 1.2 2012/10/13 16:42:25 swift Exp $ EAPI="4" PYTHON_DEPEND="python? *" @@ -47,6 +47,8 @@ src_prepare() { -e "/^SHLIBDIR/s/lib/$(get_libdir)/" \ src/Makefile utils/Makefile || die epatch "${FILESDIR}/${P}-mountsys.patch" + + epatch_user } src_compile() { |