diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-02 17:53:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-02 17:54:23 +0100 |
commit | 63d2017e9afb6c486a2a6edaf7d96ffe9ce82423 (patch) | |
tree | 5bb59573ff521437eef1a9b07f0f02f4735a0e2b /app-portage | |
parent | www-apps/sonarr: drop 3.0.10.1567-r1 (diff) | |
download | gentoo-63d2017e9afb6c486a2a6edaf7d96ffe9ce82423.tar.gz gentoo-63d2017e9afb6c486a2a6edaf7d96ffe9ce82423.tar.bz2 gentoo-63d2017e9afb6c486a2a6edaf7d96ffe9ce82423.zip |
app-portage/cpuid2cpuflags: Bump to 13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/cpuid2cpuflags/Manifest | 1 | ||||
-rw-r--r-- | app-portage/cpuid2cpuflags/cpuid2cpuflags-13.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app-portage/cpuid2cpuflags/Manifest b/app-portage/cpuid2cpuflags/Manifest index 2d8f48de9a21..c2e914c1e3b0 100644 --- a/app-portage/cpuid2cpuflags/Manifest +++ b/app-portage/cpuid2cpuflags/Manifest @@ -1 +1,2 @@ DIST cpuid2cpuflags-12.tar.bz2 84750 BLAKE2B 0f7418eaad406427be02047c06f9a6e3f3b1cd953ef320c1cdf5082d309f6887f1caeb4828761287266e2f527d5bb9d6cd4c8848ac2b47a019d6d156231364f6 SHA512 e415a04b5963eaaf4027dbb191a30d4b3cc93a7708e33ea21f9dfe53ad90e735fc5f298fdfb35e155323391a8b8c6c208d988d5cbad811536ab27764bf1e5981 +DIST cpuid2cpuflags-13.tar.bz2 85068 BLAKE2B 635627d431ab8135eb0cd3701c37aa0084d250f684af614825c43252fc077ea1467874a4e78d930a7fcd1dcdc0fe46df78555e74220713ef26fa48f8f9445914 SHA512 07c7cf2f57854da9cb4c35b0a66b2b96e4c643de9caac0d26fb3b5a110b2f4364f88c26f613d09dc0608a4c5367b6fd128078b110905aa24734ba18ac5129bef diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-13.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-13.ebuild new file mode 100644 index 000000000000..0a698531f455 --- /dev/null +++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-13.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 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" |