Skip to content

Commit

Permalink
dev-java/oracle-jre-bin: Drop support for PT PaX marking, bug #592856
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
chewi committed Jan 23, 2017
1 parent 87aeca8 commit f121d8c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.121.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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="*"
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit f121d8c

Please sign in to comment.