summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-02-14 14:31:17 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-02-14 14:32:10 +0100
commita5f71919b991d52adb42969e8e2b7b0b92bfc724 (patch)
treefe6b1ea97c9afcb36aa54276d65e84f5865379e9
parentnet-fs/libnfs: Bump to version 4.0.0 (diff)
downloadgentoo-a5f71919.tar.gz
gentoo-a5f71919.tar.bz2
gentoo-a5f71919.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>
-rw-r--r--net-fs/libnfs/libnfs-9999.ebuild4
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=""