summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/wnn-ldic')
-rw-r--r--app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild (renamed from app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild)9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild b/app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild
index 0f45b493a69b..350c879e0a8d 100644
--- a/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild
+++ b/app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild
@@ -1,20 +1,19 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=8
DESCRIPTION="Wnn dictionary for librarian"
#HOMEPAGE="http://www.tulips.tsukuba.ac.jp/misc/export/cat/ldic"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/ldic-${PV}-wnn.txt"
+S="${WORKDIR}"
LICENSE="HPND"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
-IUSE=""
DEPEND="app-i18n/freewnn"
-S="${WORKDIR}"
src_unpack() {
:
@@ -23,7 +22,7 @@ src_unpack() {
src_compile() {
local atod=atod
if has_version "<app-i18n/freewnn-1.1.1_alpha23"; then
- atod="${EPREFIX}"/usr/bin/Wnn4/atod
+ atod="${BROOT}"/usr/bin/Wnn4/atod
fi
"${atod}" lib.dic < "${DISTDIR}"/${A} || die
}