app-crypt/lazy-random - 9999 (tamiko)

Search

Install

Install this version:

emerge -a =app-crypt/lazy-random-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-crypt/lazy-random-9999

Or alternatively:

emerge --autounmask-write -a =app-crypt/lazy-random-9999

Package Information

Description:
A fast rng-pipe
Homepage:
https://tamiko.43-1.org/lazy-random
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3

DESCRIPTION="A fast rng-pipe"
HOMEPAGE="https://tamiko.43-1.org/lazy-random"
SRC_URI=""
EGIT_REPO_URI="https://github.com/tamiko/lazy-random.git"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-libs/crypto++ dev-libs/boost"
RDEPEND="${DEPEND}"

Inherited Eclasses

Dependencies

DEPEND

dev-libs/crypto++ dev-libs/boost

RDEPEND

dev-libs/crypto++ dev-libs/boost