commit: 5f8651f727b59729b0845c35552e50241964fa5c Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri Jan 21 18:13:31 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Jan 21 18:13:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8651f7
dev-util/edi: depend on virtual/libintl (fix musl) Closes: https://bugs.gentoo.org/831526 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-util/edi/edi-0.8.0-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/edi/edi-0.8.0-r1.ebuild b/dev-util/edi/edi-0.8.0-r1.ebuild index 920db6c168b1..859c80b1b229 100644 --- a/dev-util/edi/edi-0.8.0-r1.ebuild +++ b/dev-util/edi/edi-0.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,8 @@ RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] ) )" DEPEND="${RDEPEND} dev-libs/check" -BDEPEND="virtual/pkgconfig" +BDEPEND="virtual/libintl + virtual/pkgconfig" llvm_check_deps() { has_version "sys-devel/clang:${LLVM_SLOT}"
