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 CC86D1396D9 for ; Wed, 1 Nov 2017 19:04:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 348142BC193; Wed, 1 Nov 2017 19:04:06 +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 14C4C2BC193 for ; Wed, 1 Nov 2017 19:04:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B3D013416FC for ; Wed, 1 Nov 2017 19:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70DA4325 for ; Wed, 1 Nov 2017 19:04:03 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1509563032.d16f71a7fd7e2bb9fc44d81284681719a4c37707.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pwdb/pwdb-0.62-r1.ebuild sys-libs/pwdb/pwdb-0.62.ebuild X-VCS-Directories: sys-libs/pwdb/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: d16f71a7fd7e2bb9fc44d81284681719a4c37707 X-VCS-Branch: master Date: Wed, 1 Nov 2017 19:04:03 +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: 7c3513a3-898d-493f-813e-fd4fae91bdc3 X-Archives-Hash: 393ad61db81d309eef1d494be0aad586 commit: d16f71a7fd7e2bb9fc44d81284681719a4c37707 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Nov 1 19:03:52 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Nov 1 19:03:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16f71a7 sys-libs/pwdb: Add missing dependency on libnsl, bug 630410 Closes: https://bugs.gentoo.org/630410 Package-Manager: Portage-2.3.13, Repoman-2.3.4 sys-libs/pwdb/{pwdb-0.62.ebuild => pwdb-0.62-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-libs/pwdb/pwdb-0.62.ebuild b/sys-libs/pwdb/pwdb-0.62-r1.ebuild similarity index 95% rename from sys-libs/pwdb/pwdb-0.62.ebuild rename to sys-libs/pwdb/pwdb-0.62-r1.ebuild index 28bcc00b9e7..036cbd1cd4e 100644 --- a/sys-libs/pwdb/pwdb-0.62.ebuild +++ b/sys-libs/pwdb/pwdb-0.62-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=5 inherit eutils toolchain-funcs flag-o-matic @@ -17,6 +17,7 @@ RESTRICT="test" #122603 # Note: NIS could probably be made conditional if anyone cared ... RDEPEND="selinux? ( sys-libs/libselinux ) + net-libs/libnsl:0= net-libs/libtirpc" DEPEND="${RDEPEND}"