diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-05 08:46:20 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:11 +0200 |
commit | a1079863aad94abce197565054c4dbef2f11b629 (patch) | |
tree | 88d9b2ee14b991a90d555a1f6a21efa67ec8bfb0 /app-text | |
parent | app-text/bibclean: use HTTPS, fix LICENSE (diff) | |
download | gentoo-a1079863aad94abce197565054c4dbef2f11b629.tar.gz gentoo-a1079863aad94abce197565054c4dbef2f11b629.tar.bz2 gentoo-a1079863aad94abce197565054c4dbef2f11b629.zip |
app-text/djview: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/djview/djview-4.10.6-r2.ebuild | 6 |
1 files 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" |