summaryrefslogtreecommitdiff
path: root/sys-apps/sed
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-14 03:04:44 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-14 03:04:44 -0500
commit22ab5437b999b26eb3960d336dd392ccab062827 (patch)
tree43a85d35f8768ca8bfe5dbff9b129ada4b8c7847 /sys-apps/sed
parentd6c616f80bd44aa3323ca5211338d251e1215938 (diff)
downloadbaldeagleos-repo-22ab5437b999b26eb3960d336dd392ccab062827.tar.gz
baldeagleos-repo-22ab5437b999b26eb3960d336dd392ccab062827.tar.xz
baldeagleos-repo-22ab5437b999b26eb3960d336dd392ccab062827.zip
Adding metadata
Diffstat (limited to 'sys-apps/sed')
-rw-r--r--sys-apps/sed/sed-4.10-r1.ebuild (renamed from sys-apps/sed/sed-4.10.ebuild)8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.10.ebuild b/sys-apps/sed/sed-4.10-r1.ebuild
index 0f8ba3d69ffa..863908e58ba6 100644
--- a/sys-apps/sed/sed-4.10.ebuild
+++ b/sys-apps/sed/sed-4.10-r1.ebuild
@@ -29,20 +29,23 @@ fi
LICENSE="GPL-3+"
SLOT="0"
-IUSE="acl nls selinux static test-full"
+IUSE="acl nls selinux static test-full xattr"
RDEPEND="
!static? (
acl? ( virtual/acl )
nls? ( virtual/libintl )
selinux? ( sys-libs/libselinux )
+ xattr? ( sys-apps/attr )
)
"
-DEPEND="${RDEPEND}
+DEPEND="
+ ${RDEPEND}
static? (
acl? ( virtual/acl[static-libs(+)] )
nls? ( virtual/libintl[static-libs(+)] )
selinux? ( sys-libs/libselinux[static-libs(+)] )
+ xattr? ( sys-apps/attr[static-libs(+)] )
)
"
BDEPEND="
@@ -57,6 +60,7 @@ src_configure() {
--exec-prefix="${EPREFIX}"
$(use_enable acl)
$(use_enable nls)
+ $(use_enable xattr)
$(use_with selinux)
# rename to gsed for better BSD compatibility
--program-prefix=g