From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1137686-garchives=archives.gentoo.org@lists.gentoo.org>
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 BA359138350
	for <garchives@archives.gentoo.org>; Mon, 13 Jan 2020 10:07:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BFF25E0FB4;
	Mon, 13 Jan 2020 10:07:49 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 9C29EE0F60
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Jan 2020 10:07:49 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 7AAFB34E01C
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Jan 2020 10:07:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F0596A8
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Jan 2020 10:07:46 +0000 (UTC)
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org>
Message-ID: <1578909981.562f3767d01b6c1300c52d1f0dda360ec0790a6b.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/arandr/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/arandr/arandr-0.1.10.ebuild
X-VCS-Directories: x11-misc/arandr/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: 562f3767d01b6c1300c52d1f0dda360ec0790a6b
X-VCS-Branch: master
Date: Mon, 13 Jan 2020 10:07:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: dafd7ca0-ee2f-49df-85be-30389e75989c
X-Archives-Hash: 84fd5d428bede1d9021b33bde1af1d90

commit:     562f3767d01b6c1300c52d1f0dda360ec0790a6b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 10:06:21 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 10:06:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562f3767

x11-misc/arandr: [QA] Fix HomepageInSrcUri

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/arandr/arandr-0.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/arandr/arandr-0.1.10.ebuild b/x11-misc/arandr/arandr-0.1.10.ebuild
index 7c73a42e23b..e5aa388809f 100644
--- a/x11-misc/arandr/arandr-0.1.10.ebuild
+++ b/x11-misc/arandr/arandr-0.1.10.ebuild
@@ -7,7 +7,7 @@ inherit distutils-r1
 
 DESCRIPTION="Another XRandR GUI"
 HOMEPAGE="https://christian.amsuess.com/tools/arandr/"
-SRC_URI="${HOMEPAGE}/files/${P}.tar.gz"
+SRC_URI="https://christian.amsuess.com/tools/arandr/files/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"