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 38454139695 for ; Wed, 12 Jul 2017 22:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7436827411C; Wed, 12 Jul 2017 22:06:47 +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 4C3CB27411C for ; Wed, 12 Jul 2017 22:06:47 +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 5DC023419DA for ; Wed, 12 Jul 2017 22:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D9CB74AB for ; Wed, 12 Jul 2017 22:06:44 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1499897152.774e39b81f59fb9ec1e7da3ffd6ee9e70c6490c3.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/chromedriver-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild X-VCS-Directories: www-apps/chromedriver-bin/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 774e39b81f59fb9ec1e7da3ffd6ee9e70c6490c3 X-VCS-Branch: master Date: Wed, 12 Jul 2017 22:06:44 +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: 529817e2-1fe9-4ea6-9a89-77db53e2ea25 X-Archives-Hash: 59a5b39f808e50d26d42a9792816b121 commit: 774e39b81f59fb9ec1e7da3ffd6ee9e70c6490c3 Author: Austin English gentoo org> AuthorDate: Wed Jul 12 22:04:49 2017 +0000 Commit: Austin English gentoo org> CommitDate: Wed Jul 12 22:05:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774e39b8 www-apps/chromedriver-bin: remove ~x86, not supported by www-client/google-chrome Package-Manager: Portage-2.3.6, Repoman-2.3.2 www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild | 2 +- www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild index e17262ea0c4..f74d7cc4c86 100644 --- a/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild +++ b/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild @@ -10,7 +10,7 @@ SRC_URI="amd64? ( https://chromedriver.storage.googleapis.com/${PV}/chromedriver LICENSE="google-chrome" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="" RDEPEND="www-client/google-chrome" diff --git a/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild index e17262ea0c4..f74d7cc4c86 100644 --- a/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild +++ b/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild @@ -10,7 +10,7 @@ SRC_URI="amd64? ( https://chromedriver.storage.googleapis.com/${PV}/chromedriver LICENSE="google-chrome" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="" RDEPEND="www-client/google-chrome"