diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-09 22:39:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-09 22:39:52 +0100 |
commit | 323b5df897f8a4ed8802fe05b9e8a107bfb3999d (patch) | |
tree | 50fa004101a03df2c8464258cd76bd5480d6d9cb /net-misc/jrdesktop | |
parent | dev-util/jarwizard: Bump to EAPI 7 (diff) | |
download | gentoo-323b5df897f8a4ed8802fe05b9e8a107bfb3999d.tar.gz gentoo-323b5df897f8a4ed8802fe05b9e8a107bfb3999d.tar.bz2 gentoo-323b5df897f8a4ed8802fe05b9e8a107bfb3999d.zip |
net-misc/jrdesktop: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697242
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/jrdesktop')
-rw-r--r-- | net-misc/jrdesktop/jrdesktop-0.3.1.0.ebuild | 10 |
1 files 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() { |