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 770A81382C5 for ; Sat, 20 Jun 2020 14:37:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB119E082D; Sat, 20 Jun 2020 14:37:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8D12EE082D for ; Sat, 20 Jun 2020 14:37:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8B70434F4AA for ; Sat, 20 Jun 2020 14:37:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C692A2A8 for ; Sat, 20 Jun 2020 14:37:46 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1592663863.41be73c70fc16cb1d749570753ad7f96d1b10e67.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/scala-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/scala-bin/scala-bin-2.13.1.ebuild X-VCS-Directories: dev-lang/scala-bin/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 41be73c70fc16cb1d749570753ad7f96d1b10e67 X-VCS-Branch: master Date: Sat, 20 Jun 2020 14:37:46 +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: 6072c51c-9e14-4a70-9bb6-8d5ea628218e X-Archives-Hash: 7f637a2118cf3ca5a00ffb7b90f1f1c9 commit: 41be73c70fc16cb1d749570753ad7f96d1b10e67 Author: Patrice Clement gentoo org> AuthorDate: Sat Jun 20 14:37:06 2020 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Jun 20 14:37:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41be73c7 dev-lang/scala-bin: stable for amd64+x86. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement gentoo.org> dev-lang/scala-bin/scala-bin-2.13.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-lang/scala-bin/scala-bin-2.13.1.ebuild b/dev-lang/scala-bin/scala-bin-2.13.1.ebuild index 27531fa3d55..622baa6cd43 100644 --- a/dev-lang/scala-bin/scala-bin-2.13.1.ebuild +++ b/dev-lang/scala-bin/scala-bin-2.13.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://downloads.lightbend.com/${MY_PN}/${PV}/${MY_P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc" RDEPEND=" @@ -34,7 +34,7 @@ src_prepare() { ebegin 'Patching SCALA_HOME variable in bin/ directory' local f for f in bin/*; do - sed -i -e 's#\(SCALA_HOME\)=.*#\1=/usr/share/scala-bin#' $f || die + sed -i -e 's#\(SCALA_HOME\)=.*#\1=/usr/share/scala-bin#' "$f" || die done eend $? } @@ -49,6 +49,7 @@ src_install() { eend $? ebegin 'Installing jar files' + cd lib/ || die # Unversion those libs.