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 EE6481396D9 for ; Mon, 16 Oct 2017 00:08:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1F012BC030; Mon, 16 Oct 2017 00:08:48 +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 95EA22BC035 for ; Mon, 16 Oct 2017 00:08:48 +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 A0FEC33BF24 for ; Mon, 16 Oct 2017 00:08:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31B479094 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: <1508112462.95b103dc4c872a335f3cd57f787194871ad47577.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mgba/mgba-0.5.2.ebuild games-emulation/mgba/mgba-0.6.0.ebuild games-emulation/mgba/mgba-0.6.1.ebuild X-VCS-Directories: games-emulation/mgba/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 95b103dc4c872a335f3cd57f787194871ad47577 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: 4af39392-8b67-4717-8c15-e6558916d4d8 X-Archives-Hash: e72aa8628f76f5f19a4771ab0710de68 commit: 95b103dc4c872a335f3cd57f787194871ad47577 Author: David Seifert gentoo org> AuthorDate: Sun Oct 15 23:49:52 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Oct 16 00:07:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b103dc games-emulation/mgba: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 games-emulation/mgba/mgba-0.5.2.ebuild | 2 +- games-emulation/mgba/mgba-0.6.0.ebuild | 2 +- games-emulation/mgba/mgba-0.6.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games-emulation/mgba/mgba-0.5.2.ebuild b/games-emulation/mgba/mgba-0.5.2.ebuild index 98352dd40e1..be3429d13af 100644 --- a/games-emulation/mgba/mgba-0.5.2.ebuild +++ b/games-emulation/mgba/mgba-0.5.2.ebuild @@ -38,7 +38,7 @@ PATCHES=( ) src_prepare() { - default + cmake-utils_src_prepare # Get rid of any bundled stuff we don't want for pkg in libpng lzma zlib ; do diff --git a/games-emulation/mgba/mgba-0.6.0.ebuild b/games-emulation/mgba/mgba-0.6.0.ebuild index 7ba7da1f895..0df5f259bab 100644 --- a/games-emulation/mgba/mgba-0.6.0.ebuild +++ b/games-emulation/mgba/mgba-0.6.0.ebuild @@ -35,7 +35,7 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { - default + cmake-utils_src_prepare # Get rid of any bundled stuff we don't want for pkg in libpng lzma sqlite3 zlib ; do diff --git a/games-emulation/mgba/mgba-0.6.1.ebuild b/games-emulation/mgba/mgba-0.6.1.ebuild index 7ba7da1f895..0df5f259bab 100644 --- a/games-emulation/mgba/mgba-0.6.1.ebuild +++ b/games-emulation/mgba/mgba-0.6.1.ebuild @@ -35,7 +35,7 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { - default + cmake-utils_src_prepare # Get rid of any bundled stuff we don't want for pkg in libpng lzma sqlite3 zlib ; do