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 C08491382C5 for ; Wed, 2 Dec 2020 11:40:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D30DBE088C; Wed, 2 Dec 2020 11:40:10 +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 664B8E088C for ; Wed, 2 Dec 2020 11:40:10 +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 C202A341305 for ; Wed, 2 Dec 2020 11:40:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 352AD38A for ; Wed, 2 Dec 2020 11:40:07 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1606909029.9b314ffd10636926ebc6b34f71ce99e560e92f8d.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/violetland/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/violetland/violetland-0.5.ebuild X-VCS-Directories: games-action/violetland/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 9b314ffd10636926ebc6b34f71ce99e560e92f8d X-VCS-Branch: master Date: Wed, 2 Dec 2020 11:40:07 +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: 8df1ef13-eec0-4ea7-83e4-d5c5c90c37d6 X-Archives-Hash: 06497b5ff29945e8e66c279779f434a9 commit: 9b314ffd10636926ebc6b34f71ce99e560e92f8d Author: Alexey Sokolov google com> AuthorDate: Tue Dec 1 00:17:25 2020 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Wed Dec 2 11:37:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b314ffd games-action/violetland: fix dependency on libsdl Closes: https://bugs.gentoo.org/739072 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alexey Sokolov asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/18466 Signed-off-by: Stefan Strogin gentoo.org> games-action/violetland/violetland-0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/violetland/violetland-0.5.ebuild b/games-action/violetland/violetland-0.5.ebuild index 2046663755a..5a534a0a0cf 100644 --- a/games-action/violetland/violetland-0.5.ebuild +++ b/games-action/violetland/violetland-0.5.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-libs/boost:=[threads(+)] - media-libs/libsdl[sound,video] + media-libs/libsdl[opengl,sound,video] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis] media-libs/sdl-ttf