From: Marco Genasci Date: Wed, 27 Jun 2018 00:08:40 +0000 (-0700) Subject: www-apps/chromedriver-bin: block www-client/chromium (bug 649742) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=157dc868a0b7a933626382701a0dba6e74000bde;p=gentoo.git 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 --- 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 3163f506be03..20c77c77d886 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 3163f506be03..20c77c77d886 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 07d1ad1d1905..2ddd7f88b05a 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"