Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
Date: Fri, 21 Jan 2022 18:14:20
Message-Id: 1642788811.5f8651f727b59729b0845c35552e50241964fa5c.juippis@gentoo
1 commit: 5f8651f727b59729b0845c35552e50241964fa5c
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 18:13:31 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 18:13:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8651f7
7
8 dev-util/edi: depend on virtual/libintl (fix musl)
9
10 Closes: https://bugs.gentoo.org/831526
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 dev-util/edi/edi-0.8.0-r1.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/edi/edi-0.8.0-r1.ebuild b/dev-util/edi/edi-0.8.0-r1.ebuild
17 index 920db6c168b1..859c80b1b229 100644
18 --- a/dev-util/edi/edi-0.8.0-r1.ebuild
19 +++ b/dev-util/edi/edi-0.8.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -24,7 +24,8 @@ RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
27 )"
28 DEPEND="${RDEPEND}
29 dev-libs/check"
30 -BDEPEND="virtual/pkgconfig"
31 +BDEPEND="virtual/libintl
32 + virtual/pkgconfig"
33
34 llvm_check_deps() {
35 has_version "sys-devel/clang:${LLVM_SLOT}"