diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-14 13:25:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-14 13:26:19 +0100 |
commit | d3e1ce9375f59a45ec954a69f161a381b4592a30 (patch) | |
tree | d6f4e841d9d7d7a93251f75febe85f8cf76c66f9 | |
parent | dev-python/google-api-python-client: Stabilize 2.116.0 ALLARCHES, #924539 (diff) | |
download | gentoo-d3e1ce9375f59a45ec954a69f161a381b4592a30.tar.gz gentoo-d3e1ce9375f59a45ec954a69f161a381b4592a30.tar.bz2 gentoo-d3e1ce9375f59a45ec954a69f161a381b4592a30.zip |
app-misc/hastyhex: Stabilize 1.0.0 amd64, #924514
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-misc/hastyhex/hastyhex-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/hastyhex/hastyhex-1.0.0.ebuild b/app-misc/hastyhex/hastyhex-1.0.0.ebuild index 87471bff2613..c8138ef7aacf 100644 --- a/app-misc/hastyhex/hastyhex-1.0.0.ebuild +++ b/app-misc/hastyhex/hastyhex-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" src_compile() { $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c || die |