diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-07-27 19:53:59 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-08-26 01:53:47 +0200 |
commit | f3020db260fdf8ad5e93ca06e96015c00fbeb1e2 (patch) | |
tree | c724421872e31c48e0f0d5c3c56ff55f16b09f45 /net-analyzer | |
parent | net-analyzer/calamaris: add 2.99.4.7 (diff) | |
download | gentoo-f3020db260fdf8ad5e93ca06e96015c00fbeb1e2.tar.gz gentoo-f3020db260fdf8ad5e93ca06e96015c00fbeb1e2.tar.bz2 gentoo-f3020db260fdf8ad5e93ca06e96015c00fbeb1e2.zip |
net-analyzer/calamaris: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37749
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/calamaris/calamaris-2.99.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/calamaris/calamaris-2.99.4.5.ebuild b/net-analyzer/calamaris/calamaris-2.99.4.5.ebuild index 658b1514c2ec..def7af0634f8 100644 --- a/net-analyzer/calamaris/calamaris-2.99.4.5.ebuild +++ b/net-analyzer/calamaris/calamaris-2.99.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ DESCRIPTION="parses logfiles of a wide variety of web proxy servers and generate HOMEPAGE="https://cord.de/calamaris-english" SRC_URI="https://cord.de/files/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="selinux" |