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 8DB1F138206 for ; Wed, 27 Apr 2016 14:28:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 078F821C00A; Wed, 27 Apr 2016 14:28:07 +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 A57FD21C00A for ; Wed, 27 Apr 2016 14:28:06 +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 D7EC7340B6E for ; Wed, 27 Apr 2016 14:28:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0505F15F for ; Wed, 27 Apr 2016 14:28:03 +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: <1461767269.afc6292f9417dbc2632afa74cae1ee2491229755.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/meandmyshadow/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild X-VCS-Directories: games-puzzle/meandmyshadow/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: afc6292f9417dbc2632afa74cae1ee2491229755 X-VCS-Branch: master Date: Wed, 27 Apr 2016 14:28:03 +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: eabc5528-8f97-4dfb-a692-3e2bb6a6bae7 X-Archives-Hash: c72c50aa33d78c2fa5f097a1e83f622a commit: afc6292f9417dbc2632afa74cae1ee2491229755 Author: Michael Sterrett gentoo org> AuthorDate: Wed Apr 27 14:27:16 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Wed Apr 27 14:27:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc6292f games-puzzle/meandmyshadow: libsdl needs X use flag (bug #581334) Package-Manager: portage-2.2.26 games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild b/games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild index 8edd4f8..dc3a4a3 100644 --- a/games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild +++ b/games-puzzle/meandmyshadow/meandmyshadow-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$ @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="opengl" -DEPEND="media-libs/libsdl[sound,video] +DEPEND="media-libs/libsdl[sound,video,X] media-libs/sdl-gfx media-libs/sdl-ttf media-libs/sdl-mixer[vorbis]