diff options
Diffstat (limited to 'app-forensics/afl/afl-2.35b.ebuild')
-rw-r--r-- | app-forensics/afl/afl-2.35b.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/afl/afl-2.35b.ebuild b/app-forensics/afl/afl-2.35b.ebuild index 41231e22e27f..cbd560185fa0 100644 --- a/app-forensics/afl/afl-2.35b.ebuild +++ b/app-forensics/afl/afl-2.35b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -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" |