From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11AA315808B for ; Wed, 23 Mar 2022 04:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 277EEE0826; Wed, 23 Mar 2022 04:19:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BD65E0826 for ; Wed, 23 Mar 2022 04:19:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9426343184 for ; Wed, 23 Mar 2022 04:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FEECD0 for ; Wed, 23 Mar 2022 04:19:34 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1648009136.bca127e88495226731d2917ca3312795e64a325c.tamiko@gentoo> Subject: [gentoo-commits] repo/dev/tamiko:master commit in: app-crypt/lazy-random/ X-VCS-Repository: repo/dev/tamiko X-VCS-Files: app-crypt/lazy-random/lazy-random-9999.ebuild X-VCS-Directories: app-crypt/lazy-random/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: bca127e88495226731d2917ca3312795e64a325c X-VCS-Branch: master Date: Wed, 23 Mar 2022 04:19:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f68c0dd7-808f-4b3b-9816-5d45d1a6464e X-Archives-Hash: 16a5e0dbc3dd280c1a229a86f502b2d1 commit: bca127e88495226731d2917ca3312795e64a325c Author: Matthias Maier gentoo org> AuthorDate: Wed Mar 23 04:17:57 2022 +0000 Commit: Matthias Maier gentoo 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 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"