Skip to content

Commit

Permalink
app-dicts/mecab-naist-jdic: update EAPI 6 -> 8
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Hernández Hernández <[email protected]>
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
sevz17 authored and juippis committed Dec 1, 2023
1 parent fc1bd13 commit 6b0b48f
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_P="${P/_p/-}"

DESCRIPTION="NAIST Japanese Dictionary"
HOMEPAGE="http://sourceforge.jp/projects/naist-jdic/"
SRC_URI="mirror://sourceforge.jp/${PN#*-}/53500/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~loong ~riscv ~x86"
IUSE="unicode"

DEPEND="app-text/mecab[unicode=]"

src_configure() {
econf $(use_with unicode charset UTF-8)
}

0 comments on commit 6b0b48f

Please sign in to comment.