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 9F424158087 for ; Sat, 29 Jan 2022 02:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DD9A2BC01B; Sat, 29 Jan 2022 02:04:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8C3C2BC018 for ; Sat, 29 Jan 2022 02:04:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B64C9343290 for ; Sat, 29 Jan 2022 02:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E799E26D for ; Sat, 29 Jan 2022 02:03:58 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1643421267.bc89a86892be99ae590327884d5936cd10029de3.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spread/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spread/spread-4.4.1-r1.ebuild net-misc/spread/spread-5.0.1-r1.ebuild X-VCS-Directories: net-misc/spread/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: bc89a86892be99ae590327884d5936cd10029de3 X-VCS-Branch: master Date: Sat, 29 Jan 2022 02:03:58 +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: a6b46ad1-ff79-465b-b742-afe523c06279 X-Archives-Hash: 9e19897f99af4a0b8f63bd8fd25760e9 commit: bc89a86892be99ae590327884d5936cd10029de3 Author: Joshua Kinard gentoo org> AuthorDate: Sat Jan 29 01:54:27 2022 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Sat Jan 29 01:54:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc89a868 net-misc/spread: Minor ebuild updates. - Update copyright year - EAPI 8 - Compile-tested Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3 net-misc/spread/spread-4.4.1-r1.ebuild | 4 ++-- net-misc/spread/spread-5.0.1-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/spread/spread-4.4.1-r1.ebuild b/net-misc/spread/spread-4.4.1-r1.ebuild index 70da45c67ba2..260f3192f7a5 100644 --- a/net-misc/spread/spread-4.4.1-r1.ebuild +++ b/net-misc/spread/spread-4.4.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="8" MY_PN="spread-src" diff --git a/net-misc/spread/spread-5.0.1-r1.ebuild b/net-misc/spread/spread-5.0.1-r1.ebuild index 85b0f141896f..8eb9fd8c90b6 100644 --- a/net-misc/spread/spread-5.0.1-r1.ebuild +++ b/net-misc/spread/spread-5.0.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="8" MY_PN="spread-src"