diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-23 10:29:41 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-25 00:16:31 +0100 |
commit | ad8250ea887e095712c4f3471af1af12096c01b3 (patch) | |
tree | bbdd612347485b95def0feddaef8222f1f0a308b /sys-apps/audio-entropyd | |
parent | media-video/vobcopy: add github remote-id (diff) | |
download | gentoo-ad8250ea887e095712c4f3471af1af12096c01b3.tar.gz gentoo-ad8250ea887e095712c4f3471af1af12096c01b3.tar.bz2 gentoo-ad8250ea887e095712c4f3471af1af12096c01b3.zip |
sys-apps/audio-entropyd: EAPI8 bump, fix HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34439
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps/audio-entropyd')
-rw-r--r-- | sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild b/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild index 1f7451848ea1..9d7326263e83 100644 --- a/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild +++ b/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit systemd toolchain-funcs DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device" -HOMEPAGE="http://www.vanheusden.com/aed/" -SRC_URI="http://www.vanheusden.com/aed/${P}.tgz" +HOMEPAGE="https://vanheusden.com/crypto/entropy/aed/" +SRC_URI="https://vanheusden.com/crypto/entropy/aed/${P}.tgz" LICENSE="GPL-2" SLOT="0" |