From bca127e88495226731d2917ca3312795e64a325c Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 22 Mar 2022 23:17:57 -0500 Subject: app-crypt/lazy-random: update ebuild Signed-off-by: Matthias Maier --- app-crypt/lazy-random/lazy-random-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/lazy-random/lazy-random-9999.ebuild b/app-crypt/lazy-random/lazy-random-9999.ebuild index c719b73..ccf601f 100644 --- a/app-crypt/lazy-random/lazy-random-9999.ebuild +++ b/app-crypt/lazy-random/lazy-random-9999.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit cmake-utils git-r3 +inherit cmake git-r3 DESCRIPTION="A fast rng-pipe" -HOMEPAGE="http://tamiko.kyomu.43-1.org/lazy-random" +HOMEPAGE="https://tamiko.43-1.org/lazy-random" SRC_URI="" -EGIT_REPO_URI="git://github.com/tamiko/lazy-random.git" +EGIT_REPO_URI="https://github.com/tamiko/lazy-random.git" LICENSE="BSD-2" SLOT="0" -- cgit v1.2.3-65-gdbad