summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-04-10 15:19:01 -0400
committerMike Gilbert <floppym@gentoo.org>2023-04-10 15:22:25 -0400
commitf833da19cac0473a6799fdfe68a827a29e1aae95 (patch)
tree8d5cde213b8e2892b853d96521eec81b3c84c0a7 /sys-apps/diffutils
parentdev-util/ruff: add 0.0.261, drop 0.0.259 (diff)
downloadgentoo-f833da19cac0473a6799fdfe68a827a29e1aae95.tar.gz
gentoo-f833da19cac0473a6799fdfe68a827a29e1aae95.tar.bz2
gentoo-f833da19cac0473a6799fdfe68a827a29e1aae95.zip
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 <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/diffutils')
-rw-r--r--sys-apps/diffutils/diffutils-3.9-r1.ebuild6
1 files 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