commit: 31e04b470edce4cf1002af143125c4bacfe81b5f
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 09:03:38 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 09:03:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e04b47
www-client/jd: update to EAPI 8
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
www-client/jd/jd-2.8.9_p150226-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/www-client/jd/jd-2.8.9_p150226-r1.ebuild
b/www-client/jd/jd-2.8.9_p150226-r1.ebuild
index d18348553ae..5ce63b4a8fe 100644
--- a/www-client/jd/jd-2.8.9_p150226-r1.ebuild
+++ b/www-client/jd/jd-2.8.9_p150226-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="8"
inherit autotools desktop flag-o-matic
@@ -27,8 +27,8 @@ RDEPEND="dev-cpp/gtkmm:2.4
!gnutls? ( dev-libs/openssl:0= )
migemo? ( app-text/cmigemo )
oniguruma? ( dev-libs/oniguruma )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"
PATCHES=( "${FILESDIR}"/${PN}-gcc-5.patch )