|
|
|
@ -1,13 +1,12 @@
|
|
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
|
|
|
|
# Copyright 1999-2019 Gentoo Authors
|
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
|
|
|
|
|
inherit git-r3 autotools eutils toolchain-funcs
|
|
|
|
|
inherit git-r3 autotools eutils toolchain-funcs usr-ldscript
|
|
|
|
|
|
|
|
|
|
DESCRIPTION="Minimalistic netlink library"
|
|
|
|
|
HOMEPAGE="http://netfilter.org/projects/libmnl"
|
|
|
|
|
HOMEPAGE="https://netfilter.org/projects/libmnl/"
|
|
|
|
|
EGIT_REPO_URI="git://git.netfilter.org/libmnl.git"
|
|
|
|
|
|
|
|
|
|
LICENSE="LGPL-2.1"
|
|
|
|
|