Install this version:
emerge -a =app-crypt/RdRand-2.1.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-crypt/RdRand-2.1.4
Or alternatively:
emerge --autounmask-write -a =app-crypt/RdRand-2.1.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.1.4 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Library for generating random numbers using the RdRand instruction on Intel CPUs"
HOMEPAGE="https://github.com/jirka-h/RdRand"
SRC_URI="https://github.com/jirka-h/RdRand/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
default
# remove garbage
rm -rf \
m4 aclocal.m4 autom4te.cache config.guess config.h config.h.in config.log \
config.status config.sub configure depcomp install-sh librdrand-0.1.la \
libtool ltmain.sh Makefile Makefile.in missing rdrand-0.1.pc rdrandconfig.h \
stamp-h1 stamp-h2 src/.deps src/.dirstamp src/rdrand.lo .libs/ INSTALL \
.deps/ compile
eautoreconf
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | RdRand-2.1.4.tar.gz | 548679 bytes | https://github.com/jirka-h/RdRand/archive/refs/tags/2.1.4.tar.gz |