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 CE9DF158018 for ; Fri, 1 Oct 2021 07:14:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04000E08FA; Fri, 1 Oct 2021 07:14:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBAB9E08FA for ; Fri, 1 Oct 2021 07:14:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E48E1342C9B for ; Fri, 1 Oct 2021 07:14:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 298D3132 for ; Fri, 1 Oct 2021 07:14:06 +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: <1633072357.7842a77f8f6547e4ad684cb2dab9441e500d08ff.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/seabios/seabios-1.14.0-r2.ebuild X-VCS-Directories: sys-firmware/seabios/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7842a77f8f6547e4ad684cb2dab9441e500d08ff X-VCS-Branch: master Date: Fri, 1 Oct 2021 07:14:06 +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: f50292bd-0982-4c93-89a4-bc43339cdd40 X-Archives-Hash: 6a72123ee8ba53844add0177fe60e283 commit: 7842a77f8f6547e4ad684cb2dab9441e500d08ff Author: Sam James gentoo org> AuthorDate: Fri Oct 1 07:12:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 1 07:12:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7842a77f sys-firmware/seabios: update SRC_URI slyfox@ has retired and I've archived the distfiles in my devspace. Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> sys-firmware/seabios/seabios-1.14.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-firmware/seabios/seabios-1.14.0-r2.ebuild b/sys-firmware/seabios/seabios-1.14.0-r2.ebuild index 22c08e1b9be..37b8af0969c 100644 --- a/sys-firmware/seabios/seabios-1.14.0-r2.ebuild +++ b/sys-firmware/seabios/seabios-1.14.0-r2.ebuild @@ -24,7 +24,7 @@ else SRC_URI=" !binary? ( https://www.seabios.org/downloads/${P}.tar.gz ) - binary? ( https://dev.gentoo.org/~slyfox/distfiles/${P}-r2-bin.tar.xz )" + binary? ( https://dev.gentoo.org/~sam/distfiles/${P}-r2-bin.tar.xz )" fi DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"