commit: ebf8daebb25a1087893572dec076d4e0e01ccea5 Author: Jonas Stein <jstein <AT> gentoo <DOT> org> AuthorDate: Tue Apr 3 23:33:33 2018 +0000 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org> CommitDate: Tue Apr 3 23:46:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf8daeb
dev-cpp/tclap: Fix HOMEPAGE Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-cpp/tclap/tclap-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/tclap/tclap-1.2.1.ebuild b/dev-cpp/tclap/tclap-1.2.1.ebuild index f065ddbf9c8..4e4d959393f 100644 --- a/dev-cpp/tclap/tclap-1.2.1.ebuild +++ b/dev-cpp/tclap/tclap-1.2.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" inherit eutils DESCRIPTION="Simple templatized C++ library for parsing command line arguments" -HOMEPAGE="http://${PN}.sourceforge.net" +HOMEPAGE="http://tclap.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT"
