commit: a1079863aad94abce197565054c4dbef2f11b629 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Jul 5 06:46:20 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 21:53:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1079863
app-text/djview: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-text/djview/djview-4.10.6-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/djview/djview-4.10.6-r2.ebuild b/app-text/djview/djview-4.10.6-r2.ebuild index 89ea0c6b9f2b..b69f726d38e2 100644 --- a/app-text/djview/djview-4.10.6-r2.ebuild +++ b/app-text/djview/djview-4.10.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,10 +6,10 @@ EAPI=7 inherit autotools desktop flag-o-matic qmake-utils toolchain-funcs xdg-utils DESCRIPTION="Portable DjVu viewer using Qt" -HOMEPAGE="http://djvu.sourceforge.net/djview4.html" +HOMEPAGE="https://djvu.sourceforge.net/djview4.html" SRC_URI="mirror://sourceforge/djvu/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~hppa ppc ppc64 x86" IUSE="debug"
