diff options
author | Sam James <sam@gentoo.org> | 2022-02-11 16:12:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-11 16:13:28 +0000 |
commit | ccca2e3850fc22e01078751a288d90576c2f1800 (patch) | |
tree | 7c8b063104c7b2788e0e6071bd019612db98ec8b /media-sound | |
parent | sys-devel/llvm-roc: bump to 4.5.2 (diff) | |
download | gentoo-ccca2e3850fc22e01078751a288d90576c2f1800.tar.gz gentoo-ccca2e3850fc22e01078751a288d90576c2f1800.tar.bz2 gentoo-ccca2e3850fc22e01078751a288d90576c2f1800.zip |
media-sound/apulse: [QA] use soft-blocker in RDEPEND
!! in RDEPEND should have the same meaning as ! in RDEPEND, given that
!!'s only difference with ! is "package can't be built with this thing installed",
which is only relevant in DEPEND anyway.
Additionally, this ends up confusing Portage unnecessarily, as !! always
requires manual intervention.
! is fine for file collisions.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/apulse/apulse-0.1.13-r1.ebuild (renamed from media-sound/apulse/apulse-0.1.13.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/apulse/apulse-0.1.13.ebuild b/media-sound/apulse/apulse-0.1.13-r1.ebuild index 8fc4e08becf5..1144e6c63402 100644 --- a/media-sound/apulse/apulse-0.1.13.ebuild +++ b/media-sound/apulse/apulse-0.1.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ DEPEND="dev-libs/glib:2[${MULTILIB_USEDEP}] media-libs/alsa-lib[${MULTILIB_USEDEP}] sdk? ( !media-sound/pulseaudio ) " RDEPEND="${DEPEND} - !!media-plugins/alsa-plugins[pulseaudio]" + !media-plugins/alsa-plugins[pulseaudio]" PATCHES=( "${FILESDIR}/sdk.patch" |