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 1FA23138334 for ; Tue, 6 Nov 2018 16:52:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBF6BE0A07; Tue, 6 Nov 2018 16:52:57 +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 B652AE0A07 for ; Tue, 6 Nov 2018 16:52:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 686BE335C9F for ; Tue, 6 Nov 2018 16:52:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82E383BE for ; Tue, 6 Nov 2018 16:52:54 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1541523166.70f1d2c4080fb9097bbb59118a0f72394ad36c26.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/nv-codec-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/nv-codec-headers/nv-codec-headers-8.1.24.2.ebuild X-VCS-Directories: media-libs/nv-codec-headers/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 70f1d2c4080fb9097bbb59118a0f72394ad36c26 X-VCS-Branch: master Date: Tue, 6 Nov 2018 16:52:54 +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: b8f4902a-afb5-4eb5-b6d1-003ae382d66a X-Archives-Hash: 4daec9b4bc1c1acda0e20b193dc16f1c commit: 70f1d2c4080fb9097bbb59118a0f72394ad36c26 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Nov 6 16:52:27 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Nov 6 16:52:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f1d2c4 media-libs/nv-codec-headers: Add ~x86 keyword Closes: https://bugs.gentoo.org/670502 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-libs/nv-codec-headers/nv-codec-headers-8.1.24.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/nv-codec-headers/nv-codec-headers-8.1.24.2.ebuild b/media-libs/nv-codec-headers/nv-codec-headers-8.1.24.2.ebuild index 61ca145dbff..eef7acdfcb6 100644 --- a/media-libs/nv-codec-headers/nv-codec-headers-8.1.24.2.ebuild +++ b/media-libs/nv-codec-headers/nv-codec-headers-8.1.24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/FFmpeg/nv-codec-headers/releases/download/n${PV}/${P LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=""