commit: 763165733822baea5e9c274073e60f45e2675c10 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Jun 20 16:14:49 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jun 22 18:51:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76316573
app-text/ocrad: fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://bugs.gentoo.org/881631 Closes: https://github.com/gentoo/gentoo/pull/37228 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-text/ocrad/ocrad-0.27.ebuild | 4 ++-- 1 file 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"
