From 323b5df897f8a4ed8802fe05b9e8a107bfb3999d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 9 Nov 2019 22:39:52 +0100 Subject: [PATCH] net-misc/jrdesktop: Bump to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/697242 Signed-off-by: Michał Górny --- net-misc/jrdesktop/jrdesktop-0.3.1.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net-misc/jrdesktop/jrdesktop-0.3.1.0.ebuild b/net-misc/jrdesktop/jrdesktop-0.3.1.0.ebuild index c08f30174db3..8c578e84e9f1 100644 --- a/net-misc/jrdesktop/jrdesktop-0.3.1.0.ebuild +++ b/net-misc/jrdesktop/jrdesktop-0.3.1.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 JAVA_PKG_IUSE="source doc" inherit java-pkg-2 java-ant-2 -DESCRIPTION="Java Remote Desktop (jrdesktop) software for viewing and/or controlling a distance PC" +DESCRIPTION="Java Remote Desktop (jrdesktop) for viewing and/or controlling a distance PC" HOMEPAGE="http://jrdesktop.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}-source-${PV}.tar.gz" @@ -16,11 +16,11 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -S="${WORKDIR}/${PN}" - DEPEND=">=virtual/jdk-1.6" RDEPEND=">=virtual/jre-1.6" +S="${WORKDIR}/${PN}" + EANT_EXTRA_ARGS="-Djnlp.enabled=false" src_install() { -- 2.26.2