commit:     ebd2498b2ed683285233443ee8ff626952a58285
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Aug 21 16:36:20 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=ebd2498b

dev-java/icedtea-sound: style update

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/43506
Closes: https://github.com/gentoo/gentoo/pull/43506
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../icedtea-sound/icedtea-sound-1.0.1-r2.ebuild     | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1-r2.ebuild 
b/dev-java/icedtea-sound/icedtea-sound-1.0.1-r2.ebuild
index 8e593d56368b..10344454c101 100644
--- a/dev-java/icedtea-sound/icedtea-sound-1.0.1-r2.ebuild
+++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1-r2.ebuild
@@ -17,19 +17,16 @@ KEYWORDS="amd64 arm64 ppc64"
 
 IUSE="+doc"
 
-COMMON_DEP="
-       virtual/jdk:1.8
-       media-libs/libpulse"
-RDEPEND="${COMMON_DEP}"
-DEPEND="${COMMON_DEP}"
 BDEPEND="app-arch/zip"
-
-pkg_setup() {
-       JAVA_PKG_WANT_SOURCE="1.8"
-       JAVA_PKG_WANT_TARGET="1.8"
-
-       java-pkg-2_pkg_setup
-}
+COMMON_DEP="media-libs/libpulse"
+DEPEND="
+       ${COMMON_DEP}
+       virtual/jdk:1.8
+"
+RDEPEND="
+       ${COMMON_DEP}
+       virtual/jre:1.8
+"
 
 src_configure() {
        econf --with-jdk-home="${JAVA_HOME}" \

Reply via email to