summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-09-16 13:40:42 +0200
committerDavid Seifert <soap@gentoo.org>2020-09-16 13:40:42 +0200
commita86311244a589431319cc2c55c8fcd66f8553f4b (patch)
treeeb32d687c88f8291ea19340ff169e555f0a5e61b /dev-db
parentapp-dicts/gwaei: Port to EAPI 7 (diff)
downloadgentoo-a86311244a589431319cc2c55c8fcd66f8553f4b.tar.gz
gentoo-a86311244a589431319cc2c55c8fcd66f8553f4b.tar.bz2
gentoo-a86311244a589431319cc2c55c8fcd66f8553f4b.zip
dev-db/textsearch_ja: Port to EAPI 7
Closes: https://bugs.gentoo.org/742065 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild b/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild
index 2fa5d4ea83b1..a685bb8b725d 100644
--- a/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild
+++ b/dev-db/textsearch_ja/textsearch_ja-9.0.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
DESCRIPTION="Integrated Full-Text-Search for Japanese language using morphological analyze"
HOMEPAGE="http://textsearch-ja.projects.postgresql.org/index.html"
@@ -10,10 +10,10 @@ SRC_URI="http://pgfoundry.org/frs/download.php/2943/textsearch_ja-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
-DEPEND="app-text/mecab
- >=dev-db/postgresql-7.4[server]" # pgmecab requires PGXS
+DEPEND="
+ app-text/mecab
+ >=dev-db/postgresql-7.4:*[server]" # pgmecab requires PGXS
RDEPEND="${DEPEND}"
src_compile() {