From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26AEE138350 for ; Mon, 4 May 2020 22:27:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55E88E08A4; Mon, 4 May 2020 22:27:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D092E08A4 for ; Mon, 4 May 2020 22:27:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40A7534F588 for ; Mon, 4 May 2020 22:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D412C1F0 for ; Mon, 4 May 2020 22:27:50 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1588631185.428fc87febd543a4ac456998eb3ebcf3c85cd9d7.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmname/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/wmname/wmname-0.1-r1.ebuild X-VCS-Directories: x11-misc/wmname/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 428fc87febd543a4ac456998eb3ebcf3c85cd9d7 X-VCS-Branch: master Date: Mon, 4 May 2020 22:27:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4881259f-04d6-4b09-b935-24b36bf83b26 X-Archives-Hash: 6c5e4fbbcbc33445507841f014ba056f commit: 428fc87febd543a4ac456998eb3ebcf3c85cd9d7 Author: Jonas Stein gentoo org> AuthorDate: Mon May 4 22:26:25 2020 +0000 Commit: Jonas Stein gentoo 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 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"