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 840001396D9 for ; Mon, 16 Oct 2017 00:08:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED21C2BC045; Mon, 16 Oct 2017 00:08:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C8EAF2BC044 for ; Mon, 16 Oct 2017 00:08:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 029CF33BF47 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 A0DD9909E 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: <1508112491.fbd29564350ffdfaba2cf3386d0744ebd6e6be22.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/megaglest-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild X-VCS-Directories: games-strategy/megaglest-data/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: fbd29564350ffdfaba2cf3386d0744ebd6e6be22 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: 97d11b27-d790-4521-b259-4dc7dca510b7 X-Archives-Hash: af2c2337580d45a6b56c8917fb95caae commit: fbd29564350ffdfaba2cf3386d0744ebd6e6be22 Author: David Seifert gentoo org> AuthorDate: Sun Oct 15 23:57:04 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Oct 16 00:08:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd29564 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(-) 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 78413a49228..961bbe9ace1 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}"