commit: f70a46c3ede2106696249295b2f9463199abf9c3 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Sat Mar 21 20:14:18 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Sat Mar 21 20:16:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70a46c3
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 <AT> gentoo.org> 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 3cf0562a177..20eb0d11292 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=()
