diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-04-14 14:55:59 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-04-14 14:57:12 +0200 |
commit | 76b0532b33c9730bf9b8aa05ba80a68753b898d2 (patch) | |
tree | d0300c0886aa080394b62cffbcf4c2fb6d5fa1fb | |
parent | dev-python/django-tables2: Enable py3.12 (diff) | |
download | gentoo-76b0532b33c9730bf9b8aa05ba80a68753b898d2.tar.gz gentoo-76b0532b33c9730bf9b8aa05ba80a68753b898d2.tar.bz2 gentoo-76b0532b33c9730bf9b8aa05ba80a68753b898d2.zip |
sys-apps/cpuid: switch to app-alternatives/gzip
Closes: https://bugs.gentoo.org/929975
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | sys-apps/cpuid/cpuid-20230614-r1.ebuild (renamed from sys-apps/cpuid/cpuid-20230614.ebuild) | 4 | ||||
-rw-r--r-- | sys-apps/cpuid/cpuid-20240330-r1.ebuild (renamed from sys-apps/cpuid/cpuid-20240330.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 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 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 " |