From: David Seifert Date: Wed, 28 Aug 2019 10:10:04 +0000 (+0200) Subject: app-editors/ne: [QA] Fix ${HOMEPAGE} in SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=87bc4023ca8d1d69751c2b3f08fe801ea4126d4f;p=gentoo.git app-editors/ne: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert --- diff --git a/app-editors/ne/ne-3.1.1.ebuild b/app-editors/ne/ne-3.1.1.ebuild index 9d68adc0f1a0..e65e7733fbc3 100644 --- a/app-editors/ne/ne-3.1.1.ebuild +++ b/app-editors/ne/ne-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="the nice editor, easy to use for the beginner and powerful for the wizard" HOMEPAGE="http://ne.di.unimi.it/" -SRC_URI="${HOMEPAGE}/${P}.tar.gz" +SRC_URI="http://ne.di.unimi.it/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"