Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/libnfs/
Date: Thu, 14 Feb 2019 13:32:21
Message-Id: 1550151130.a5f71919b991d52adb42969e8e2b7b0b92bfc724.polynomial-c@gentoo
1 commit: a5f71919b991d52adb42969e8e2b7b0b92bfc724
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 14 13:31:17 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 14 13:32:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f71919
7
8 net-fs/libnfs: Synced live ebuild.
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-fs/libnfs/libnfs-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-fs/libnfs/libnfs-9999.ebuild b/net-fs/libnfs/libnfs-9999.ebuild
17 index d8c9dd24426..66c1685f120 100644
18 --- a/net-fs/libnfs/libnfs-9999.ebuild
19 +++ b/net-fs/libnfs/libnfs-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -17,7 +17,7 @@ DESCRIPTION="Client library for accessing NFS shares over a network"
27 HOMEPAGE="https://github.com/sahlberg/libnfs"
28
29 LICENSE="LGPL-2.1 GPL-3"
30 -SLOT="0/12" # sub-slot matches SONAME major
31 +SLOT="0/13" # sub-slot matches SONAME major
32 IUSE="examples static-libs utils"
33
34 RDEPEND=""