From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A040659CA4 for ; Tue, 15 Mar 2016 07:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04DF321C015; Tue, 15 Mar 2016 07:46:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F27221C01F for ; Tue, 15 Mar 2016 07:46:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AADC2340BD0 for ; Tue, 15 Mar 2016 07:46:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CD1585E for ; Tue, 15 Mar 2016 07:45:58 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1458027721.a13d06b93673ed218f9ebf96ad77214aed9d800d.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl2/libsdl2-2.0.4.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: a13d06b93673ed218f9ebf96ad77214aed9d800d X-VCS-Branch: master Date: Tue, 15 Mar 2016 07:45:58 +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: 6787f2fc-79da-431a-aff5-d0aed07c2be7 X-Archives-Hash: f58189694688903fe2a3a1cefa05a192 commit: a13d06b93673ed218f9ebf96ad77214aed9d800d Author: Michael Sterrett gentoo org> AuthorDate: Tue Mar 15 06:59:12 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Tue Mar 15 07:42:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13d06b9 media-libs/libsdl2: wayland requires gles (bug #576546) Package-Manager: portage-2.2.26 media-libs/libsdl2/libsdl2-2.0.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/libsdl2/libsdl2-2.0.4.ebuild b/media-libs/libsdl2/libsdl2-2.0.4.ebuild index 9ceaa9b..f3cfd7d 100644 --- a/media-libs/libsdl2/libsdl2-2.0.4.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,6 +24,7 @@ REQUIRED_USE=" nas? ( sound ) opengl? ( video ) pulseaudio? ( sound ) + wayland ( gles ) xinerama? ( X ) xscreensaver? ( X )" @@ -42,7 +43,7 @@ RDEPEND=" udev? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] ) wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] - >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},wayland] + >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},egl,gles2,wayland] >=x11-libs/libxkbcommon-0.2.0[${MULTILIB_USEDEP}] ) X? (