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 0D1B2138334 for ; Tue, 13 Nov 2018 12:59:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28BC1E0A93; Tue, 13 Nov 2018 12:59:00 +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 018F2E0A93 for ; Tue, 13 Nov 2018 12:59:00 +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 EA828335C08 for ; Tue, 13 Nov 2018 12:58:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EFB8453 for ; Tue, 13 Nov 2018 12:58:56 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1542113931.88bb823efb7cf1c9f84a8b41d9a6e975c51e39f2.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/snes9x/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/snes9x/snes9x-1.57.ebuild X-VCS-Directories: games-emulation/snes9x/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 88bb823efb7cf1c9f84a8b41d9a6e975c51e39f2 X-VCS-Branch: master Date: Tue, 13 Nov 2018 12:58:56 +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: 9d682389-5856-44f5-b9cc-b110a422c9a8 X-Archives-Hash: db1f695b6eea334b6e89d11e9502aba7 commit: 88bb823efb7cf1c9f84a8b41d9a6e975c51e39f2 Author: Lars Wendler gentoo org> AuthorDate: Tue Nov 13 12:58:37 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Nov 13 12:58:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bb823e games-emulation/snes9x: USE="wayland" requires gtk+:3[wayland] Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> games-emulation/snes9x/snes9x-1.57.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/snes9x/snes9x-1.57.ebuild b/games-emulation/snes9x/snes9x-1.57.ebuild index 1d2566bda31..5792fa5ac7e 100644 --- a/games-emulation/snes9x/snes9x-1.57.ebuild +++ b/games-emulation/snes9x/snes9x-1.57.ebuild @@ -23,7 +23,7 @@ RDEPEND=" gtk? ( dev-libs/glib:2 dev-libs/libxml2 - >=x11-libs/gtk+-3.22:3 + >=x11-libs/gtk+-3.22:3[wayland?] x11-libs/libXrandr x11-misc/xdg-utils alsa? ( media-libs/alsa-lib )