commit: 5d9fb150d6beaae01803238cb01441e92a289b07 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Thu Aug 21 16:33:11 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Aug 28 20:53:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9fb150
dev-java/icedtea-sound: depend on media-libs/libpulse Closes: https://bugs.gentoo.org/961803 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/43506 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../{icedtea-sound-1.0.1-r1.ebuild => icedtea-sound-1.0.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1-r1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1-r2.ebuild similarity index 91% rename from dev-java/icedtea-sound/icedtea-sound-1.0.1-r1.ebuild rename to dev-java/icedtea-sound/icedtea-sound-1.0.1-r2.ebuild index 93879d39132c..8e593d56368b 100644 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1-r1.ebuild +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Build written by Andrew John Hughes ([email protected]) @@ -19,7 +19,7 @@ IUSE="+doc" COMMON_DEP=" virtual/jdk:1.8 - >=media-sound/pulseaudio-0.9.11" + media-libs/libpulse" RDEPEND="${COMMON_DEP}" DEPEND="${COMMON_DEP}" BDEPEND="app-arch/zip"
