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 6EC511396D0 for ; Sat, 23 Sep 2017 09:04:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE849E0BE6; Sat, 23 Sep 2017 09:04:07 +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 9E6FAE0BE6 for ; Sat, 23 Sep 2017 09:04:07 +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 5617C33C6B6 for ; Sat, 23 Sep 2017 09:04:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF78E9064 for ; Sat, 23 Sep 2017 09:04:04 +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: <1506157434.f4c53a5355d5f6a2d68089a980b54a8224699b89.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild X-VCS-Directories: games-action/supermariowar/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f4c53a5355d5f6a2d68089a980b54a8224699b89 X-VCS-Branch: master Date: Sat, 23 Sep 2017 09:04:04 +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: 4e225c89-0b4b-4d1d-a517-89dfac39196f X-Archives-Hash: 20377fd0c97d1639fea07780dbd797b5 commit: f4c53a5355d5f6a2d68089a980b54a8224699b89 Author: David Seifert gentoo org> AuthorDate: Sat Sep 23 09:03:35 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Sep 23 09:03:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c53a53 games-action/supermariowar: [QA] Fix minor issues * Never use 'default' with cmake-utils.eclass * Fix canonical LICENSE/SLOT/KEYWORDS/IUSE order Package-Manager: Portage-2.3.10, Repoman-2.3.3 games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild index b015d2b57fc..3df6782843c 100644 --- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild +++ b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild @@ -13,14 +13,13 @@ DESCRIPTION="Fan-made multiplayer Super Mario Bros. style deathmatch game" HOMEPAGE="https://github.com/mmatyas/supermariowar" SRC_URI="https://github.com/mmatyas/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" LICENSE="GPL-2" SLOT="0" - +KEYWORDS="~amd64 ~x86" IUSE="server" RDEPEND=" - sys-libs/zlib + sys-libs/zlib:= dev-cpp/yaml-cpp net-libs/enet:1.3= media-libs/sdl-mixer[vorbis] @@ -40,7 +39,8 @@ src_unpack() { } src_prepare() { - default + cmake-utils_src_prepare + einfo "Copying Findyaml-cpp.cmake" cp "${FILESDIR}/${P}-yaml-cpp-config.cmake" cmake/Findyaml-cpp.cmake || die eend $?