commit: 163f07fd165288153b21e7bfabf13bed6b9c0b8b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 07:28:33 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 07:33:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163f07fd
dev-libs/re2: virtual/pkgconfig is an unconditional dep,
- and also move sparc-related *DEPEND conditions under profile masks.
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/re2/re2-0.2024.07.02.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-libs/re2/re2-0.2024.07.02.ebuild
b/dev-libs/re2/re2-0.2024.07.02.ebuild
index 69cfb252c064..264cbe9a7fcf 100644
--- a/dev-libs/re2/re2-0.2024.07.02.ebuild
+++ b/dev-libs/re2/re2-0.2024.07.02.ebuild
@@ -22,16 +22,15 @@ SLOT="0/${SONAME}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86"
IUSE="benchmark icu test test-full"
REQUIRED_USE="
- sparc? ( !benchmark )
test-full? ( test )
"
RESTRICT="!test? ( test )"
-BDEPEND="icu? ( virtual/pkgconfig )"
+BDEPEND="virtual/pkgconfig"
RDEPEND="
- !sparc? ( benchmark? ( dev-cpp/benchmark ) )
- icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )
dev-cpp/abseil-cpp:=
+ benchmark? ( dev-cpp/benchmark )
+ icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )
"
DEPEND="
${RDEPEND}