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 D5A8C59CA3 for ; Tue, 15 Mar 2016 16:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9460E0875; Tue, 15 Mar 2016 16:15:25 +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 8B2ECE0875 for ; Tue, 15 Mar 2016 16:15:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0BBFA340D0C for ; Tue, 15 Mar 2016 16:15:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32C90854 for ; Tue, 15 Mar 2016 16:15:21 +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: <1458058508.1c126c971ef7df6998b5a9cbd8e19ee7fdb17fb9.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: 1c126c971ef7df6998b5a9cbd8e19ee7fdb17fb9 X-VCS-Branch: master Date: Tue, 15 Mar 2016 16:15:21 +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: 95e4cd80-d579-4d12-a316-db0ce73aeb45 X-Archives-Hash: 32d5476605877871ab80b2758f559ceb commit: 1c126c971ef7df6998b5a9cbd8e19ee7fdb17fb9 Author: Michael Sterrett gentoo org> AuthorDate: Tue Mar 15 16:14:45 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Tue Mar 15 16:15:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c126c97 media-libs/libsdl2: correct wayland REQUIRED_USE syntax Package-Manager: portage-2.2.26 media-libs/libsdl2/libsdl2-2.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libsdl2/libsdl2-2.0.4.ebuild b/media-libs/libsdl2/libsdl2-2.0.4.ebuild index f3cfd7d..fecb9d6 100644 --- a/media-libs/libsdl2/libsdl2-2.0.4.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.4.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE=" nas? ( sound ) opengl? ( video ) pulseaudio? ( sound ) - wayland ( gles ) + wayland? ( gles ) xinerama? ( X ) xscreensaver? ( X )"