diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-07-29 10:28:33 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-07-29 10:33:49 +0300 |
commit | 163f07fd165288153b21e7bfabf13bed6b9c0b8b (patch) | |
tree | 9ec7eb12bafd88f621e9fa37f9f030d7b670a898 /dev-libs/re2 | |
parent | dev-libs/re2: add 0.2024.07.02 (diff) | |
download | gentoo-163f07fd165288153b21e7bfabf13bed6b9c0b8b.tar.gz gentoo-163f07fd165288153b21e7bfabf13bed6b9c0b8b.tar.bz2 gentoo-163f07fd165288153b21e7bfabf13bed6b9c0b8b.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/re2')
-rw-r--r-- | dev-libs/re2/re2-0.2024.07.02.ebuild | 7 |
1 files 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} |