diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-10-13 16:47:08 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-10-13 16:47:08 +0000 |
commit | eed1c0f69c4fedd16d6346e70cd463ef930bce04 (patch) | |
tree | ca97212900d043bb34847f2ccba5dbf411ea6998 /sys-apps/checkpolicy | |
parent | Adding epatch_user support to the ebuild (diff) | |
download | historical-eed1c0f69c4fedd16d6346e70cd463ef930bce04.tar.gz historical-eed1c0f69c4fedd16d6346e70cd463ef930bce04.tar.bz2 historical-eed1c0f69c4fedd16d6346e70cd463ef930bce04.zip |
Adding epatch_user support to the ebuild
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/checkpolicy')
-rw-r--r-- | sys-apps/checkpolicy/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-apps/checkpolicy/ChangeLog b/sys-apps/checkpolicy/ChangeLog index 4d8619170366..c0174a9b1a19 100644 --- a/sys-apps/checkpolicy/ChangeLog +++ b/sys-apps/checkpolicy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/checkpolicy # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.67 2012/10/09 20:04:47 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.68 2012/10/13 16:47:08 swift Exp $ + + 13 Oct 2012; <swift@gentoo.org> checkpolicy-2.1.11.ebuild: + Supporting user-provided patches using epatch_user *checkpolicy-2.1.11 (09 Oct 2012) diff --git a/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild b/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild index 7ef246baa006..b6d5981f713e 100644 --- a/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild +++ b/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild,v 1.1 2012/10/09 20:04:47 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.1.11.ebuild,v 1.2 2012/10/13 16:47:08 swift Exp $ -inherit toolchain-funcs +inherit toolchain-funcs eutils SEPOL_VER="2.1.8" SEMNG_VER="2.1.9" @@ -27,6 +27,10 @@ src_compile() { emake CC="$(tc-getCC)" YACC="bison -y" || die } +src_prepare() { + epatch_user +} + src_install() { emake DESTDIR="${D}" install || die |