diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-02-09 14:03:58 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-02-09 14:04:19 +0100 |
commit | 2128858c1b274c7db6f95314febc8df91f50eb8f (patch) | |
tree | 5d02510596e6c6b0292c15a5d4293422eebc43ce /net-p2p | |
parent | dev-python/line_profiler: remove outdated -9999. (diff) | |
download | gentoo-2128858c1b274c7db6f95314febc8df91f50eb8f.tar.gz gentoo-2128858c1b274c7db6f95314febc8df91f50eb8f.tar.bz2 gentoo-2128858c1b274c7db6f95314febc8df91f50eb8f.zip |
net-p2p/soulseek-qt: Change LICENSE to all-rights-reserved.
Add bindist restriction.
Bug: https://bugs.gentoo.org/702334
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/soulseek-qt/soulseek-qt-20160117.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/soulseek-qt/soulseek-qt-20160117.ebuild b/net-p2p/soulseek-qt/soulseek-qt-20160117.ebuild index a3a1b37fc7f2..5c05f3ed42db 100644 --- a/net-p2p/soulseek-qt/soulseek-qt-20160117.ebuild +++ b/net-p2p/soulseek-qt/soulseek-qt-20160117.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,18 +11,17 @@ SRC_URI=" amd64? ( https://www.dropbox.com/s/7qh902qv2sxyp6p/${BINARY_NAME}-64bit.tgz ) " -LICENSE="free-noncomm" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT="mirror bindist" DEPEND="" RDEPEND="media-libs/libpng x11-libs/libX11 x11-libs/libxcb media-libs/freetype x11-libs/libXau x11-libs/libXdmcp dev-libs/libbsd dev-libs/expat" S="${WORKDIR}" -RESTRICT="mirror" - QA_PREBUILT="opt/bin/.*" src_install() { |