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 123EE139087 for ; Sun, 15 Jan 2017 05:15:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09AA423424B; Sun, 15 Jan 2017 05:15:05 +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 D334123424B for ; Sun, 15 Jan 2017 05:15:04 +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 E4803341265 for ; Sun, 15 Jan 2017 05:15:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86DB92790 for ; Sun, 15 Jan 2017 05:15:02 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1484457283.c1975c126c1551cb252c975e66c2ef6e0c0cb3a8.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/kicad-doc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/kicad-doc/kicad-doc-4.0.4.ebuild X-VCS-Directories: app-doc/kicad-doc/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: c1975c126c1551cb252c975e66c2ef6e0c0cb3a8 X-VCS-Branch: master Date: Sun, 15 Jan 2017 05:15:02 +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: 3ad3238a-9ff2-4e59-beaf-70f8cb75f8ae X-Archives-Hash: 66b7988f58afeb350d72b48b3477b714 commit: c1975c126c1551cb252c975e66c2ef6e0c0cb3a8 Author: Zoltan Puskas sinustrom info> AuthorDate: Mon Jan 9 01:23:31 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Jan 15 05:14:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1975c12 app-doc/kicad-doc: Add ~x86 to 4.0.4 for consistency and later stabilization Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-doc/kicad-doc/kicad-doc-4.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/kicad-doc/kicad-doc-4.0.4.ebuild b/app-doc/kicad-doc/kicad-doc-4.0.4.ebuild index 67f5a64..5d7f25c 100644 --- a/app-doc/kicad-doc/kicad-doc-4.0.4.ebuild +++ b/app-doc/kicad-doc/kicad-doc-4.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/KiCad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-3+ CC-BY-3.0 ) GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="html pdf" LANGS="en fr it ja nl pl" for lang in ${LANGS}; do