Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/oprofile/
Date: Mon, 07 Aug 2017 15:24:28
Message-Id: 1502119458.160721afa4c8412a31aec830469b7389d0210616.bircoph@gentoo
1 commit: 160721afa4c8412a31aec830469b7389d0210616
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 7 15:21:45 2017 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 7 15:24:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160721af
7
8 dev-util/oprofile: remove the kludge for java-pkg-opt-2.eclass
9
10 java-pkg-opt-2.eclass is now fixed in the tree, the kludge is no
11 longer needed.
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.3
14 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
15
16 dev-util/oprofile/oprofile-1.2.0.ebuild | 6 ------
17 1 file changed, 6 deletions(-)
18
19 diff --git a/dev-util/oprofile/oprofile-1.2.0.ebuild b/dev-util/oprofile/oprofile-1.2.0.ebuild
20 index 066d0a54020..c548ac8146e 100644
21 --- a/dev-util/oprofile/oprofile-1.2.0.ebuild
22 +++ b/dev-util/oprofile/oprofile-1.2.0.ebuild
23 @@ -39,12 +39,6 @@ pkg_setup() {
24 use java && java-pkg_init
25 }
26
27 -# kludge for the bug in java-pkg-opt-2.eclass
28 -# https://archives.gentoo.org/gentoo-dev/message/2b8c7f0ed39423050a763418ca884ed7
29 -src_prepare() {
30 - use java && java-pkg-opt-2_src_prepare || eapply_user
31 -}
32 -
33 src_configure() {
34 econf \
35 --disable-werror \