From fc9432ccb8e0b41e53f92b744afe3491006d6c12 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 13 Jan 2020 11:00:51 +0100 Subject: dev-util/redo: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- dev-util/redo/redo-0.42.ebuild | 2 +- dev-util/redo/redo-99999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/redo/redo-0.42.ebuild b/dev-util/redo/redo-0.42.ebuild index a979123b762f..17098dc04661 100644 --- a/dev-util/redo/redo-0.42.ebuild +++ b/dev-util/redo/redo-0.42.ebuild @@ -8,7 +8,7 @@ inherit multilib multiprocessing python-single-r1 DESCRIPTION="Smaller, easier, more powerful, and more reliable than make" HOMEPAGE="https://github.com/apenwarr/redo" -SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" +SRC_URI="https://github.com/apenwarr/redo/archive/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" diff --git a/dev-util/redo/redo-99999.ebuild b/dev-util/redo/redo-99999.ebuild index 30c70257c019..57197b9f75d3 100644 --- a/dev-util/redo/redo-99999.ebuild +++ b/dev-util/redo/redo-99999.ebuild @@ -8,7 +8,7 @@ inherit git-r3 multilib multiprocessing python-single-r1 DESCRIPTION="Smaller, easier, more powerful, and more reliable than make" HOMEPAGE="https://github.com/apenwarr/redo" -EGIT_REPO_URI="${HOMEPAGE}" +EGIT_REPO_URI="https://github.com/apenwarr/redo" LICENSE="LGPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad