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 773C31396D9 for ; Mon, 16 Oct 2017 00:08:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C86732BC043; 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 A809E2BC03C 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 F114533BF43 for ; Mon, 16 Oct 2017 00:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3726909F 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: <1508112496.365237acf43a4bc04705d4fa01ac062415a32c9d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/s25rttr/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/s25rttr/s25rttr-0.8.1-r2.ebuild X-VCS-Directories: games-strategy/s25rttr/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 365237acf43a4bc04705d4fa01ac062415a32c9d 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: aab0db02-5e12-41b5-9c46-12a3ef14fc0a X-Archives-Hash: 45fbde10a9bd912ccc1725041a7ea255 commit: 365237acf43a4bc04705d4fa01ac062415a32c9d Author: David Seifert gentoo org> AuthorDate: Sun Oct 15 23:58:38 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Oct 16 00:08:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365237ac games-strategy/s25rttr: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 games-strategy/s25rttr/s25rttr-0.8.1-r2.ebuild | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/games-strategy/s25rttr/s25rttr-0.8.1-r2.ebuild b/games-strategy/s25rttr/s25rttr-0.8.1-r2.ebuild index 9ecfd153901..ccc3e61cc79 100644 --- a/games-strategy/s25rttr/s25rttr-0.8.1-r2.ebuild +++ b/games-strategy/s25rttr/s25rttr-0.8.1-r2.ebuild @@ -26,14 +26,18 @@ RDEPEND="app-arch/bzip2 DEPEND="${RDEPEND} sys-devel/gettext" +PATCHES=( + "${FILESDIR}"/${P}-cmake.patch + "${FILESDIR}"/${P}-soundconverter.patch + "${FILESDIR}"/${P}-fpic.patch + "${FILESDIR}"/${P}-format.patch + "${FILESDIR}"/${P}-miniupnpc-api-14.patch + "${FILESDIR}"/${P}-cmake-3.patch + "${FILESDIR}"/${P}-gcc6.patch +) + src_prepare() { - epatch "${FILESDIR}"/${P}-cmake.patch \ - "${FILESDIR}"/${P}-soundconverter.patch \ - "${FILESDIR}"/${P}-fpic.patch \ - "${FILESDIR}"/${P}-format.patch \ - "${FILESDIR}"/${P}-miniupnpc-api-14.patch \ - "${FILESDIR}"/${P}-cmake-3.patch \ - "${FILESDIR}"/${P}-gcc6.patch + cmake-utils_src_prepare } src_configure() {