commit: 5f9024daa726141821d14c0cc583e27dc147552f
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 21:28:06 2019 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 21:29:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9024da
x11-wm/ctwm: QA fix in SRC_URI
fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
x11-wm/ctwm/ctwm-4.0.2.ebuild | 4 ++--
x11-wm/ctwm/ctwm-4.0.3.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-wm/ctwm/ctwm-4.0.2.ebuild b/x11-wm/ctwm/ctwm-4.0.2.ebuild
index b19c081cece..883e461c3da 100644
--- a/x11-wm/ctwm/ctwm-4.0.2.ebuild
+++ b/x11-wm/ctwm/ctwm-4.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ inherit cmake-utils eutils flag-o-matic toolchain-funcs
DESCRIPTION="A clean, light window manager"
HOMEPAGE="http://ctwm.org/"
-SRC_URI="${HOMEPAGE}dist/${P}.tar.xz"
+SRC_URI="http://ctwm.org/dist/${P}.tar.xz"
LICENSE="MIT"
SLOT="0"
diff --git a/x11-wm/ctwm/ctwm-4.0.3.ebuild b/x11-wm/ctwm/ctwm-4.0.3.ebuild
index 76858cabf87..cceee0bca32 100644
--- a/x11-wm/ctwm/ctwm-4.0.3.ebuild
+++ b/x11-wm/ctwm/ctwm-4.0.3.ebuild
@@ -6,7 +6,7 @@ inherit cmake-utils
DESCRIPTION="A clean, light window manager"
HOMEPAGE="https://ctwm.org/"
-SRC_URI="${HOMEPAGE}dist/${P}.tar.xz"
+SRC_URI="https://ctwm.org/dist/${P}.tar.xz"
LICENSE="MIT"
SLOT="0"