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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 388D315ACFB for ; Mon, 10 Apr 2023 19:22:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A496E08A4; Mon, 10 Apr 2023 19:22:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6799AE08A4 for ; Mon, 10 Apr 2023 19:22:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D2E5340B37 for ; Mon, 10 Apr 2023 19:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11443A1A for ; Mon, 10 Apr 2023 19:22:28 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1681154545.f833da19cac0473a6799fdfe68a827a29e1aae95.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/diffutils/diffutils-3.9-r1.ebuild X-VCS-Directories: sys-apps/diffutils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f833da19cac0473a6799fdfe68a827a29e1aae95 X-VCS-Branch: master Date: Mon, 10 Apr 2023 19:22:28 +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: 30fc2df1-fbab-4737-9c55-bb5b84fb243c X-Archives-Hash: 1921bccf4e4cf4333e5430c477e05cdf commit: f833da19cac0473a6799fdfe68a827a29e1aae95 Author: Mike Gilbert gentoo org> AuthorDate: Mon Apr 10 19:19:01 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Apr 10 19:22:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f833da19 sys-apps/diffutils: drop 'static' USE flag It's unclear why this was added in the first place. Closes: https://bugs.gentoo.org/903972 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/diffutils/diffutils-3.9-r1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-apps/diffutils/diffutils-3.9-r1.ebuild b/sys-apps/diffutils/diffutils-3.9-r1.ebuild index 87c7e4f06f53..44589c84053d 100644 --- a/sys-apps/diffutils/diffutils-3.9-r1.ebuild +++ b/sys-apps/diffutils/diffutils-3.9-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/diffutils.asc -inherit flag-o-matic verify-sig +inherit verify-sig DESCRIPTION="Tools to make diffs and compare files" HOMEPAGE="https://www.gnu.org/software/diffutils/" @@ -25,7 +25,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="nls static" +IUSE="nls" BDEPEND=" nls? ( sys-devel/gettext ) @@ -45,8 +45,6 @@ src_prepare() { } src_configure() { - use static && append-ldflags -static - # Disable automagic dependency over libsigsegv; see bug #312351. export ac_cv_libsigsegv=no