Skip to content

Commit

Permalink
app-forensics/afl: Bump to 1.96b, remove old
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Jan 3, 2016
1 parent 4fbb75c commit dd31391
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 37 deletions.
34 changes: 0 additions & 34 deletions app-forensics/afl/afl-1.57b.ebuild

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -14,15 +14,20 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="sys-devel/gcc"
DEPEND="sys-devel/gcc:*
sys-devel/clang"
RDEPEND="${DEPEND}"

src_compile() {
emake CC="$(tc-getCC)" \
PREFIX="/usr" \
HELPER_PATH="/usr/$(get_libdir)/afl" \
DOC_PATH="/usr/share/doc/${PF}"
cd llvm_mode
emake \
PREFIX="/usr" \
HELPER_PATH="/usr/$(get_libdir)/afl" \
DOC_PATH="/usr/share/doc/${PF}"
}

src_install() {
Expand Down

0 comments on commit dd31391

Please sign in to comment.