commit: 70ff23c68a3417ad605d6ea6d8367939ba773ac8 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Oct 20 09:34:06 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Oct 20 16:37:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ff23c6
media-fonts/kanjistrokeorders: EAPI-6 bump, relax blocker Closes: https://bugs.gentoo.org/668672 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild index 87e18a40c3f..7109d8e2c81 100644 --- a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild +++ b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=6 inherit font MY_P="KanjiStrokeOrders_v${PV}" -DESCRIPTION="font to view stroke order diagrams for Kanji, Kana and etc" +DESCRIPTION="Font to view stroke order diagrams for Kanji, Kana and etc" HOMEPAGE="https://sites.google.com/site/nihilistorguk/" SRC_URI="https://sites.google.com/site/nihilistorguk/Home/${MY_P}.zip" @@ -19,7 +19,7 @@ IUSE="" RESTRICT="strip binchecks" DEPEND="app-arch/unzip" -RDEPEND="!<kde-apps/kiten-18.08.2-r1" +RDEPEND="!=kde-apps/kiten-18.08.2-r0" S="${WORKDIR}" FONT_S="${S}"
