diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-05-12 22:51:45 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-05-12 22:55:02 +0900 |
commit | a4ba1e97a51b7bc93687e014f0cde76ada117c01 (patch) | |
tree | 1857b9f9695b049d9c6ea1705ad0c50d372d30fc /app-text/hyperestraier | |
parent | sci-chemistry/gromacs: Version bump to 2020.2 (diff) | |
download | gentoo-a4ba1e97a51b7bc93687e014f0cde76ada117c01.tar.gz gentoo-a4ba1e97a51b7bc93687e014f0cde76ada117c01.tar.bz2 gentoo-a4ba1e97a51b7bc93687e014f0cde76ada117c01.zip |
app-text/hyperestraier: update to EAPI 7
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-text/hyperestraier')
-rw-r--r-- | app-text/hyperestraier/hyperestraier-1.4.13.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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}" |