summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/djview/djview-4.10.6-r2.ebuild')
-rw-r--r--app-text/djview/djview-4.10.6-r2.ebuild10
1 files changed, 5 insertions, 5 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..afe3918dd9d5 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-2024 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"
-SRC_URI="mirror://sourceforge/djvu/${P}.tar.gz"
+HOMEPAGE="https://djvu.sourceforge.net/djview4.html"
+SRC_URI="https://downloads.sourceforge.net/djvu/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc ppc64 x86"
IUSE="debug"
@@ -25,7 +25,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
dev-qt/linguist-tools:5
- >=sys-devel/autoconf-2.67
+ >=dev-build/autoconf-2.67
virtual/pkgconfig"
DOCS=( README NEWS )