commit: 866befbdf1d717380625804654039cd72bd435f0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 23 17:03:36 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Sep 23 17:15:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866befbd
app-admin/lastpass-binary-component: Add RESTRICT=bindist Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../lastpass-binary-component/lastpass-binary-component-4.19.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/lastpass-binary-component/lastpass-binary-component-4.19.0.ebuild b/app-admin/lastpass-binary-component/lastpass-binary-component-4.19.0.ebuild index c0407fd6d94..ac0969132cf 100644 --- a/app-admin/lastpass-binary-component/lastpass-binary-component-4.19.0.ebuild +++ b/app-admin/lastpass-binary-component/lastpass-binary-component-4.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://download.cloud.lastpass.com/linux/lplinux.tar.bz2 -> ${P}.tar.b LICENSE="LastPass" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -RESTRICT="strip mirror" # We can't mirror it, but we can fetch it +RESTRICT="bindist strip mirror" # We can't mirror it, but we can fetch it LASTPASS_EXEDIR=/opt/lastpass/
