Skip to content

Commit

Permalink
net-libs/libnftnl: Remove unnecessary src_* functions
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Nov 14, 2018
1 parent 5d2eef6 commit 89bc7fb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions net-libs/libnftnl/libnftnl-1.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ pkg_setup() {
eerror "This package requires kernel version 3.13 or newer to work properly."
fi
}
src_prepare() {
default
eautoreconf
}

src_configure() {
local myeconfargs=(
Expand All @@ -38,10 +34,6 @@ src_configure() {
econf "${myeconfargs[@]}"
}

src_test() {
default
}

src_install() {
default
gen_usr_ldscript -a nftnl
Expand Down

0 comments on commit 89bc7fb

Please sign in to comment.