diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-10-24 18:03:38 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-10-24 18:03:38 +0900 |
commit | 31e04b470edce4cf1002af143125c4bacfe81b5f (patch) | |
tree | 719be5307073b854b6ff29a36985c571401c6e78 /www-client | |
parent | www-client/jd: update LICENSE (diff) | |
download | gentoo-31e04b470edce4cf1002af143125c4bacfe81b5f.tar.gz gentoo-31e04b470edce4cf1002af143125c4bacfe81b5f.tar.bz2 gentoo-31e04b470edce4cf1002af143125c4bacfe81b5f.zip |
www-client/jd: update to EAPI 8
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/jd/jd-2.8.9_p150226-r1.ebuild | 6 |
1 files 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 d18348553aef..5ce63b4a8fe5 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 ) |