app-portage/cpuid2cpuflags: Bump to 15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-02-09 16:10:58 +01:00
parent 637f6e632b
commit b0b05ba88d
2 changed files with 15 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST cpuid2cpuflags-14.tar.bz2 85645 BLAKE2B 19a2fccfbdff107acf715e570103aed7b47a75fa7d493a421d979f31cf559713f260df2d01ae0d8b3ff5c97cb569f89093279de951de22c1d3786ee39e66f19f SHA512 595174e91dcfed9ac94827cb385f8c0069b25f4b76e0753b792cf94b6d97b45c7deb81708d1d304fbd159875952f3907699eca51fd85787a63327f971cf7526b
DIST cpuid2cpuflags-15.tar.bz2 93409 BLAKE2B 04959357a4b48980f95ecdd3ea2977f3bf25dc4e3334778a14a8e97cbba7156fe6b4cbc39801f6b891a64cb57a5c7f92cea8e74c06bb3eea4834addf99c3b798 SHA512 0059ae31812cfc855f426ce9d71ad8b7da06710993e101dc2760511a045ca4ed1afe7b3bd038e08a87c347e88793218590771ac19394c7871f109273b48a7c12

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Tool to guess CPU_FLAGS_* flags for the host"
HOMEPAGE="https://github.com/projg2/cpuid2cpuflags/"
SRC_URI="
https://github.com/projg2/cpuid2cpuflags/releases/download/v${PV}/${P}.tar.bz2
"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos ~x64-solaris"