From 4e83bdc6660aa4c8977fcb58754a5e3b72349b23 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 16 Nov 2020 15:49:22 +0100 Subject: [PATCH] net-misc/expandurl-mastodon: Migrate from cmake-utils to cmake. --- net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild b/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild index d78a0db..77ef1ca 100644 --- a/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild +++ b/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild @@ -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 }