diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-01-23 22:22:13 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-01-23 22:52:24 +0000 |
commit | f121d8c4d77126a041137484ade0d1a18bbc1c96 (patch) | |
tree | 7a739ce88c40cfd44a18855af0dd95879ff24d11 /dev-java/oracle-jre-bin | |
parent | dev-java/oracle-jre-bin: Migrate to java-vm_install-env (diff) | |
download | gentoo-f121d8c4d77126a041137484ade0d1a18bbc1c96.tar.gz gentoo-f121d8c4d77126a041137484ade0d1a18bbc1c96.tar.bz2 gentoo-f121d8c4d77126a041137484ade0d1a18bbc1c96.zip |
dev-java/oracle-jre-bin: Drop support for PT PaX marking, bug #592856
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-java/oracle-jre-bin')
-rw-r--r-- | dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.121.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
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 index 9c546f14f6ae..e40a4da8edf9 100644 --- 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 @@ -35,7 +35,7 @@ SRC_URI=" LICENSE="Oracle-BCLA-JavaSE" SLOT="1.8" KEYWORDS="~amd64 ~x86" -IUSE="alsa cups +fontconfig headless-awt javafx jce nsplugin pax_kernel selinux" +IUSE="alsa cups +fontconfig headless-awt javafx jce nsplugin selinux" RESTRICT="fetch preserve-libs strip" QA_PREBUILT="*" @@ -79,11 +79,8 @@ RDEPEND="!x64-macos? ( !prefix? ( sys-libs/glibc:* ) selinux? ( sec-policy/selinux-java )" -# A PaX header isn't created by scanelf so depend on paxctl to avoid -# fallback marking. See bug #427642. DEPEND="app-arch/zip - jce? ( app-arch/unzip ) - pax_kernel? ( sys-apps/paxctl )" + jce? ( app-arch/unzip )" S="${WORKDIR}/jre" |