Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libosip/
Date: Mon, 28 May 2018 23:02:29
Message-Id: 1527548521.4a111901f96e3c0112899b2fb4e6242b4dc21a28.bman@gentoo
1 commit: 4a111901f96e3c0112899b2fb4e6242b4dc21a28
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 16:51:54 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 23:02:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a111901
7
8 net-libs/libosip: eapply_user -> default
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-libs/libosip/libosip-3.6.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libosip/libosip-3.6.0.ebuild b/net-libs/libosip/libosip-3.6.0.ebuild
16 index 392feca4b0c..814555da67d 100644
17 --- a/net-libs/libosip/libosip-3.6.0.ebuild
18 +++ b/net-libs/libosip/libosip-3.6.0.ebuild
19 @@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
20 PATCHES=( "${FILESDIR}/${PN}-3.3.0-out-source-build.patch" )
21
22 src_prepare() {
23 - eapply_user
24 + default
25 AT_M4DIR="scripts" eautoreconf
26 }