From fbd29564350ffdfaba2cf3386d0744ebd6e6be22 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 15 Oct 2017 16:57:04 -0700 Subject: games-strategy/megaglest-data: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'games-strategy') diff --git a/games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild b/games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild index 78413a49228f..961bbe9ace1d 100644 --- a/games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild +++ b/games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,6 +18,10 @@ DOCS=( docs/AUTHORS.data.txt docs/CHANGELOG.txt docs/README.txt ) S=${WORKDIR}/${MY_PN}-${PV} +src_prepare() { + cmake-utils_src_prepare +} + src_configure() { local mycmakeargs=( -DMEGAGLEST_BIN_INSTALL_PATH="${GAMES_BINDIR}" -- cgit v1.2.3-65-gdbad