diff options
author | 2019-03-22 08:42:49 +0100 | |
---|---|---|
committer | 2019-03-22 08:43:41 +0100 | |
commit | a1c91dd4d5a1ca9720ade56195280f5b90aca374 (patch) | |
tree | 5b967a530bd115fa92917dfbced0a2c834edcf77 | |
parent | app-portage/pram: Bump to v2 (diff) | |
download | gentoo-a1c91dd4d5a1ca9720ade56195280f5b90aca374.tar.gz gentoo-a1c91dd4d5a1ca9720ade56195280f5b90aca374.tar.bz2 gentoo-a1c91dd4d5a1ca9720ade56195280f5b90aca374.zip |
net-misc/sjphone: Add mirror and bindist restrictions.
Bug: https://bugs.gentoo.org/465196
Closes: https://bugs.gentoo.org/681228
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | net-misc/sjphone/sjphone-1.60.2235.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/sjphone/sjphone-1.60.2235.ebuild b/net-misc/sjphone/sjphone-1.60.2235.ebuild index 9b44f78549e5..fa22405afa4d 100644 --- a/net-misc/sjphone/sjphone-1.60.2235.ebuild +++ b/net-misc/sjphone/sjphone-1.60.2235.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=0 @@ -14,6 +14,7 @@ LICENSE="SJ-Labs IJG libpng ZLIB RSA W3C BSD" SLOT="0" KEYWORDS="~x86" IUSE="" +RESTRICT="strip mirror bindist" RDEPEND="x11-libs/libSM x11-libs/libICE @@ -23,8 +24,6 @@ RDEPEND="x11-libs/libSM x11-libs/libXdmcp" S=${WORKDIR}/${MY_P} -RESTRICT="strip" - src_install() { insinto /opt/sjphone doins -r lib/* |