Skip to content

Commit

Permalink
app-forensics/afl: EAPI 7 and dep change for clang.
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/613800
Signed-off-by: Hanno Boeck <[email protected]>
Package-Manager: Portage-2.3.53, Repoman-2.3.12
  • Loading branch information
hannob committed Jan 3, 2019
1 parent 93df8e6 commit ebed3ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-forensics/afl/afl-2.52b.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit multilib toolchain-funcs flag-o-matic

Expand All @@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="sys-devel/gcc:*
sys-devel/clang:*"
sys-devel/clang:="
RDEPEND="${DEPEND}"
QA_PREBUILT="/usr/share/afl/testcases/others/elf/small_exec.elf"

Expand Down

0 comments on commit ebed3ea

Please sign in to comment.