commit:     44f749a0b716208ccec4b8f292c0625c9cb7f335
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 07:34:27 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat May 14 08:30:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f749a0

app-arch/bzip3: fix HOMEPAGE, LICENSE

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/25478
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-arch/bzip3/bzip3-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/bzip3/bzip3-1.1.1.ebuild 
b/app-arch/bzip3/bzip3-1.1.1.ebuild
index d985f7ce980b..13c9cf6dec77 100644
--- a/app-arch/bzip3/bzip3-1.1.1.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit autotools
 
 DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip2/";
+HOMEPAGE="https://github.com/kspalaiologos/bzip3";
 
 if [[ ${PV} == *9999* ]] ; then
        inherit git-r3
@@ -17,7 +17,7 @@ else
        KEYWORDS="~amd64 ~x86"
 fi
 
-LICENSE="LGPL-3"
+LICENSE="LGPL-3+"
 SLOT="0"
 IUSE="static-libs"
 

Reply via email to