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 356111388BF for ; Thu, 7 Jan 2016 17:30:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FEE1E0817; Thu, 7 Jan 2016 17:30:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 389D7E0817 for ; Thu, 7 Jan 2016 17:30:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65A00340901 for ; Thu, 7 Jan 2016 17:30:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D217F138 for ; Thu, 7 Jan 2016 17:30:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1452187839.10d258ce53f958aa5a243ea4590f3c78fbf65782.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsfml/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsfml/libsfml-2.3.2-r1.ebuild media-libs/libsfml/libsfml-2.3.2.ebuild X-VCS-Directories: media-libs/libsfml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 10d258ce53f958aa5a243ea4590f3c78fbf65782 X-VCS-Branch: master Date: Thu, 7 Jan 2016 17:30:44 +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: 3fa53c60-cb4c-46a1-862a-f24866d4a465 X-Archives-Hash: 56f410acd3609a7b8226bc9ec9f2dd28 commit: 10d258ce53f958aa5a243ea4590f3c78fbf65782 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 7 17:29:26 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 7 17:30:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d258ce media-libs/libsfml: Add some missing deps .../libsfml/{libsfml-2.3.2.ebuild => libsfml-2.3.2-r1.ebuild} | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/media-libs/libsfml/libsfml-2.3.2.ebuild b/media-libs/libsfml/libsfml-2.3.2-r1.ebuild similarity index 90% rename from media-libs/libsfml/libsfml-2.3.2.ebuild rename to media-libs/libsfml/libsfml-2.3.2-r1.ebuild index d8190d3..70bcb90 100644 --- a/media-libs/libsfml/libsfml-2.3.2.ebuild +++ b/media-libs/libsfml/libsfml-2.3.2-r1.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$ @@ -26,9 +26,12 @@ RDEPEND="media-libs/freetype:2 media-libs/openal sys-libs/zlib virtual/jpeg:0 - virtual/udev + virtual/libudev:0 + virtual/opengl x11-libs/libX11 - x11-libs/libXrandr" + x11-libs/libXrandr + x11-libs/libxcb + x11-libs/xcb-util-image" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )"