diff options
author | Austin English <wizardedit@gentoo.org> | 2017-07-12 13:49:21 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2017-07-12 13:51:07 -0500 |
commit | d9ebfd62adfcad94e1a061802bd0ef6d3fcb3eb2 (patch) | |
tree | 5029e3c700f037528499d0dc6f6e92204b503db8 /www-apps | |
parent | sci-libs/metis: keyword ~arm64 (diff) | |
download | gentoo-d9ebfd62adfcad94e1a061802bd0ef6d3fcb3eb2.tar.gz gentoo-d9ebfd62adfcad94e1a061802bd0ef6d3fcb3eb2.tar.bz2 gentoo-d9ebfd62adfcad94e1a061802bd0ef6d3fcb3eb2.zip |
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
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild | 4 |
1 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 d36367f117e5..e17262ea0c43 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" |