From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEFEE138334 for ; Thu, 14 Feb 2019 13:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1EF5E09C7; Thu, 14 Feb 2019 13:32:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92D7CE09C7 for ; Thu, 14 Feb 2019 13:32:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52D89335D1C for ; Thu, 14 Feb 2019 13:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1134D50D for ; Thu, 14 Feb 2019 13:32:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1550151130.a5f71919b991d52adb42969e8e2b7b0b92bfc724.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/libnfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/libnfs/libnfs-9999.ebuild X-VCS-Directories: net-fs/libnfs/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a5f71919b991d52adb42969e8e2b7b0b92bfc724 X-VCS-Branch: master Date: Thu, 14 Feb 2019 13:32:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf038c7a-e3d0-4af8-8218-855e74edff01 X-Archives-Hash: 11cca5897a1f14e7c1ba54bb982aeb41 commit: a5f71919b991d52adb42969e8e2b7b0b92bfc724 Author: Lars Wendler gentoo org> AuthorDate: Thu Feb 14 13:31:17 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Feb 14 13:32:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f71919 net-fs/libnfs: Synced live ebuild. Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> net-fs/libnfs/libnfs-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/libnfs/libnfs-9999.ebuild b/net-fs/libnfs/libnfs-9999.ebuild index d8c9dd24426..66c1685f120 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=""