Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
Date: Sat, 03 Jun 2017 23:24:42
Message-Id: 1496532271.f60e2202c07ede51647cf6d04de69cb6eeb9c821.whissi@gentoo
1 commit: f60e2202c07ede51647cf6d04de69cb6eeb9c821
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 3 23:24:16 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 3 23:24:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60e2202
7
8 net-mail/tnef: Use "default" in src_prepare"
9
10 This allows the user to apply patches and buildsystem is still able to
11 catch up if needed.
12
13 Package-Manager: Portage-2.3.5, Repoman-2.3.2
14
15 net-mail/tnef/tnef-1.4.15.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/net-mail/tnef/tnef-1.4.15.ebuild b/net-mail/tnef/tnef-1.4.15.ebuild
19 index 5632a117629..19c02d87cd4 100644
20 --- a/net-mail/tnef/tnef-1.4.15.ebuild
21 +++ b/net-mail/tnef/tnef-1.4.15.ebuild
22 @@ -13,8 +13,9 @@ LICENSE="GPL-2"
23 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
24
25 src_prepare() {
26 + default
27 +
28 eautoreconf
29 - eapply_user
30 }
31
32 src_test() {