diff options
author | 2025-02-05 08:00:43 +0100 | |
---|---|---|
committer | 2025-02-05 08:00:43 +0100 | |
commit | df12054721fdd74d8b9ce506d2a6d01e540770d1 (patch) | |
tree | d12c2a79965c805b41054f7b9f972fa5c366a96d /app-backup/tarsnap | |
parent | app-misc/khard: sanitize MAKE for sphinx (diff) | |
download | gentoo-df12054721fdd74d8b9ce506d2a6d01e540770d1.tar.gz gentoo-df12054721fdd74d8b9ce506d2a6d01e540770d1.tar.bz2 gentoo-df12054721fdd74d8b9ce506d2a6d01e540770d1.zip |
app-backup/tarsnap: update LICENSE
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-backup/tarsnap')
-rw-r--r-- | app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild b/app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild index 2dae2389daea..a4dff0662fe1 100644 --- a/app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild +++ b/app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,10 +10,13 @@ HOMEPAGE="https://www.tarsnap.com/" SRC_URI="https://www.tarsnap.com/download/${PN}-autoconf-${PV}.tgz" S="${WORKDIR}"/${PN}-autoconf-${PV} -LICENSE="tarsnap" +LICENSE="tarsnap BSD BSD-2 MIT" SLOT="0" KEYWORDS="amd64 x86" IUSE="acl bzip2 lzma xattr" +# The tarsnap license allows redistribution only without modification. +# Commented out because patches apply only to files with a free license. +#RESTRICT="bindist" RDEPEND=" app-arch/bzip2 |