From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 33AF513888F for ; Sun, 25 Oct 2015 01:11:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AB9BE07C2; Sun, 25 Oct 2015 01:11:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 205EAE07C2 for ; Sun, 25 Oct 2015 01:11:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE885340A5D for ; Sun, 25 Oct 2015 01:11:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C20011816 for ; Sun, 25 Oct 2015 01:11:16 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1445735391.1a2989dd8fecdf1e8adbe5889f5b9291dce3ba17.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/quota/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/quota/quota-4.02.ebuild X-VCS-Directories: sys-fs/quota/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 1a2989dd8fecdf1e8adbe5889f5b9291dce3ba17 X-VCS-Branch: master Date: Sun, 25 Oct 2015 01:11:16 +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-Archives-Salt: a552b115-104a-46db-8b40-e836d3802df0 X-Archives-Hash: 782724fc7a51be3d9515b6d2fbd1baea commit: 1a2989dd8fecdf1e8adbe5889f5b9291dce3ba17 Author: Mike Frysinger gentoo org> AuthorDate: Sun Oct 25 01:09:51 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Oct 25 01:09:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2989dd sys-fs/quota: update libnl SLOT dep #563544 The 4.01 release used libnl:1.1, but the 4.02 release updated to libnl:3. Update the dependency to match the source. sys-fs/quota/quota-4.02.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/quota/quota-4.02.ebuild b/sys-fs/quota/quota-4.02.ebuild index 46f418c..a32694f 100644 --- a/sys-fs/quota/quota-4.02.ebuild +++ b/sys-fs/quota/quota-4.02.ebuild @@ -18,7 +18,7 @@ IUSE="ldap netlink nls rpc tcpd" RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus - dev-libs/libnl:1.1 + dev-libs/libnl:3 ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers )"