diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-14 13:25:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-14 13:26:20 +0100 |
commit | 3924c0d2196cc804610781ae03a5900c6fa9ee83 (patch) | |
tree | d86af987e6a09c2e62f743eec4c6f53fcf9556f0 /app-misc/race64 | |
parent | app-misc/hastyhex: Stabilize 1.0.0 amd64, #924514 (diff) | |
download | gentoo-3924c0d2196cc804610781ae03a5900c6fa9ee83.tar.gz gentoo-3924c0d2196cc804610781ae03a5900c6fa9ee83.tar.bz2 gentoo-3924c0d2196cc804610781ae03a5900c6fa9ee83.zip |
app-misc/race64: Stabilize 1.0.0 amd64, #924515
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/race64')
-rw-r--r-- | app-misc/race64/race64-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/race64/race64-1.0.0.ebuild b/app-misc/race64/race64-1.0.0.ebuild index e81448929c7f..5c0bf7a9080e 100644 --- a/app-misc/race64/race64-1.0.0.ebuild +++ b/app-misc/race64/race64-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/skeeto/${PN}/releases/download/v${PV}/${P}.tar.xz" LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="openmp" pkg_pretend() { |