net-misc/expandurl-mastodon: Migrate from cmake-utils to cmake.

This commit is contained in:
tastytea 2020-11-16 15:49:22 +01:00
parent 3b330cb6ea
commit 4e83bdc666
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3 cmake-utils
inherit git-r3 cmake
DESCRIPTION="Mastodon bot that expands shortened URLs."
HOMEPAGE="https://schlomp.space/tastytea/expandurl-mastodon"
@ -27,7 +27,7 @@ src_unpack() {
}
src_install() {
cmake-utils_src_install
cmake_src_install
newinitd init/expandurl-mastodon.openrc expandurl-mastodon
echo "EXPANDURL_USER=\"expandurl\"" | newconfd - expandurl-mastodon
}