From: Akinori Hattori Date: Tue, 12 May 2020 13:51:45 +0000 (+0900) Subject: app-text/hyperestraier: update to EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a4ba1e97a51b7bc93687e014f0cde76ada117c01;p=gentoo.git app-text/hyperestraier: update to EAPI 7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori --- diff --git a/app-text/hyperestraier/hyperestraier-1.4.13.ebuild b/app-text/hyperestraier/hyperestraier-1.4.13.ebuild index f7e68032d6b5..d2a6c0238428 100644 --- a/app-text/hyperestraier/hyperestraier-1.4.13.ebuild +++ b/app-text/hyperestraier/hyperestraier-1.4.13.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" USE_RUBY="ruby24 ruby25 ruby26" RUBY_OPTIONAL="yes" @@ -11,7 +11,7 @@ IUSE="bzip2 debug java lzo mecab perl ruby +zlib" DESCRIPTION="a full-text search system for communities" HOMEPAGE="https://fallabs.com/hyperestraier/" -SRC_URI="https://fallabs.com/hyperestraier/${P}.tar.gz" +SRC_URI="https://fallabs.com/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86" @@ -25,8 +25,8 @@ RDEPEND="dev-db/qdbm perl? ( dev-lang/perl ) ruby? ( $(ruby_implementations_depend) ) zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - virtual/pkgconfig +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig java? ( >=virtual/jdk-1.4:* )" S="${WORKDIR}/all/${P}"