diff options
author | 2018-11-13 23:21:35 -0800 | |
---|---|---|
committer | 2018-11-13 23:21:39 -0800 | |
commit | 3d1e6f3edc64854e585e3efd1d951360c36097df (patch) | |
tree | 05c97d37d63ea22d42398fb7d36d32f174840bd8 /net-libs/libnftnl | |
parent | net-libs/libnftnl: Remove unnecessary src_* functions (diff) | |
download | gentoo-3d1e6f3edc64854e585e3efd1d951360c36097df.tar.gz gentoo-3d1e6f3edc64854e585e3efd1d951360c36097df.tar.bz2 gentoo-3d1e6f3edc64854e585e3efd1d951360c36097df.zip |
net-libs/libnftnl: Fix subslot
Noticed by Arfrever.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libnftnl/libnftnl-1.1.2.ebuild b/net-libs/libnftnl/libnftnl-1.1.2.ebuild index a5ebb817bde6..e64e6e551a11 100644 --- a/net-libs/libnftnl/libnftnl-1.1.2.ebuild +++ b/net-libs/libnftnl/libnftnl-1.1.2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://netfilter.org/projects/nftables/" SRC_URI="https://netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" -SLOT="0/7" # libnftnl.so version +SLOT="0/11" # libnftnl.so version KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86" IUSE="examples static-libs test" |