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 5E02D139082 for ; Thu, 30 Nov 2017 20:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90685E0D2E; Thu, 30 Nov 2017 20:40:37 +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 6F80EE0D2E for ; Thu, 30 Nov 2017 20:40:37 +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 9A744341656 for ; Thu, 30 Nov 2017 20:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4436AD27 for ; Thu, 30 Nov 2017 20:40:33 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1512074427.4ff2de3933a96bad2d023ba3b6099ddfddc99cfd.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pitivi/pitivi-0.98.1.ebuild X-VCS-Directories: media-video/pitivi/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4ff2de3933a96bad2d023ba3b6099ddfddc99cfd X-VCS-Branch: master Date: Thu, 30 Nov 2017 20:40:33 +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: 15476934-1907-45b5-9cfc-08a03731f7b3 X-Archives-Hash: 2abba222527abeb29d3a59cc4e02f8bf commit: 4ff2de3933a96bad2d023ba3b6099ddfddc99cfd Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Nov 30 20:30:30 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Nov 30 20:40:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff2de39 media-video/pitivi: x86 keyword added (bug #629832) Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-video/pitivi/pitivi-0.98.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/pitivi/pitivi-0.98.1.ebuild b/media-video/pitivi/pitivi-0.98.1.ebuild index 99a1d08352e..5df9c35c864 100644 --- a/media-video/pitivi/pitivi-0.98.1.ebuild +++ b/media-video/pitivi/pitivi-0.98.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.pitivi.org" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="v4l test" REQUIRED_USE="${PYTHON_REQUIRED_USE}"