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 CA28D138350 for ; Sat, 8 Feb 2020 16:53:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25E8FE08A2; Sat, 8 Feb 2020 16:53:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 09335E08A4 for ; Sat, 8 Feb 2020 16:53:30 +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 EA94834E880 for ; Sat, 8 Feb 2020 16:53:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1392214B for ; Sat, 8 Feb 2020 16:53:24 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581180770.2ab1880b7a6443d66079a3a7d936bffe0ad7243d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/seamonkey/seamonkey-2.49.5-r1.ebuild www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2ab1880b7a6443d66079a3a7d936bffe0ad7243d X-VCS-Branch: master Date: Sat, 8 Feb 2020 16:53:24 +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: 872c21dd-9112-400b-bec1-ee8f315aba05 X-Archives-Hash: 56be0d84c510f3d4973173453ff1942a commit: 2ab1880b7a6443d66079a3a7d936bffe0ad7243d Author: David Seifert gentoo org> AuthorDate: Sat Feb 8 16:52:50 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 8 16:52:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab1880b www-client/seamonkey: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert gentoo.org> www-client/seamonkey/seamonkey-2.49.5-r1.ebuild | 4 ++-- www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/seamonkey/seamonkey-2.49.5-r1.ebuild b/www-client/seamonkey/seamonkey-2.49.5-r1.ebuild index a12284003e9..643eef5a761 100644 --- a/www-client/seamonkey/seamonkey-2.49.5-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.49.5-r1.ebuild @@ -251,7 +251,7 @@ src_configure() { fi # workaround for funky/broken upstream configure... - SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ + SHELL="${SHELL:-${EPREFIX}/bin/bash}" \ emake V=1 -f client.mk configure } @@ -295,7 +295,7 @@ src_install() { done fi - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ + MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" \ emake DESTDIR="${D}" install MOZ_P="${P/_*}" mozlinguas_src_install cp "${FILESDIR}"/${PN}.desktop "${T}" || die diff --git a/www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild b/www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild index f6f9ab9ef83..6101043330b 100644 --- a/www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild +++ b/www-client/seamonkey/seamonkey-2.49.9.1_p0.ebuild @@ -279,7 +279,7 @@ src_configure() { fi # workaround for funky/broken upstream configure... - SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ + SHELL="${SHELL:-${EPREFIX}/bin/bash}" \ emake V=1 -f client.mk configure } @@ -323,7 +323,7 @@ src_install() { done fi - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ + MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" \ emake DESTDIR="${D}" install cp "${FILESDIR}"/${PN}.desktop "${T}" || die