sys-apps/sed: Move sys-devel/gettext to BDEPEND
authorDavid Michael <fedora.dm0@gmail.com>
Sat, 21 Mar 2020 20:14:18 +0000 (21:14 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Sat, 21 Mar 2020 20:16:22 +0000 (21:16 +0100)
Closes: https://bugs.gentoo.org/713680
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-apps/sed/sed-4.8.ebuild

index 3cf0562a17770c469961ba6da5e13c5b82174807..20eb0d1129239b6ed5a79e22f1fbbe2877473f25 100644 (file)
@@ -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=()