summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-10-13 16:47:08 +0000
committerSven Vermeulen <swift@gentoo.org>2012-10-13 16:47:08 +0000
commiteed1c0f69c4fedd16d6346e70cd463ef930bce04 (patch)
treeca97212900d043bb34847f2ccba5dbf411ea6998 /sys-apps/policycoreutils
parentAdding epatch_user support to the ebuild (diff)
downloadhistorical-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/policycoreutils')
-rw-r--r--sys-apps/policycoreutils/ChangeLog5
-rw-r--r--sys-apps/policycoreutils/policycoreutils-2.1.13-r3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-apps/policycoreutils/ChangeLog b/sys-apps/policycoreutils/ChangeLog
index 4460a3bb2316..c681df90e9ac 100644
--- a/sys-apps/policycoreutils/ChangeLog
+++ b/sys-apps/policycoreutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/policycoreutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.106 2012/10/09 20:03:12 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.107 2012/10/13 16:46:02 swift Exp $
+
+ 13 Oct 2012; <swift@gentoo.org> policycoreutils-2.1.13-r3.ebuild:
+ Supporting user-provided patches using epatch_user
*policycoreutils-2.1.13-r3 (09 Oct 2012)
diff --git a/sys-apps/policycoreutils/policycoreutils-2.1.13-r3.ebuild b/sys-apps/policycoreutils/policycoreutils-2.1.13-r3.ebuild
index 798cfa599381..916c02ab0c3e 100644
--- a/sys-apps/policycoreutils/policycoreutils-2.1.13-r3.ebuild
+++ b/sys-apps/policycoreutils/policycoreutils-2.1.13-r3.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-apps/policycoreutils/policycoreutils-2.1.13-r3.ebuild,v 1.1 2012/10/09 20:03:12 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.1.13-r3.ebuild,v 1.2 2012/10/13 16:46:02 swift Exp $
EAPI="4"
PYTHON_DEPEND="*"
@@ -72,6 +72,8 @@ src_prepare() {
cp "${S}/po/sq.po" "${S}/po/gl.po" || die "failed to copy ${S}/po/sq.po to gl.po"
cp "${S}/po/sq.po" "${S}/po/id.po" || die "failed to copy ${S}/po/sq.po to id.po"
cp "${S}/po/sq.po" "${S}/po/et.po" || die "failed to copy ${S}/po/sq.po to et.po"
+
+ epatch_user
}
src_compile() {