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 661C51386F3 for ; Fri, 14 Aug 2015 05:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3D4AE080B; Fri, 14 Aug 2015 05:28:27 +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 8237DE080B for ; Fri, 14 Aug 2015 05:28:27 +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 9F0303409FC for ; Fri, 14 Aug 2015 05:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87874148 for ; Fri, 14 Aug 2015 05:28:19 +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: <1439530083.c5cce4246240994cda01fb6f5fbf95eee33b5ea5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vdpauinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild X-VCS-Directories: x11-misc/vdpauinfo/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c5cce4246240994cda01fb6f5fbf95eee33b5ea5 X-VCS-Branch: master Date: Fri, 14 Aug 2015 05:28:19 +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: b4666cab-6824-4873-a83b-ddcc9269b329 X-Archives-Hash: 38f0ad797ef899314cc93f6835df7f38 commit: c5cce4246240994cda01fb6f5fbf95eee33b5ea5 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Aug 14 05:27:22 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Aug 14 05:28:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cce424 x11-misc/vdpauinfo: Raise x11-libs/libvdpau version dependency. Package-Manager: portage-2.2.20.1 x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild b/x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild index fd4be4e..c7e856f 100644 --- a/x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild +++ b/x11-misc/vdpauinfo/vdpauinfo-1.0.ebuild @@ -11,10 +11,13 @@ SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="x11-libs/libX11 - >=x11-libs/libvdpau-0.9" -DEPEND="${RDEPEND} - virtual/pkgconfig - x11-proto/xproto" +RDEPEND=" + x11-libs/libX11 + >=x11-libs/libvdpau-1.0 +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig + x11-proto/xproto +"