summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-10-15 17:00:36 -0700
committerDavid Seifert <soap@gentoo.org>2017-10-15 17:08:25 -0700
commitcea350a91059dbbbccb3831e6012052669233544 (patch)
tree047ecd9c78675c65d2a9aa45ab65a363c1691111
parentgames-strategy/s25rttr: [QA] Use tabs in metadata.xml (diff)
downloadgentoo-cea350a91059dbbbccb3831e6012052669233544.tar.gz
gentoo-cea350a91059dbbbccb3831e6012052669233544.tar.bz2
gentoo-cea350a91059dbbbccb3831e6012052669233544.zip
games-strategy/wesnoth: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
-rw-r--r--games-strategy/wesnoth/wesnoth-1.12.5.ebuild4
-rw-r--r--games-strategy/wesnoth/wesnoth-1.12.6.ebuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.12.5.ebuild b/games-strategy/wesnoth/wesnoth-1.12.5.ebuild
index 5fdf8efcd60f..e2434dbe0a4d 100644
--- a/games-strategy/wesnoth/wesnoth-1.12.5.ebuild
+++ b/games-strategy/wesnoth/wesnoth-1.12.5.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
@@ -33,6 +33,8 @@ DEPEND="${RDEPEND}
sys-devel/gettext"
src_prepare() {
+ cmake-utils_src_prepare
+
if use dedicated || use server ; then
sed \
-e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \
diff --git a/games-strategy/wesnoth/wesnoth-1.12.6.ebuild b/games-strategy/wesnoth/wesnoth-1.12.6.ebuild
index 140ffac1776e..e2434dbe0a4d 100644
--- a/games-strategy/wesnoth/wesnoth-1.12.6.ebuild
+++ b/games-strategy/wesnoth/wesnoth-1.12.6.ebuild
@@ -33,6 +33,8 @@ DEPEND="${RDEPEND}
sys-devel/gettext"
src_prepare() {
+ cmake-utils_src_prepare
+
if use dedicated || use server ; then
sed \
-e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \