summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-06 10:07:11 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-06 10:07:11 +0100
commit4b5f83db898807ef96b5cc5dfefce47578ea9602 (patch)
treec9f1773504a43ed938145b2f40474568a11bddc7
parentsys-apps/portage: remove userland_GNU (diff)
downloadgentoo-4b5f83db.tar.gz
gentoo-4b5f83db.tar.bz2
gentoo-4b5f83db.zip
sys-apps/sed: remove userland_GNU
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--sys-apps/sed/sed-4.8.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/sys-apps/sed/sed-4.8.ebuild b/sys-apps/sed/sed-4.8.ebuild
index a8aaee8972f8..69f4960ab94f 100644
--- a/sys-apps/sed/sed-4.8.ebuild
+++ b/sys-apps/sed/sed-4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -31,15 +31,10 @@ DEPEND="${RDEPEND}
BDEPEND="nls? ( sys-devel/gettext )"
src_configure() {
- local myconf=()
- if use userland_GNU; then
- myconf+=( --exec-prefix="${EPREFIX}" )
- else
- myconf+=( --program-prefix=g )
- fi
-
use static && append-ldflags -static
- myconf+=(
+
+ local myconf=(
+ --exec-prefix="${EPREFIX}"
$(use_enable acl)
$(use_enable nls)
$(use_with selinux)