commit: 428fc87febd543a4ac456998eb3ebcf3c85cd9d7
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon May 4 22:26:25 2020 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon May 4 22:26:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428fc87f
x11-misc/wmname: QA fix SRC_URI
Use ${P} in SRC_URI
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
x11-misc/wmname/wmname-0.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/wmname/wmname-0.1-r1.ebuild
b/x11-misc/wmname/wmname-0.1-r1.ebuild
index 814e3e889e4..eb9240796dc 100644
--- a/x11-misc/wmname/wmname-0.1-r1.ebuild
+++ b/x11-misc/wmname/wmname-0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ inherit toolchain-funcs
DESCRIPTION="utility to set the name of your window manager"
HOMEPAGE="https://tools.suckless.org/x/wmname"
-SRC_URI="https://dl.suckless.org/tools/wmname-0.1.tar.gz"
+SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"