commit: 3d1e6f3edc64854e585e3efd1d951360c36097df Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Nov 14 07:21:35 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Nov 14 07:21:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1e6f3e
net-libs/libnftnl: Fix subslot Noticed by Arfrever. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> net-libs/libnftnl/libnftnl-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libnftnl/libnftnl-1.1.2.ebuild b/net-libs/libnftnl/libnftnl-1.1.2.ebuild index a5ebb817bde..e64e6e551a1 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"
