diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-03-21 21:14:18 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-21 21:16:22 +0100 |
commit | f70a46c3ede2106696249295b2f9463199abf9c3 (patch) | |
tree | 43e17bf26cf2a0be64f768b94d7afd82150d3be8 /sys-apps/sed | |
parent | sys-kernel/gentoo-sources: Linux patch 5.4.27 (diff) | |
download | gentoo-f70a46c3ede2106696249295b2f9463199abf9c3.tar.gz gentoo-f70a46c3ede2106696249295b2f9463199abf9c3.tar.bz2 gentoo-f70a46c3ede2106696249295b2f9463199abf9c3.zip |
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 <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/sed')
-rw-r--r-- | sys-apps/sed/sed-4.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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=() |