Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jre-bin/
Date: Mon, 23 Jan 2017 22:52:46
Message-Id: 1485211944.f121d8c4d77126a041137484ade0d1a18bbc1c96.chewi@gentoo
1 commit: f121d8c4d77126a041137484ade0d1a18bbc1c96
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 23 22:22:13 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 23 22:52:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f121d8c4
7
8 dev-java/oracle-jre-bin: Drop support for PT PaX marking, bug #592856
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.121.ebuild | 7 ++-----
13 1 file changed, 2 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.121.ebuild b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.121.ebuild
16 index 9c546f1..e40a4da 100644
17 --- a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.121.ebuild
18 +++ b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.121.ebuild
19 @@ -35,7 +35,7 @@ SRC_URI="
20 LICENSE="Oracle-BCLA-JavaSE"
21 SLOT="1.8"
22 KEYWORDS="~amd64 ~x86"
23 -IUSE="alsa cups +fontconfig headless-awt javafx jce nsplugin pax_kernel selinux"
24 +IUSE="alsa cups +fontconfig headless-awt javafx jce nsplugin selinux"
25
26 RESTRICT="fetch preserve-libs strip"
27 QA_PREBUILT="*"
28 @@ -79,11 +79,8 @@ RDEPEND="!x64-macos? (
29 !prefix? ( sys-libs/glibc:* )
30 selinux? ( sec-policy/selinux-java )"
31
32 -# A PaX header isn't created by scanelf so depend on paxctl to avoid
33 -# fallback marking. See bug #427642.
34 DEPEND="app-arch/zip
35 - jce? ( app-arch/unzip )
36 - pax_kernel? ( sys-apps/paxctl )"
37 + jce? ( app-arch/unzip )"
38
39 S="${WORKDIR}/jre"