From b262aa81cb6c561eee5b12519b4b8a9a715ecc37 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Thu, 1 Jul 2021 01:00:00 +0000 Subject: app-i18n/tagainijisho: Use cmake.eclass. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Mike Gilbert --- app-i18n/tagainijisho/tagainijisho-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app-i18n/tagainijisho/tagainijisho-9999.ebuild') diff --git a/app-i18n/tagainijisho/tagainijisho-9999.ebuild b/app-i18n/tagainijisho/tagainijisho-9999.ebuild index f40dcd4a293..1ece4615a3c 100644 --- a/app-i18n/tagainijisho/tagainijisho-9999.ebuild +++ b/app-i18n/tagainijisho/tagainijisho-9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils xdg-utils +inherit cmake xdg-utils if [[ "${PV}" == 9999 ]]; then inherit git-r3 @@ -50,7 +50,6 @@ SLOT="0" KEYWORDS="" IUSE="" if [[ "${PV}" == 9999 ]]; then - # We wget dictionary files in addition to using git PROPERTIES="live" fi @@ -189,7 +188,7 @@ src_configure() { -DEMBED_SQLITE=OFF ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { -- cgit v1.2.3-18-g5258