diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-11-13 23:21:09 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-11-13 23:21:09 -0800 |
commit | 89bc7fb38b1fac5426391dadbed3a59a24d42552 (patch) | |
tree | f3714611f115f60261b2e5876d442acaed1077e6 /net-libs/libnftnl | |
parent | sys-auth/ssh-ldap-pubkey: selectively install LPK schema file (diff) | |
download | gentoo-89bc7fb38b1fac5426391dadbed3a59a24d42552.tar.gz gentoo-89bc7fb38b1fac5426391dadbed3a59a24d42552.tar.bz2 gentoo-89bc7fb38b1fac5426391dadbed3a59a24d42552.zip |
net-libs/libnftnl: Remove unnecessary src_* functions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs/libnftnl')
-rw-r--r-- | net-libs/libnftnl/libnftnl-1.1.2.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net-libs/libnftnl/libnftnl-1.1.2.ebuild b/net-libs/libnftnl/libnftnl-1.1.2.ebuild index 90678f9c7127..a5ebb817bde6 100644 --- a/net-libs/libnftnl/libnftnl-1.1.2.ebuild +++ b/net-libs/libnftnl/libnftnl-1.1.2.ebuild @@ -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=( @@ -38,10 +34,6 @@ src_configure() { econf "${myeconfargs[@]}" } -src_test() { - default -} - src_install() { default gen_usr_ldscript -a nftnl |