From 308958fbc03af9f15dbd9bd5ae80726fc17f733d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 8 Jun 2020 10:39:24 +0200 Subject: games-strategy/colobot-data: Port to cmake.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- games-strategy/colobot-data/colobot-data-0.1.12.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games-strategy') diff --git a/games-strategy/colobot-data/colobot-data-0.1.12.ebuild b/games-strategy/colobot-data/colobot-data-0.1.12.ebuild index 1a76b184e5b..79e1a2927dc 100644 --- a/games-strategy/colobot-data/colobot-data-0.1.12.ebuild +++ b/games-strategy/colobot-data/colobot-data-0.1.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake MY_P=colobot-gold-${PV}-alpha MUSIC_P=colobot-music_ogg_${PV}-alpha @@ -30,7 +30,7 @@ src_unpack() { } src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare if use music; then sed -i -e '/find_program(WGET wget)/d' -e '/if(NOT WGET)/,+2 d' music/CMakeLists.txt || die @@ -42,5 +42,5 @@ src_configure() { -DMUSIC=$(usex music) -DMUSIC_FLAC=OFF ) - cmake-utils_src_configure + cmake_src_configure } -- cgit v1.2.3