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 E0AFC158004 for ; Sun, 14 Apr 2024 12:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27E42E29F8; Sun, 14 Apr 2024 12:59:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 031D5E29F8 for ; Sun, 14 Apr 2024 12:59:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FDAB343382 for ; Sun, 14 Apr 2024 12:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72A7D9B6 for ; Sun, 14 Apr 2024 12:59:39 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1713099432.76b0532b33c9730bf9b8aa05ba80a68753b898d2.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/cpuid/cpuid-20230614-r1.ebuild sys-apps/cpuid/cpuid-20230614.ebuild sys-apps/cpuid/cpuid-20240330-r1.ebuild sys-apps/cpuid/cpuid-20240330.ebuild X-VCS-Directories: sys-apps/cpuid/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 76b0532b33c9730bf9b8aa05ba80a68753b898d2 X-VCS-Branch: master Date: Sun, 14 Apr 2024 12:59:39 +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: 6909c743-7b2d-437c-8d48-79fa730de26d X-Archives-Hash: 4df945cab52a7896d36a0dbd3b9ab502 commit: 76b0532b33c9730bf9b8aa05ba80a68753b898d2 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Apr 14 12:55:59 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Apr 14 12:57:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b0532b sys-apps/cpuid: switch to app-alternatives/gzip Closes: https://bugs.gentoo.org/929975 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/cpuid/{cpuid-20230614.ebuild => cpuid-20230614-r1.ebuild} | 4 ++-- sys-apps/cpuid/{cpuid-20240330.ebuild => cpuid-20240330-r1.ebuild} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/cpuid/cpuid-20230614.ebuild b/sys-apps/cpuid/cpuid-20230614-r1.ebuild similarity index 90% rename from sys-apps/cpuid/cpuid-20230614.ebuild rename to sys-apps/cpuid/cpuid-20230614-r1.ebuild index fab516d7110f..4b2f6e4279a8 100644 --- a/sys-apps/cpuid/cpuid-20230614.ebuild +++ b/sys-apps/cpuid/cpuid-20230614-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="-* amd64 x86" BDEPEND=" - app-arch/gzip + app-alternatives/gzip dev-lang/perl " diff --git a/sys-apps/cpuid/cpuid-20240330.ebuild b/sys-apps/cpuid/cpuid-20240330-r1.ebuild similarity index 96% rename from sys-apps/cpuid/cpuid-20240330.ebuild rename to sys-apps/cpuid/cpuid-20240330-r1.ebuild index d1563143acef..c2868c0d5525 100644 --- a/sys-apps/cpuid/cpuid-20240330.ebuild +++ b/sys-apps/cpuid/cpuid-20240330-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="-* ~amd64 ~x86" BDEPEND=" - app-arch/gzip + app-alternatives/gzip dev-lang/perl "