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 668CB158CB7 for ; Thu, 19 Aug 2021 12:46:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C26D2E0802; Thu, 19 Aug 2021 12:46:17 +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 A6869E0802 for ; Thu, 19 Aug 2021 12:46:17 +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 BF06A335D84 for ; Thu, 19 Aug 2021 12:46:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 490DE7BD for ; Thu, 19 Aug 2021 12:46:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629377164.e2489afbec914a55af434e8391adc9c1c6c0aaa2.sam@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 games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild X-VCS-Directories: games-action/supermariowar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e2489afbec914a55af434e8391adc9c1c6c0aaa2 X-VCS-Branch: master Date: Thu, 19 Aug 2021 12:46:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 27147d10-f8ce-4472-84eb-78d53236b20c X-Archives-Hash: a7cfae61e35941179ead64b763b3258a commit: e2489afbec914a55af434e8391adc9c1c6c0aaa2 Author: Sam James gentoo org> AuthorDate: Thu Aug 19 12:45:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 19 12:46:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2489afb games-action/supermariowar: add missing libsdl[joystick] dependency Closes: https://bugs.gentoo.org/809071 Signed-off-by: Sam James gentoo.org> ...mariowar-2.0_beta1-r1.ebuild => supermariowar-2.0_beta1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild similarity index 98% rename from games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild rename to games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild index a4231229bbf..ecd97a15b8e 100644 --- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild +++ b/games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild @@ -12,6 +12,7 @@ MY_PN="smw" 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" +S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="GPL-2" SLOT="0" @@ -20,6 +21,7 @@ IUSE="server" RDEPEND=" dev-cpp/yaml-cpp + media-libs/libsdl[joystick] media-libs/sdl-mixer[vorbis] media-libs/sdl-image[png,jpeg] net-libs/enet:1.3= @@ -31,8 +33,6 @@ BDEPEND=" virtual/pkgconfig " -S="${WORKDIR}/${PN}-${MY_PV}" - PATCHES=( "${FILESDIR}"/${P}-cmake-add_library-static.patch ) src_unpack() {