diff options
author | Jonas Stein <jstein@gentoo.org> | 2019-10-28 22:28:06 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2019-10-28 22:29:07 +0100 |
commit | 5f9024daa726141821d14c0cc583e27dc147552f (patch) | |
tree | 86e75a560f8157bd6254a2920d5dcf038ca7b9aa /x11-wm/ctwm | |
parent | www-apps/netbox: 2.6.6 bump (diff) | |
download | gentoo-5f9024daa726141821d14c0cc583e27dc147552f.tar.gz gentoo-5f9024daa726141821d14c0cc583e27dc147552f.tar.bz2 gentoo-5f9024daa726141821d14c0cc583e27dc147552f.zip |
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@gentoo.org>
Diffstat (limited to 'x11-wm/ctwm')
-rw-r--r-- | x11-wm/ctwm/ctwm-4.0.2.ebuild | 4 | ||||
-rw-r--r-- | 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 b19c081cece3..883e461c3da8 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 76858cabf874..cceee0bca32a 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" |