diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-02-14 14:31:17 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-02-14 14:32:10 +0100 |
commit | a5f71919b991d52adb42969e8e2b7b0b92bfc724 (patch) | |
tree | fe6b1ea97c9afcb36aa54276d65e84f5865379e9 /net-fs | |
parent | net-fs/libnfs: Bump to version 4.0.0 (diff) | |
download | gentoo-a5f71919b991d52adb42969e8e2b7b0b92bfc724.tar.gz gentoo-a5f71919b991d52adb42969e8e2b7b0b92bfc724.tar.bz2 gentoo-a5f71919b991d52adb42969e8e2b7b0b92bfc724.zip |
net-fs/libnfs: Synced live ebuild.
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/libnfs/libnfs-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/libnfs/libnfs-9999.ebuild b/net-fs/libnfs/libnfs-9999.ebuild index d8c9dd244267..66c1685f1207 100644 --- a/net-fs/libnfs/libnfs-9999.ebuild +++ b/net-fs/libnfs/libnfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ DESCRIPTION="Client library for accessing NFS shares over a network" HOMEPAGE="https://github.com/sahlberg/libnfs" LICENSE="LGPL-2.1 GPL-3" -SLOT="0/12" # sub-slot matches SONAME major +SLOT="0/13" # sub-slot matches SONAME major IUSE="examples static-libs utils" RDEPEND="" |