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 5882C138334 for ; Wed, 27 Jun 2018 00:12:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CD03E0909; Wed, 27 Jun 2018 00:12:46 +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 1CC96E0909 for ; Wed, 27 Jun 2018 00:12:46 +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 68BF0335CB4 for ; Wed, 27 Jun 2018 00:12:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 689BE347 for ; Wed, 27 Jun 2018 00:12:42 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1530058306.157dc868a0b7a933626382701a0dba6e74000bde.zmedico@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-r1.ebuild www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild www-apps/chromedriver-bin/chromedriver-bin-2.30-r1.ebuild www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild www-apps/chromedriver-bin/chromedriver-bin-2.35-r1.ebuild www-apps/chromedriver-bin/chromedriver-bin-2.35.ebuild X-VCS-Directories: www-apps/chromedriver-bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 157dc868a0b7a933626382701a0dba6e74000bde X-VCS-Branch: master Date: Wed, 27 Jun 2018 00:12:42 +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: 81443a69-08c2-4eac-969b-d5ef24c7c562 X-Archives-Hash: a68a0d274f73356fce59a553386769f3 commit: 157dc868a0b7a933626382701a0dba6e74000bde Author: Marco Genasci gmail com> AuthorDate: Wed Jun 27 00:08:40 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Jun 27 00:11:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157dc868 www-apps/chromedriver-bin: block www-client/chromium (bug 649742) Both packages install /usr/bin/chromedriver. Closes: https://bugs.gentoo.org/649742 Package-Manager: Portage-2.3.40, Repoman-2.3.9 ...{chromedriver-bin-2.24.ebuild => chromedriver-bin-2.24-r1.ebuild} | 5 +++-- ...{chromedriver-bin-2.30.ebuild => chromedriver-bin-2.30-r1.ebuild} | 5 +++-- ...{chromedriver-bin-2.35.ebuild => chromedriver-bin-2.35-r1.ebuild} | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-2.24-r1.ebuild similarity index 84% rename from www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild rename to www-apps/chromedriver-bin/chromedriver-bin-2.24-r1.ebuild index 3163f506be0..20c77c77d88 100644 --- a/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild +++ b/www-apps/chromedriver-bin/chromedriver-bin-2.24-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="www-client/google-chrome" +RDEPEND="!www-client/chromium + www-client/google-chrome" S="${WORKDIR}" QA_PREBUILT="usr/bin/chromedriver" diff --git a/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-2.30-r1.ebuild similarity index 84% rename from www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild rename to www-apps/chromedriver-bin/chromedriver-bin-2.30-r1.ebuild index 3163f506be0..20c77c77d88 100644 --- a/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild +++ b/www-apps/chromedriver-bin/chromedriver-bin-2.30-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="www-client/google-chrome" +RDEPEND="!www-client/chromium + www-client/google-chrome" S="${WORKDIR}" QA_PREBUILT="usr/bin/chromedriver" diff --git a/www-apps/chromedriver-bin/chromedriver-bin-2.35.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-2.35-r1.ebuild similarity index 89% rename from www-apps/chromedriver-bin/chromedriver-bin-2.35.ebuild rename to www-apps/chromedriver-bin/chromedriver-bin-2.35-r1.ebuild index 07d1ad1d190..2ddd7f88b05 100644 --- a/www-apps/chromedriver-bin/chromedriver-bin-2.35.ebuild +++ b/www-apps/chromedriver-bin/chromedriver-bin-2.35-r1.ebuild @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="www-client/google-chrome" +RDEPEND="!www-client/chromium + www-client/google-chrome" S="${WORKDIR}" QA_PREBUILT="usr/bin/chromedriver"