diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-10-13 16:44:24 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-10-13 16:44:24 +0000 |
commit | 06402397c08d0ab6390fc5ed637330c9c8ef8319 (patch) | |
tree | e795730b31622302b346aebfcf86e265b8d05966 /sys-libs/libsepol | |
parent | Adding epatch_user support to the ebuild (diff) | |
download | gentoo-2-06402397c08d0ab6390fc5ed637330c9c8ef8319.tar.gz gentoo-2-06402397c08d0ab6390fc5ed637330c9c8ef8319.tar.bz2 gentoo-2-06402397c08d0ab6390fc5ed637330c9c8ef8319.zip |
Adding epatch_user support to the ebuild
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/libsepol')
-rw-r--r-- | sys-libs/libsepol/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libsepol/libsepol-2.1.8.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-libs/libsepol/ChangeLog b/sys-libs/libsepol/ChangeLog index ca8a04ee3471..47438501fabb 100644 --- a/sys-libs/libsepol/ChangeLog +++ b/sys-libs/libsepol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libsepol # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.50 2012/10/09 19:58:45 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.51 2012/10/13 16:44:24 swift Exp $ + + 13 Oct 2012; <swift@gentoo.org> libsepol-2.1.8.ebuild: + Supporting user-provided patches using epatch_user *libsepol-2.1.8 (09 Oct 2012) diff --git a/sys-libs/libsepol/libsepol-2.1.8.ebuild b/sys-libs/libsepol/libsepol-2.1.8.ebuild index e0fd6a9c9985..6de0fa498050 100644 --- a/sys-libs/libsepol/libsepol-2.1.8.ebuild +++ b/sys-libs/libsepol/libsepol-2.1.8.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/libsepol/libsepol-2.1.8.ebuild,v 1.1 2012/10/09 19:58:45 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8.ebuild,v 1.2 2012/10/13 16:44:24 swift Exp $ EAPI="2" @@ -29,6 +29,8 @@ src_prepare() { sed -i -e "/^SHLIBDIR/s/lib/$(get_libdir)/" src/Makefile \ || die "Fix for multilib SHLIBDIR failed." epatch "${FILESDIR}/libsepol-2.1.4-fix_role_fix_callback.patch" + + epatch_user } src_compile() { |