diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-12-08 20:36:24 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-12-08 22:38:48 +0000 |
commit | f47fe2a9c063279ac1edabdb45e803e3957650e7 (patch) | |
tree | aff5b31e80edb9f9034a4add1825c24963ac979c /app-dicts | |
parent | app-dicts/sword-ABS_Essay_GoodSam_SWB: update EAPI 7 -> 8 (diff) | |
download | gentoo-f47fe2a9c063279ac1edabdb45e803e3957650e7.tar.gz gentoo-f47fe2a9c063279ac1edabdb45e803e3957650e7.tar.bz2 gentoo-f47fe2a9c063279ac1edabdb45e803e3957650e7.zip |
app-dicts/sword-ACV: update EAPI 7 -> 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-ACV/sword-ACV-2.0-r1.ebuild (renamed from app-dicts/sword-ACV/sword-ACV-2.0.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/sword-ACV/sword-ACV-2.0.ebuild b/app-dicts/sword-ACV/sword-ACV-2.0-r1.ebuild index d73231d43585..fc9bdf0840c5 100644 --- a/app-dicts/sword-ACV/sword-ACV-2.0.ebuild +++ b/app-dicts/sword-ACV/sword-ACV-2.0-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -SWORD_MODULE="ACV" +EAPI=8 + +SWORD_MINIMUM_VERSION="1.5.9" inherit sword-module |