commit: 40039c6c1315d94987b4c3740efe22c929b6aa05 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 14 03:50:42 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 14 03:51:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40039c6c
sys-apps/attr: fix LICENSE Bug: https://bugs.gentoo.org/912735 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/attr/attr-2.5.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/attr/attr-2.5.1-r2.ebuild b/sys-apps/attr/attr-2.5.1-r2.ebuild index fd70c8e82c9e..93dc3a36329f 100644 --- a/sys-apps/attr/attr-2.5.1-r2.ebuild +++ b/sys-apps/attr/attr-2.5.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ fi DESCRIPTION="Extended attributes tools" HOMEPAGE="https://savannah.nongnu.org/projects/attr" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0" IUSE="debug nls static-libs"
