From b85752b9fc2e2947d9a8f3acd15ad6b2aa70543f Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Wed, 17 Aug 2022 12:07:25 +0300 Subject: [PATCH] games-util/ttyhlauncher: bump EAPI to 8, migrate from abandoned cmake-utils eclass to cmake --- games-util/ttyhlauncher/ttyhlauncher-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-util/ttyhlauncher/ttyhlauncher-9999.ebuild b/games-util/ttyhlauncher/ttyhlauncher-9999.ebuild index 50b3e49..3f166e7 100644 --- a/games-util/ttyhlauncher/ttyhlauncher-9999.ebuild +++ b/games-util/ttyhlauncher/ttyhlauncher-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 EGIT_REPO_URI="https://github.com/dngulin/ttyhlauncher.git" -inherit cmake-utils git-r3 xdg-utils +inherit cmake git-r3 xdg-utils DESCRIPTION="ttyh.ru minecraft launcher" HOMEPAGE="https://ttyh.ru"