summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/quesoglc/quesoglc-0.7.2-r1.ebuild')
-rw-r--r--media-libs/quesoglc/quesoglc-0.7.2-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/quesoglc/quesoglc-0.7.2-r1.ebuild b/media-libs/quesoglc/quesoglc-0.7.2-r1.ebuild
index 25361aaf211d..37f02f32a6d3 100644
--- a/media-libs/quesoglc/quesoglc-0.7.2-r1.ebuild
+++ b/media-libs/quesoglc/quesoglc-0.7.2-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Free implementation of the OpenGL Character Renderer (GLC)"
-HOMEPAGE="http://quesoglc.sourceforge.net/"
+HOMEPAGE="https://quesoglc.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-free.tar.bz2"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE="doc"
RDEPEND="
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
doc? (
- app-doc/doxygen
+ app-text/doxygen
dev-texlive/texlive-latexextra
virtual/latex-base
)"