dev-java/oracle-jre-bin: Drop support for PT PaX marking, bug #592856
authorJames Le Cuirot <chewi@gentoo.org>
Mon, 23 Jan 2017 22:22:13 +0000 (22:22 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Mon, 23 Jan 2017 22:52:24 +0000 (22:52 +0000)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.121.ebuild

index 9c546f14f6ae59a48bdef3b06c17f9e3de5aa901..e40a4da8edf9606ccb9d1a48fab35610cd3a800c 100644 (file)
@@ -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"