summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2021-07-01 01:00:00 +0000
committerMike Gilbert <floppym@gentoo.org>2021-07-01 16:08:03 -0400
commitb262aa81cb6c561eee5b12519b4b8a9a715ecc37 (patch)
tree4690d152007584d82d01dd51433535e18dccd91a /app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
parentnet-irc/kvirc: Version bump (5.2_pre20210630233331). (diff)
downloadgentoo-b262aa81cb6c561eee5b12519b4b8a9a715ecc37.tar.gz
gentoo-b262aa81cb6c561eee5b12519b4b8a9a715ecc37.tar.bz2
gentoo-b262aa81cb6c561eee5b12519b4b8a9a715ecc37.zip
app-i18n/tagainijisho: Use cmake.eclass.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild')
-rw-r--r--app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
index 0c1d1c997d04..4db725401cff 100644
--- a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
+++ b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.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="~amd64 ~x86"
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() {