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 75D74139696 for ; Sun, 12 Feb 2017 15:44:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2655E0C44; Sun, 12 Feb 2017 15:44:08 +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 8D7C0E0C40 for ; Sun, 12 Feb 2017 15:44:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B5163341398 for ; Sun, 12 Feb 2017 15:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 574974566 for ; Sun, 12 Feb 2017 15:44:06 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1486914232.ef0ce72485dab6bbabb445ca38c676ba5e95c5a7.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/vc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/vc/vc-0.7.4.ebuild dev-libs/vc/vc-1.3.0.ebuild X-VCS-Directories: dev-libs/vc/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: ef0ce72485dab6bbabb445ca38c676ba5e95c5a7 X-VCS-Branch: master Date: Sun, 12 Feb 2017 15:44:06 +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: 3daec482-1264-4072-9b21-bdb1bcda32ad X-Archives-Hash: f3e016533960ef227ca7924d9669765b commit: ef0ce72485dab6bbabb445ca38c676ba5e95c5a7 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Feb 12 15:40:40 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Feb 12 15:43:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0ce724 dev-libs/vc: x86 stable wrt bug #608762 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-libs/vc/vc-0.7.4.ebuild | 2 +- dev-libs/vc/vc-1.3.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/vc/vc-0.7.4.ebuild b/dev-libs/vc/vc-0.7.4.ebuild index 8160f97002..e67e9cd7da 100644 --- a/dev-libs/vc/vc-0.7.4.ebuild +++ b/dev-libs/vc/vc-0.7.4.ebuild @@ -18,7 +18,7 @@ SRC_URI+="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="test" src_unpack() { diff --git a/dev-libs/vc/vc-1.3.0.ebuild b/dev-libs/vc/vc-1.3.0.ebuild index 4a03c73249..24df366315 100644 --- a/dev-libs/vc/vc-1.3.0.ebuild +++ b/dev-libs/vc/vc-1.3.0.ebuild @@ -18,7 +18,7 @@ SRC_URI+="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" src_unpack() {