commit: bca127e88495226731d2917ca3312795e64a325c Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Wed Mar 23 04:17:57 2022 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Wed Mar 23 04:18:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=bca127e8
app-crypt/lazy-random: update ebuild Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> 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"
