From 8a7b48a6603365a2fc0d84a2d02d00789ded7134 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 5 Oct 2019 14:26:30 +0200 Subject: */*: Remove mirror://gentoo rename hack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace 'mirror://gentoo/X -> Y' with plain 'mirror://gentoo/Y'. Since actual filenames are used on the mirrors, the latter is valid for all packages already. Signed-off-by: Michał Górny --- app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-text/htmlinc') diff --git a/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild index a2d1afc50502..180d093a6ff0 100644 --- a/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild +++ b/app-text/htmlinc/htmlinc-1.0_beta1-r2.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="HTML Include System by Ulli Meybohm" HOMEPAGE="http://www.meybohm.de/" -SRC_URI="mirror://gentoo/${PN}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad