From: juippis Date: Wed, 11 Apr 2018 18:14:10 +0000 (+0200) Subject: x11-plugins/gkwebmon: Fix HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fc3af021d9e687733fadc02e2f802109d9cb0963;p=gentoo.git x11-plugins/gkwebmon: Fix HOMEPAGE Substitute variable in HOMEPAGE Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- diff --git a/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild b/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild index 92dd27bf91f4..75350d836dab 100644 --- a/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild +++ b/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit gkrellm-plugin toolchain-funcs DESCRIPTION="A web monitor plugin for GKrellM2" -HOMEPAGE="http://${PN}.sourceforge.net/" +HOMEPAGE="http://gkwebmon.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="GPL-2"