From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C87C1396D9 for ; Mon, 16 Oct 2017 00:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3A022BC046; Mon, 16 Oct 2017 00:08:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D26432BC03A for ; Mon, 16 Oct 2017 00:08:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07FCE33BF51 for ; Mon, 16 Oct 2017 00:08:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9EE890A1 for ; Mon, 16 Oct 2017 00:08:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1508112505.cea350a91059dbbbccb3831e6012052669233544.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wesnoth/wesnoth-1.12.5.ebuild games-strategy/wesnoth/wesnoth-1.12.6.ebuild X-VCS-Directories: games-strategy/wesnoth/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: cea350a91059dbbbccb3831e6012052669233544 X-VCS-Branch: master Date: Mon, 16 Oct 2017 00:08:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 529b2f40-2f4d-43df-bbae-92aec75d5d15 X-Archives-Hash: ba82e76c1ce23416ce46cb08288cabe2 commit: cea350a91059dbbbccb3831e6012052669233544 Author: David Seifert gentoo org> AuthorDate: Mon Oct 16 00:00:36 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Oct 16 00:08:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea350a9 games-strategy/wesnoth: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 games-strategy/wesnoth/wesnoth-1.12.5.ebuild | 4 +++- games-strategy/wesnoth/wesnoth-1.12.6.ebuild | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/games-strategy/wesnoth/wesnoth-1.12.5.ebuild b/games-strategy/wesnoth/wesnoth-1.12.5.ebuild index 5fdf8efcd60..e2434dbe0a4 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 140ffac1776..e2434dbe0a4 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}:" \