mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user