From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D475138331 for ; Tue, 4 Oct 2016 18:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43940E0BF5; Tue, 4 Oct 2016 18:38:23 +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 29844E0BF5 for ; Tue, 4 Oct 2016 18:38:22 +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 C08EC341037 for ; Tue, 4 Oct 2016 18:38:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFAAB24A7 for ; Tue, 4 Oct 2016 18:38:18 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1475606277.45dc8fa54236b7292247d296145efda80d0328f1.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libdrm/libdrm-9999.ebuild X-VCS-Directories: x11-libs/libdrm/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 45dc8fa54236b7292247d296145efda80d0328f1 X-VCS-Branch: master Date: Tue, 4 Oct 2016 18:38:18 +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: 99ca740f-7284-4a8f-a2e8-588e71d8b1ec X-Archives-Hash: f384f37abee542492872f504e957f744 commit: 45dc8fa54236b7292247d296145efda80d0328f1 Author: Manuel Rüger gentoo org> AuthorDate: Tue Oct 4 18:34:47 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Oct 4 18:37:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45dc8fa5 x11-libs/libdrm: Sync live Package-Manager: portage-2.3.1 x11-libs/libdrm/libdrm-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild index a0d12c5..e0863f6 100644 --- a/x11-libs/libdrm/libdrm-9999.ebuild +++ b/x11-libs/libdrm/libdrm-9999.ebuild @@ -11,13 +11,12 @@ DESCRIPTION="X.Org libdrm library" HOMEPAGE="https://dri.freedesktop.org/" if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm" - KEYWORDS="" else SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux" fi -VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vmware" +KEYWORDS="" +VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware" for card in ${VIDEO_CARDS}; do IUSE_VIDEO_CARDS+=" video_cards_${card}" done @@ -53,6 +52,7 @@ src_configure() { $(use_enable video_cards_radeon radeon) $(use_enable video_cards_tegra tegra-experimental-api) $(use_enable video_cards_vc4 vc4) + $(use_enable video_cards_vivante etnaviv-experimental-api) $(use_enable video_cards_vmware vmwgfx) $(use_enable libkms) # valgrind installs its .pc file to the pkgconfig for the primary arch