diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-13 13:53:12 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-13 14:11:03 +0100 |
commit | a30aea81f61a2fb59500490ae3e9e9f6a61d03b4 (patch) | |
tree | e3f54886af1b1888c17ed6db9139e9c1fa0c256a /app-forensics | |
parent | app-forensics/honggfuzz: also install hfuzz-cc (diff) | |
download | gentoo-a30aea81f61a2fb59500490ae3e9e9f6a61d03b4.tar.gz gentoo-a30aea81f61a2fb59500490ae3e9e9f6a61d03b4.tar.bz2 gentoo-a30aea81f61a2fb59500490ae3e9e9f6a61d03b4.zip |
app-forensics/honggfuzz: update HOMEPAGE, EAPI 7 -> 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/honggfuzz/honggfuzz-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/honggfuzz/honggfuzz-2.4.ebuild b/app-forensics/honggfuzz/honggfuzz-2.4.ebuild index 13843a73683a..e73640196eb9 100644 --- a/app-forensics/honggfuzz/honggfuzz-2.4.ebuild +++ b/app-forensics/honggfuzz/honggfuzz-2.4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs DESCRIPTION="A general purpose fuzzer with feedback support" -HOMEPAGE="https://google.github.io/honggfuzz/" +HOMEPAGE="https://honggfuzz.dev/" SRC_URI="https://github.com/google/honggfuzz/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" |