summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2022-05-14 15:34:27 +0800
committerMaciej Barć <xgqt@gentoo.org>2022-05-14 10:30:49 +0200
commit44f749a0b716208ccec4b8f292c0625c9cb7f335 (patch)
treea5129696cca5a2a9bd39eb0080bfe5f4330568e4 /app-arch/bzip3
parentsys-apps/file: Use PEP517 build (diff)
downloadgentoo-44f749a0b716208ccec4b8f292c0625c9cb7f335.tar.gz
gentoo-44f749a0b716208ccec4b8f292c0625c9cb7f335.tar.bz2
gentoo-44f749a0b716208ccec4b8f292c0625c9cb7f335.zip
app-arch/bzip3: fix HOMEPAGE, LICENSE
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25478 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-arch/bzip3')
-rw-r--r--app-arch/bzip3/bzip3-1.1.1.ebuild4
1 files 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"