diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-10-13 16:43:03 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-10-13 16:43:03 +0000 |
commit | 10cfe2987ce339762ff8b58d5bca1b9f3f2dbeda (patch) | |
tree | 54a76ab9a1db2f1b120d1b13e2988f84fb7241ca /sys-libs/libsemanage | |
parent | Adding epatch_user support to the ebuild (diff) | |
download | gentoo-2-10cfe2987ce339762ff8b58d5bca1b9f3f2dbeda.tar.gz gentoo-2-10cfe2987ce339762ff8b58d5bca1b9f3f2dbeda.tar.bz2 gentoo-2-10cfe2987ce339762ff8b58d5bca1b9f3f2dbeda.zip |
Adding epatch_user support to the ebuild
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/libsemanage')
-rw-r--r-- | sys-libs/libsemanage/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-2.1.9.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-libs/libsemanage/ChangeLog b/sys-libs/libsemanage/ChangeLog index aaefea434536..56e8437512cd 100644 --- a/sys-libs/libsemanage/ChangeLog +++ b/sys-libs/libsemanage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libsemanage # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.51 2012/10/09 19:59:31 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.52 2012/10/13 16:43:03 swift Exp $ + + 13 Oct 2012; <swift@gentoo.org> libsemanage-2.1.9.ebuild: + Supporting user-provided patches using epatch_user *libsemanage-2.1.9 (09 Oct 2012) diff --git a/sys-libs/libsemanage/libsemanage-2.1.9.ebuild b/sys-libs/libsemanage/libsemanage-2.1.9.ebuild index 2ee1d1e8a420..04cc26cd35ed 100644 --- a/sys-libs/libsemanage/libsemanage-2.1.9.ebuild +++ b/sys-libs/libsemanage/libsemanage-2.1.9.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/libsemanage/libsemanage-2.1.9.ebuild,v 1.1 2012/10/09 19:59:31 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.1.9.ebuild,v 1.2 2012/10/13 16:43:03 swift Exp $ EAPI="3" # Support for 4 depends on python.eclass @@ -65,6 +65,8 @@ src_prepare() { echo "# Reduce memory usage for bzip2 compression and" >> "${S}/src/semanage.conf" echo "# decompression of modules in the module store." >> "${S}/src/semanage.conf" echo "bzip-small=true" >> "${S}/src/semanage.conf" + + epatch_user } src_compile() { |