diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-06-20 18:14:49 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-06-22 20:51:39 +0200 |
commit | 763165733822baea5e9c274073e60f45e2675c10 (patch) | |
tree | d35d567479119cde4d9090cf1f893d263caa9385 /app-text/ocrad | |
parent | app-text/ocrad: add 0.29 (diff) | |
download | gentoo-763165733822baea5e9c274073e60f45e2675c10.tar.gz gentoo-763165733822baea5e9c274073e60f45e2675c10.tar.bz2 gentoo-763165733822baea5e9c274073e60f45e2675c10.zip |
app-text/ocrad: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://bugs.gentoo.org/881631
Closes: https://github.com/gentoo/gentoo/pull/37228
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text/ocrad')
-rw-r--r-- | app-text/ocrad/ocrad-0.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ocrad/ocrad-0.27.ebuild b/app-text/ocrad/ocrad-0.27.ebuild index be1acd75228b..2e6c5b0cfb44 100644 --- a/app-text/ocrad/ocrad-0.27.ebuild +++ b/app-text/ocrad/ocrad-0.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="GNU Ocrad is an OCR (Optical Character Recognition) program" HOMEPAGE="https://www.gnu.org/software/ocrad/ocrad.html" SRC_URI="mirror://nongnu/${PN}/${P}.tar.lz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" |