x11-wm/ctwm: QA fix in SRC_URI
authorJonas Stein <jstein@gentoo.org>
Mon, 28 Oct 2019 21:28:06 +0000 (22:28 +0100)
committerJonas Stein <jstein@gentoo.org>
Mon, 28 Oct 2019 21:29:07 +0000 (22:29 +0100)
fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Jonas Stein <jstein@gentoo.org>
x11-wm/ctwm/ctwm-4.0.2.ebuild
x11-wm/ctwm/ctwm-4.0.3.ebuild

index b19c081cece3e164b69d38b7f578b57615094c0b..883e461c3da80b8ab98be40778ae1f91568fb70f 100644 (file)
@@ -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"
index 76858cabf87429516ca407a83c6713db95d0daa0..cceee0bca32a8bbe7d10de4c53d990bf0d464a48 100644 (file)
@@ -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"