From f70a46c3ede2106696249295b2f9463199abf9c3 Mon Sep 17 00:00:00 2001 From: David Michael Date: Sat, 21 Mar 2020 21:14:18 +0100 Subject: [PATCH] sys-apps/sed: Move sys-devel/gettext to BDEPEND Closes: https://bugs.gentoo.org/713680 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Lars Wendler --- sys-apps/sed/sed-4.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/sed/sed-4.8.ebuild b/sys-apps/sed/sed-4.8.ebuild index 3cf0562a1777..20eb0d112923 100644 --- a/sys-apps/sed/sed-4.8.ebuild +++ b/sys-apps/sed/sed-4.8.ebuild @@ -22,13 +22,13 @@ RDEPEND=" ) " DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) static? ( acl? ( virtual/acl[static-libs(+)] ) nls? ( virtual/libintl[static-libs(+)] ) selinux? ( sys-libs/libselinux[static-libs(+)] ) ) " +BDEPEND="nls? ( sys-devel/gettext )" src_configure() { local myconf=() -- 2.26.2