dev-libs/randomx: drop 1.2.1-r0

Closes: https://bugs.gentoo.org/901191
Signed-off-by: Filip Kobierski <fkobi@pm.me>
This commit is contained in:
Filip Kobierski 2024-12-14 15:47:13 +01:00
parent 334fa300b8
commit e9cc0edf60
No known key found for this signature in database
GPG Key ID: 756535402AA9903A

View File

@ -1,21 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake flag-o-matic
DESCRIPTION="Proof of work algorithm based on random code execution"
HOMEPAGE="https://github.com/tevador/RandomX"
SRC_URI="https://github.com/tevador/RandomX/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/RandomX-${PV}
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
src_configure() {
append-ldflags -Wl,-z,noexecstack
cmake_src_configure
}