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 5AE3D138239 for ; Sun, 10 Mar 2019 19:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73A4DE0BA4; Sun, 10 Mar 2019 19:59:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 45848E0BA4 for ; Sun, 10 Mar 2019 19:59:17 +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 0A833335CF7 for ; Sun, 10 Mar 2019 19:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1D7CA8 for ; Sun, 10 Mar 2019 19:59:14 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1552247933.37f675111d7c406978fca283d5916b0b9da4f813.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/abuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/abuse/abuse-0.9_p20181213-r1.ebuild games-action/abuse/abuse-0.9_p20181213.ebuild X-VCS-Directories: games-action/abuse/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 37f675111d7c406978fca283d5916b0b9da4f813 X-VCS-Branch: master Date: Sun, 10 Mar 2019 19:59:14 +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: e2bb8de0-5eea-41e4-a1cd-425959f7d40f X-Archives-Hash: ba5809ccf8af35bc9e32e7ac86ce4eed commit: 37f675111d7c406978fca283d5916b0b9da4f813 Author: James Le Cuirot gentoo org> AuthorDate: Sun Mar 10 19:58:53 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Mar 10 19:58:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f67511 games-action/abuse: Require sdl2-mixer with the midi and wav flags Closes: https://github.com/Xenoveritas/abuse/issues/7 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> .../abuse/{abuse-0.9_p20181213.ebuild => abuse-0.9_p20181213-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/abuse/abuse-0.9_p20181213.ebuild b/games-action/abuse/abuse-0.9_p20181213-r1.ebuild similarity index 96% rename from games-action/abuse/abuse-0.9_p20181213.ebuild rename to games-action/abuse/abuse-0.9_p20181213-r1.ebuild index 5feb6d8953b..5117d81dff9 100644 --- a/games-action/abuse/abuse-0.9_p20181213.ebuild +++ b/games-action/abuse/abuse-0.9_p20181213-r1.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=">=media-libs/libsdl2-2.0.3[sound,video] - media-libs/sdl2-mixer" + media-libs/sdl2-mixer[midi,wav]" RDEPEND="${DEPEND}"