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 8068513835B for ; Sat, 5 Jun 2021 20:09:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5455E08F9; Sat, 5 Jun 2021 20:09: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 AE25DE08FA for ; Sat, 5 Jun 2021 20:09: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 4C1A4340DB9 for ; Sat, 5 Jun 2021 20:09:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86E657A8 for ; Sat, 5 Jun 2021 20:09:50 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1622923760.e2efd6016202375b8a10e361f38580438ae998f6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/alsa-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/alsa-tools/alsa-tools-1.2.2-r1.ebuild X-VCS-Directories: media-sound/alsa-tools/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e2efd6016202375b8a10e361f38580438ae998f6 X-VCS-Branch: master Date: Sat, 5 Jun 2021 20:09: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: 38306d55-681d-4152-b6f5-a863f982f313 X-Archives-Hash: 872dd706c77adb711252a144bdd543fe commit: e2efd6016202375b8a10e361f38580438ae998f6 Author: Niklāvs Koļesņikovs <89q1r14hd relay firefox com> AuthorDate: Thu Jun 3 22:59:11 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jun 5 20:09:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2efd601 media-sound/alsa-tools: updates HOMEPAGE to suppress QA Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd relay.firefox.com> Signed-off-by: Lars Wendler gentoo.org> media-sound/alsa-tools/alsa-tools-1.2.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/alsa-tools/alsa-tools-1.2.2-r1.ebuild b/media-sound/alsa-tools/alsa-tools-1.2.2-r1.ebuild index 4686591d3c1..90f3ebe6770 100644 --- a/media-sound/alsa-tools/alsa-tools-1.2.2-r1.ebuild +++ b/media-sound/alsa-tools/alsa-tools-1.2.2-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools flag-o-matic xdg DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="https://alsa-project.org/" +HOMEPAGE="https://alsa-project.org/wiki/Main_Page" SRC_URI="https://www.alsa-project.org/files/pub/tools/${P}.tar.bz2" LICENSE="GPL-2"