commit: 323b5df897f8a4ed8802fe05b9e8a107bfb3999d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 21:39:52 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 21:39:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323b5df8
net-misc/jrdesktop: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697242 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 c08f30174db..8c578e84e9f 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() {
