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 76E1E13829C for ; Sat, 11 Jun 2016 10:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BE9A14040; Sat, 11 Jun 2016 10:12:43 +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 18CF914040 for ; Sat, 11 Jun 2016 10:12:43 +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 9CD40340B1E for ; Sat, 11 Jun 2016 10:12:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D049613FE for ; Sat, 11 Jun 2016 10:12:34 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1465639943.d708ab11b76dc18ea5bb759bd2720a310868f3e8.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/esdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/esdl/esdl-1.3.1.ebuild X-VCS-Directories: media-libs/esdl/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d708ab11b76dc18ea5bb759bd2720a310868f3e8 X-VCS-Branch: master Date: Sat, 11 Jun 2016 10:12:34 +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: c224140b-21e4-438d-9832-30a138dcd0c6 X-Archives-Hash: a78d7a5f1ac48865e3f5e2f305ad51d8 commit: d708ab11b76dc18ea5bb759bd2720a310868f3e8 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jun 11 10:12:23 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jun 11 10:12:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d708ab11 media-libs/esdl: Depend on dev-lang/erlang[wxwidgets]. Package-Manager: portage-2.3.0_rc1 media-libs/esdl/esdl-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/esdl/esdl-1.3.1.ebuild b/media-libs/esdl/esdl-1.3.1.ebuild index f16933a..ae72a81 100644 --- a/media-libs/esdl/esdl-1.3.1.ebuild +++ b/media-libs/esdl/esdl-1.3.1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="image truetype" RDEPEND=" - >=dev-lang/erlang-14 + >=dev-lang/erlang-14[wxwidgets] media-libs/libsdl[opengl] image? ( media-libs/sdl-image ) truetype? ( media-libs/sdl-ttf )