commit: 4fb7244bbb83ea6f29b5b5bb07f6e8e748793988 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sun Feb 3 14:59:42 2019 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Feb 3 14:59:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb7244b
dev-java/icedtea-sound-1.0.1: dependency fix Closes: https://bugs.gentoo.org/536050 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild index c663e70656d..52150dcdba3 100644 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Build written by Andrew John Hughes ([email protected]) @@ -21,7 +21,8 @@ COMMON_DEP=" >=virtual/jdk-1.6.0 >=media-sound/pulseaudio-0.9.11:=" RDEPEND="${COMMON_DEP}" -DEPEND="${COMMON_DEP}" +DEPEND="${COMMON_DEP} + app-arch/zip" pkg_setup() { JAVA_PKG_WANT_SOURCE="1.6"
