diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-11-14 13:06:38 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-11-14 13:06:38 +0000 |
commit | ef40bad5b960e2f5d997d160ae3d214961df8124 (patch) | |
tree | ec6f37957362b028c569563b0eca7a60498a502b /dev-libs/randomx | |
parent | eclass/linux-build: add support for MODULE_SIG_KEY_TYPE_ECDSA (diff) | |
download | portage-ef40bad5b960e2f5d997d160ae3d214961df8124.tar.xz |
dev-libs/randomx: version bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Diffstat (limited to 'dev-libs/randomx')
-rw-r--r-- | dev-libs/randomx/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/randomx/randomx-1.1.10.ebuild (renamed from dev-libs/randomx/randomx-1.1.8.ebuild) | 11 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-libs/randomx/Manifest b/dev-libs/randomx/Manifest index a14ac829..37038548 100644 --- a/dev-libs/randomx/Manifest +++ b/dev-libs/randomx/Manifest @@ -1,2 +1,2 @@ -DIST randomx-1.1.8.tar.gz 163477 BLAKE2B 482f38a7e9f7b03ec5bd40ff923a1a1e575ed0c30431dcbecfe1072cdb10ccc93b61cf9d2177f4549e284125e17386e0314cb39734b22dc150193bd5d28bb813 SHA512 f41f13ba7b979a969e9d60e6c44cf289802e7459d6d817a64377428c3e833ea2f71a8a1e6559682ecc0ec2a33f958bb5b727d7faa28cb6ff69a524d713969bce +DIST randomx-1.1.10.tar.gz 163987 BLAKE2B cbb4757648d54fc8d3d75aaaf668e365900dc9bcd8b53e9afe975e1d288ce36207327608f69eaae16f31d79547355876e86b647f3cd3444cdfa08a1846862932 SHA512 b35210dab4e45165d3a83b1fd873a29872358ae2076f960c41f652a57e5576f872e4b4ebc4cec1937f2a9f31cfa9fd936b30eb2d1e382349097797812d6b5a5c DIST randomx-1.1.9.tar.gz 163669 BLAKE2B 41a665061c438c335825abfdf8fbde7f0c8a910fcca22e47babd015120b675378ad04afdc602f2b8e41cc6030ea6caa6298a27bce634034e95b5657d4ea06492 SHA512 89e0541bc849db270672acd7210a6c7109e4ca07765e6e656229ff8867792bfae933ee85b0aa4545dc3cf0c6515140ab782c8e231af17a82610718a80458c420 diff --git a/dev-libs/randomx/randomx-1.1.8.ebuild b/dev-libs/randomx/randomx-1.1.10.ebuild index aa119054..a63dae32 100644 --- a/dev-libs/randomx/randomx-1.1.8.ebuild +++ b/dev-libs/randomx/randomx-1.1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" -BDEPEND=">=dev-util/cmake-2.8.7" +BDEPEND=">=dev-util/cmake-3.5" S="${WORKDIR}/RandomX-${PV}" @@ -28,3 +28,10 @@ src_configure() { cmake-multilib_src_configure } + +src_install() { + cmake-multilib_src_install + + insinto /usr/lib/sysctl.d + doins "${FILESDIR}/60-${PN}.conf" +} |