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 94816139694 for ; Wed, 12 Jul 2017 18:51:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4BEB2340B6; Wed, 12 Jul 2017 18:51:19 +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 C2D262340B6 for ; Wed, 12 Jul 2017 18:51:19 +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 EE809341301 for ; Wed, 12 Jul 2017 18:51:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73D317474 for ; Wed, 12 Jul 2017 18:51:16 +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: <1499885467.d9ebfd62adfcad94e1a061802bd0ef6d3fcb3eb2.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 X-VCS-Directories: www-apps/chromedriver-bin/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: d9ebfd62adfcad94e1a061802bd0ef6d3fcb3eb2 X-VCS-Branch: master Date: Wed, 12 Jul 2017 18:51:16 +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: aebd6e2b-5773-46b1-a6b9-ab230432ce39 X-Archives-Hash: b9e4a522c1062173d42463ede54dbaf6 commit: d9ebfd62adfcad94e1a061802bd0ef6d3fcb3eb2 Author: Austin English gentoo org> AuthorDate: Wed Jul 12 18:49:21 2017 +0000 Commit: Austin English gentoo org> CommitDate: Wed Jul 12 18:51:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ebfd62 www-apps/chromedriver-bin: chromium isn't a actually supported, remove it as an RDEPENDS option Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --force www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild | 4 ++-- 1 file 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 d36367f117e..e17262ea0c4 100644 --- a/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild +++ b/www-apps/chromedriver-bin/chromedriver-bin-2.24.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 EAPI=6 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="|| ( www-client/google-chrome www-client/chromium )" +RDEPEND="www-client/google-chrome" S="${WORKDIR}" QA_PREBUILT="usr/bin/chromedriver"