net-misc/jrdesktop: Bump to EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Sat, 9 Nov 2019 21:39:52 +0000 (22:39 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 9 Nov 2019 21:39:52 +0000 (22:39 +0100)
Closes: https://bugs.gentoo.org/697242
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/jrdesktop/jrdesktop-0.3.1.0.ebuild

index c08f30174db393035ef7060403625a039c4bc0b4..8c578e84e9f1f3d91c7ba226cb20e4be820598b2 100644 (file)
@@ -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() {