|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
|
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
EAPI=6
|
|
|
|
|
|
|
|
|
|
inherit git-r3 autotools autotools-utils
|
|
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ HOMEPAGE="http://netfilter.org/projects/libmnl"
|
|
|
|
|
EGIT_REPO_URI="git://git.netfilter.org/libmnl.git"
|
|
|
|
|
|
|
|
|
|
LICENSE="LGPL-2.1"
|
|
|
|
|
SLOT="0"
|
|
|
|
|
SLOT="0/0.2.0"
|
|
|
|
|
KEYWORDS=""
|
|
|
|
|
IUSE="examples static-libs"
|
|
|
|
|
|
|
|
|
@ -34,6 +34,7 @@ src_configure() {
|
|
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
|
default
|
|
|
|
|
|
|
|
|
|
gen_usr_ldscript -a mnl
|
|
|
|
|
prune_libtool_files
|
|
|
|
|
|
|
|
|
|