diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-02-07 21:22:41 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-02-07 21:22:41 +0000 |
commit | 6c4e09494de6a4724354051c7dc60e6c53facb8c (patch) | |
tree | a937c3527ba57be40f3e22a81032ccb7c4f9212f /media-libs/ftgl | |
parent | dev-util/pycharm-professional: Remove bundled Java JRE, fix QA_PREBUILT. (diff) | |
download | gentoo-6c4e09494de6a4724354051c7dc60e6c53facb8c.tar.gz gentoo-6c4e09494de6a4724354051c7dc60e6c53facb8c.tar.bz2 gentoo-6c4e09494de6a4724354051c7dc60e6c53facb8c.zip |
media-libs/ftgl: Fix broken HOMEPAGE
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/ftgl')
-rw-r--r-- | media-libs/ftgl/ftgl-2.1.3_rc5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild index bcd6d71bae68..d0f73e78be4b 100644 --- a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild +++ b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ MY_P=${PN}-${MY_PV} MY_P2=${PN}-${MY_PV2} DESCRIPTION="library to use arbitrary fonts in OpenGL applications" -HOMEPAGE="http://ftgl.wiki.sourceforge.net/" +HOMEPAGE="http://ftgl.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="MIT" |