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 0B3BC13835A 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 2E50DE08F4; Sat, 5 Jun 2021 20:09:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 17138E08F4 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 162DC340DC4 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 4C4CA7A5 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: <1622923758.24a7ea163108a93e5d3c395e773177dc2a3872c2.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-oss/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/alsa-oss/alsa-oss-1.1.8.ebuild X-VCS-Directories: media-libs/alsa-oss/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 24a7ea163108a93e5d3c395e773177dc2a3872c2 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: a5218b53-59d8-49c8-91b2-b4e98b2b606f X-Archives-Hash: db062afcc9ed09959dc295246ef52dc5 commit: 24a7ea163108a93e5d3c395e773177dc2a3872c2 Author: Niklāvs Koļesņikovs <89q1r14hd relay firefox com> AuthorDate: Thu Jun 3 22:52:34 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jun 5 20:09:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a7ea16 media-libs/alsa-oss: 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-libs/alsa-oss/alsa-oss-1.1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/alsa-oss/alsa-oss-1.1.8.ebuild b/media-libs/alsa-oss/alsa-oss-1.1.8.ebuild index d82463055d1..c2914d837c6 100644 --- a/media-libs/alsa-oss/alsa-oss-1.1.8.ebuild +++ b/media-libs/alsa-oss/alsa-oss-1.1.8.ebuild @@ -9,7 +9,7 @@ MY_P="${P/_rc/rc}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Advanced Linux Sound Architecture OSS compatibility layer" -HOMEPAGE="https://alsa-project.org/" +HOMEPAGE="https://alsa-project.org/wiki/Main_Page" SRC_URI="https://www.alsa-project.org/files/pub/oss-lib/${MY_P}.tar.bz2" LICENSE="GPL-2"