diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-06-25 00:19:07 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-06-25 00:20:29 +0200 |
commit | 0c362efff230fc0cbe25f4226d757db0f0130c15 (patch) | |
tree | 2be4080dd176e1a26a7d237951dc01ae7ed4db60 /www-apps/chromedriver-bin | |
parent | www-apps/chromedriver-bin: drop old (diff) | |
download | gentoo-0c362efff230fc0cbe25f4226d757db0f0130c15.tar.gz gentoo-0c362efff230fc0cbe25f4226d757db0f0130c15.tar.bz2 gentoo-0c362efff230fc0cbe25f4226d757db0f0130c15.zip |
www-apps/chromedriver-bin: add version constraint on www-client/google-chrome
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-apps/chromedriver-bin')
-rw-r--r-- | www-apps/chromedriver-bin/chromedriver-bin-83.0.4103.39-r1.ebuild (renamed from www-apps/chromedriver-bin/chromedriver-bin-83.0.4103.39.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/chromedriver-bin/chromedriver-bin-83.0.4103.39.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-83.0.4103.39-r1.ebuild index c96967a171b8..75e2c16479fe 100644 --- a/www-apps/chromedriver-bin/chromedriver-bin-83.0.4103.39.ebuild +++ b/www-apps/chromedriver-bin/chromedriver-bin-83.0.4103.39-r1.ebuild @@ -17,7 +17,7 @@ RESTRICT="bindist mirror strip" BDEPEND="app-arch/unzip" RDEPEND="!www-client/chromium - www-client/google-chrome" + =www-client/google-chrome-$(ver_cut 1)*" S="${WORKDIR}" QA_PREBUILT="usr/bin/chromedriver" |