diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-07-11 07:06:14 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-07-11 07:06:36 +0200 |
commit | 54554f02099d44c5e60203b14e451769550b0946 (patch) | |
tree | 62158f8cef0df5b4b08fb153352a370b87fe3e53 /net-libs/libmnl/libmnl-1.0.4.ebuild | |
parent | dev-util/debhelper: Version bump. (diff) | |
download | gentoo-54554f02099d44c5e60203b14e451769550b0946.tar.gz gentoo-54554f02099d44c5e60203b14e451769550b0946.tar.bz2 gentoo-54554f02099d44c5e60203b14e451769550b0946.zip |
net-libs/libmnl: Set sub-SLOT.
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-libs/libmnl/libmnl-1.0.4.ebuild')
-rw-r--r-- | net-libs/libmnl/libmnl-1.0.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/libmnl/libmnl-1.0.4.ebuild b/net-libs/libmnl/libmnl-1.0.4.ebuild index 59025da99211..940e1b8d7393 100644 --- a/net-libs/libmnl/libmnl-1.0.4.ebuild +++ b/net-libs/libmnl/libmnl-1.0.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ HOMEPAGE="http://netfilter.org/projects/libmnl" SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/0.2.0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" IUSE="examples static-libs" @@ -21,6 +21,7 @@ src_configure() { src_install() { default + gen_usr_ldscript -a mnl prune_libtool_files |