diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-23 19:03:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-23 19:15:49 +0200 |
commit | 866befbdf1d717380625804654039cd72bd435f0 (patch) | |
tree | 5cdbddc5b8f4758efdb3e3f86b467a25539398fc /app-admin/lastpass-binary-component | |
parent | x11-plugins/pidgin-telegram: bump to version 1.4.2 (diff) | |
download | gentoo-866befbdf1d717380625804654039cd72bd435f0.tar.gz gentoo-866befbdf1d717380625804654039cd72bd435f0.tar.bz2 gentoo-866befbdf1d717380625804654039cd72bd435f0.zip |
app-admin/lastpass-binary-component: Add RESTRICT=bindist
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/lastpass-binary-component')
-rw-r--r-- | app-admin/lastpass-binary-component/lastpass-binary-component-4.19.0.ebuild | 4 |
1 files 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 c0407fd6d94f..ac0969132cf4 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/ |