summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2019-07-14 16:36:45 -0400
committerMike Gilbert <floppym@gentoo.org>2019-07-18 11:13:13 -0400
commit713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d (patch)
tree840eabf7ac7db615e3601cb3ad8d5c1add9adef0 /net-libs/libnftnl
parentusr-ldscript.eclass: return early if USE=split-usr is disabled (diff)
downloadgentoo-713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d.tar.gz
gentoo-713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d.tar.bz2
gentoo-713eee8ef99085e417f4e2f4ba7d8dad9ba8c90d.zip
Convert ebuilds to inherit usr-ldscript
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-libs/libnftnl')
-rw-r--r--net-libs/libnftnl/libnftnl-1.0.8-r1.ebuild2
-rw-r--r--net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild2
-rw-r--r--net-libs/libnftnl/libnftnl-1.1.2-r1.ebuild2
-rw-r--r--net-libs/libnftnl/libnftnl-1.1.3.ebuild2
4 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libnftnl/libnftnl-1.0.8-r1.ebuild b/net-libs/libnftnl/libnftnl-1.0.8-r1.ebuild
index 2d6458565f50..469321c67eb3 100644
--- a/net-libs/libnftnl/libnftnl-1.0.8-r1.ebuild
+++ b/net-libs/libnftnl/libnftnl-1.0.8-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit autotools linux-info toolchain-funcs
+inherit autotools linux-info toolchain-funcs usr-ldscript
DESCRIPTION="Netlink API to the in-kernel nf_tables subsystem"
HOMEPAGE="https://netfilter.org/projects/nftables/"
diff --git a/net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild b/net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild
index 078b64bdd182..e6bf90ec6c46 100644
--- a/net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild
+++ b/net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit autotools linux-info toolchain-funcs
+inherit autotools linux-info toolchain-funcs usr-ldscript
DESCRIPTION="Netlink API to the in-kernel nf_tables subsystem"
HOMEPAGE="https://netfilter.org/projects/nftables/"
diff --git a/net-libs/libnftnl/libnftnl-1.1.2-r1.ebuild b/net-libs/libnftnl/libnftnl-1.1.2-r1.ebuild
index f30e15c1dafc..b1708f1cde2b 100644
--- a/net-libs/libnftnl/libnftnl-1.1.2-r1.ebuild
+++ b/net-libs/libnftnl/libnftnl-1.1.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit autotools linux-info toolchain-funcs
+inherit autotools linux-info toolchain-funcs usr-ldscript
DESCRIPTION="Netlink API to the in-kernel nf_tables subsystem"
HOMEPAGE="https://netfilter.org/projects/nftables/"
diff --git a/net-libs/libnftnl/libnftnl-1.1.3.ebuild b/net-libs/libnftnl/libnftnl-1.1.3.ebuild
index fef5f291c8c5..ac6405559337 100644
--- a/net-libs/libnftnl/libnftnl-1.1.3.ebuild
+++ b/net-libs/libnftnl/libnftnl-1.1.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools linux-info toolchain-funcs
+inherit autotools linux-info toolchain-funcs usr-ldscript
DESCRIPTION="Netlink API to the in-kernel nf_tables subsystem"
HOMEPAGE="https://netfilter.org/projects/nftables/"