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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81E2B158090 for ; Fri, 13 May 2022 20:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74F6CE08BD; Fri, 13 May 2022 20:12:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F227E08BD for ; Fri, 13 May 2022 20:12:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9462341AE3 for ; Fri, 13 May 2022 20:12:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5560D43D for ; Fri, 13 May 2022 20:12:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652472757.60d99b67c1708162d0de811ed217c55f0897d46c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwts/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwts/fwts-22.03.00.ebuild X-VCS-Directories: sys-apps/fwts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 60d99b67c1708162d0de811ed217c55f0897d46c X-VCS-Branch: master Date: Fri, 13 May 2022 20:12:55 +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: 47a507c6-5230-48d0-87c8-0b60eceed614 X-Archives-Hash: 5933c91d6e68e3e4067abcd4d9a81988 commit: 60d99b67c1708162d0de811ed217c55f0897d46c Author: Sam James gentoo org> AuthorDate: Fri May 13 20:06:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 13 20:12:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d99b67 sys-apps/fwts: keep old HOMEPAGE too Signed-off-by: Sam James gentoo.org> sys-apps/fwts/fwts-22.03.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/fwts/fwts-22.03.00.ebuild b/sys-apps/fwts/fwts-22.03.00.ebuild index a5bfacb685c1..093cc1bcb881 100644 --- a/sys-apps/fwts/fwts-22.03.00.ebuild +++ b/sys-apps/fwts/fwts-22.03.00.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools DESCRIPTION="Firmware Test Suite" -HOMEPAGE="https://kernel.ubuntu.com/git/hwe/fwts.git" +HOMEPAGE="https://wiki.ubuntu.com/Kernel/Reference/fwts https://kernel.ubuntu.com/git/hwe/fwts.git" SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2"