From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72C6A138350 for ; Tue, 28 Jan 2020 08:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A547E0895; Tue, 28 Jan 2020 08:55:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54F47E0895 for ; Tue, 28 Jan 2020 08:55:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0932734E4B7 for ; Tue, 28 Jan 2020 08:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0238108 for ; Tue, 28 Jan 2020 08:55:27 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1580201711.741d62ad1e47ff7e20fe43c63967b67bf551b868.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icedtea/icedtea-3.15.0.ebuild X-VCS-Directories: dev-java/icedtea/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 741d62ad1e47ff7e20fe43c63967b67bf551b868 X-VCS-Branch: master Date: Tue, 28 Jan 2020 08:55:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 383465ab-7bd7-4613-851c-507ec0668c30 X-Archives-Hash: 35972ce60f56ceafe039d8c5a9b08ac4 commit: 741d62ad1e47ff7e20fe43c63967b67bf551b868 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Jan 28 08:54:52 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Jan 28 08:55:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741d62ad dev-java/icedtea: QA: fix various minor issues Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> dev-java/icedtea/icedtea-3.15.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/icedtea/icedtea-3.15.0.ebuild b/dev-java/icedtea/icedtea-3.15.0.ebuild index e28dfab5055..73ff69662c2 100644 --- a/dev-java/icedtea/icedtea-3.15.0.ebuild +++ b/dev-java/icedtea/icedtea-3.15.0.ebuild @@ -196,7 +196,7 @@ src_unpack() { src_configure() { # For bootstrap builds as the sandbox control file might not yet exist. - addpredict /proc/self/coredump_filter + addpredict /proc/self/coredump_filter #nowarn # icedtea doesn't like some locales. #330433 #389717 export LANG="C" LC_ALL="C" @@ -353,12 +353,12 @@ src_install() { rm -v "${ddest}"/src.zip || die fi - dosym "${EPREFIX}"/usr/share/doc/"${PF}" usr/share/doc/"${PN}${SLOT}" + dosym ../../../usr/share/doc/"${PF}" usr/share/doc/"${PN}${SLOT}" # Fix the permissions. find "${ddest}" \! -type l \( -perm /111 -exec chmod 755 {} \; -o -exec chmod 644 {} \; \) || die - dosym "${EPREFIX}"/etc/ssl/certs/java/cacerts "${dest}"/jre/lib/security/cacerts + dosym ../../../../../../etc/ssl/certs/java/cacerts "${dest}"/jre/lib/security/cacerts java-vm_install-env "${FILESDIR}/icedtea.env.sh" java-vm_sandbox-predict /proc/self/coredump_filter