Skip to content

Commit

Permalink
mail-filter/exim-p0f: port to EAPI=7
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/741030
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Sep 17, 2020
1 parent 728fb90 commit 8f27aed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mail-filter/exim-p0f/exim-p0f-0.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=4
inherit eutils flag-o-matic ltprune
EAPI=7

inherit flag-o-matic

DESCRIPTION="This is p0f version 3 dlfunc library for Exim"
HOMEPAGE="https://dist.epipe.com/exim/"
Expand All @@ -16,6 +17,7 @@ IUSE=""
DEPEND="mail-mta/exim[dlfunc]"
RDEPEND=">=net-analyzer/p0f-3.05_beta
${DEPEND}"

S="${WORKDIR}/exim-p0f3-dlfunc-${PV}"

src_configure() {
Expand All @@ -25,5 +27,5 @@ src_configure() {

src_install() {
default
prune_libtool_files --all
find "${D}" -name '*.la' -delete || die "Failed to prune libtool files"
}

0 comments on commit 8f27aed

Please sign in to comment.