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 35337139083 for ; Fri, 15 Dec 2017 23:21:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E55BE0EA2; Fri, 15 Dec 2017 23:21:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE802E0EA2 for ; Fri, 15 Dec 2017 23:21:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A171833BF01 for ; Fri, 15 Dec 2017 23:21:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18145AE88 for ; Fri, 15 Dec 2017 23:21:28 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1513380083.5b5f69c26cc4c932f73fbf31447006d7fb3120c6.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libdrm/libdrm-2.4.88.ebuild X-VCS-Directories: x11-libs/libdrm/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5b5f69c26cc4c932f73fbf31447006d7fb3120c6 X-VCS-Branch: master Date: Fri, 15 Dec 2017 23:21:28 +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: ad3301b8-27f6-410b-8161-0e196f3a542e X-Archives-Hash: 963e96c7005b75c433940c42b4f0e2f1 commit: 5b5f69c26cc4c932f73fbf31447006d7fb3120c6 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Dec 15 23:16:36 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Dec 15 23:21:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5f69c2 x11-libs/libdrm: stable 2.4.88 for sparc, bug #641024 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" x11-libs/libdrm/libdrm-2.4.88.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libdrm/libdrm-2.4.88.ebuild b/x11-libs/libdrm/libdrm-2.4.88.ebuild index b8477e723d2..ec7bdacde08 100644 --- a/x11-libs/libdrm/libdrm-2.4.88.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.88.ebuild @@ -14,7 +14,7 @@ else SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2" fi -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" 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}"