Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-sound/
Date: Sun, 03 Feb 2019 15:00:26
Message-Id: 1549205982.4fb7244bbb83ea6f29b5b5bb07f6e8e748793988.fordfrog@gentoo
1 commit: 4fb7244bbb83ea6f29b5b5bb07f6e8e748793988
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 3 14:59:42 2019 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 3 14:59:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb7244b
7
8 dev-java/icedtea-sound-1.0.1: dependency fix
9
10 Closes: https://bugs.gentoo.org/536050
11 Package-Manager: Portage-2.3.59, Repoman-2.3.12
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
18 index c663e70656d..52150dcdba3 100644
19 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
20 +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 # Build written by Andrew John Hughes (gnu_andrew@××××××××××.org)
27 @@ -21,7 +21,8 @@ COMMON_DEP="
28 >=virtual/jdk-1.6.0
29 >=media-sound/pulseaudio-0.9.11:="
30 RDEPEND="${COMMON_DEP}"
31 -DEPEND="${COMMON_DEP}"
32 +DEPEND="${COMMON_DEP}
33 + app-arch/zip"
34
35 pkg_setup() {
36 JAVA_PKG_WANT_SOURCE="1.6"