Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Sun, 16 Apr 2017 21:37:49
Message-Id: 1492378623.e1fa26a3d0694c33b9ef27c03e91fdffb5641f4e.slyfox@gentoo
1 commit: e1fa26a3d0694c33b9ef27c03e91fdffb5641f4e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 16 20:45:28 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 16 21:37:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fa26a3
7
8 sys-apps/util-linux: allow user patches
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 sys-apps/util-linux/util-linux-2.29.2-r1.ebuild | 2 ++
13 sys-apps/util-linux/util-linux-9999.ebuild | 2 ++
14 2 files changed, 4 insertions(+)
15
16 diff --git a/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild b/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild
17 index f57dfef1b83..7269851f880 100644
18 --- a/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild
19 +++ b/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild
20 @@ -75,6 +75,8 @@ src_prepare() {
21 -e 's:(ncursesw?)[56]-config --version:$PKG_CONFIG --exists --print-errors \1:' \
22 configure || die
23 elibtoolize
24 +
25 + epatch_user
26 }
27
28 lfs_fallocate_test() {
29
30 diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
31 index e121aa73921..d35c30defb3 100644
32 --- a/sys-apps/util-linux/util-linux-9999.ebuild
33 +++ b/sys-apps/util-linux/util-linux-9999.ebuild
34 @@ -70,6 +70,8 @@ src_prepare() {
35 eautoreconf
36 fi
37 elibtoolize
38 +
39 + epatch_user
40 }
41
42 lfs_fallocate_test() {