diff options
author | Violet Purcell <vimproved@inventati.org> | 2023-07-27 16:47:54 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-10 15:01:45 +0100 |
commit | 3cbfe9b770bd6e700b1549ef678ddf817d621ac9 (patch) | |
tree | 434bebd41ba40f8b26a212e7c4f10724d3c290c9 /media-libs/rubberband | |
parent | dev-libs/libportal: Version bump to 0.7.1 (diff) | |
download | gentoo-3cbfe9b770bd6e700b1549ef678ddf817d621ac9.tar.gz gentoo-3cbfe9b770bd6e700b1549ef678ddf817d621ac9.tar.bz2 gentoo-3cbfe9b770bd6e700b1549ef678ddf817d621ac9.zip |
media-libs/rubberband: Restrict GCC dependency to ppc
The gcc RDEPEND is presumably due to the ebuild linking against libatomic.
However, this is conditioned behind either ppc or libstdc++, which the latter
would imply that GCC is already installed. This needlessly pulls in GCC on musl/llvm systems,
and making the gcc dependency ppc-only shouldn't cause any breakage.
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/32073
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/rubberband')
-rw-r--r-- | media-libs/rubberband/rubberband-3.3.0-r1.ebuild (renamed from media-libs/rubberband/rubberband-3.3.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/rubberband/rubberband-3.3.0.ebuild b/media-libs/rubberband/rubberband-3.3.0-r1.ebuild index f6f3a392c27f..9aa199e409de 100644 --- a/media-libs/rubberband/rubberband-3.3.0.ebuild +++ b/media-libs/rubberband/rubberband-3.3.0-r1.ebuild @@ -28,7 +28,7 @@ CDEPEND=" " RDEPEND=" ${CDEPEND} - sys-devel/gcc:* + ppc? ( sys-devel/gcc:* ) " DEPEND="${CDEPEND}" BDEPEND="test? ( dev-libs/boost[${MULTILIB_USEDEP}] )" |