diff options
author | Sam James <sam@gentoo.org> | 2024-01-14 03:50:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 03:51:25 +0000 |
commit | 40039c6c1315d94987b4c3740efe22c929b6aa05 (patch) | |
tree | 587695e3478f5c2afd34e321f3ffaab4c1807db5 /sys-apps/attr | |
parent | sys-apps/attr: add 2.5.2 (diff) | |
download | gentoo-40039c6c1315d94987b4c3740efe22c929b6aa05.tar.gz gentoo-40039c6c1315d94987b4c3740efe22c929b6aa05.tar.bz2 gentoo-40039c6c1315d94987b4c3740efe22c929b6aa05.zip |
sys-apps/attr: fix LICENSE
Bug: https://bugs.gentoo.org/912735
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/attr-2.5.1-r2.ebuild | 4 |
1 files 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" |