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 076121396D9 for ; Fri, 3 Nov 2017 20:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4DD6E0BFA; Fri, 3 Nov 2017 20:44:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C22C0E0BFA for ; Fri, 3 Nov 2017 20:44:50 +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 70B123406D1 for ; Fri, 3 Nov 2017 20:44:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07F6E93E1 for ; Fri, 3 Nov 2017 20:44:47 +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: <1509741878.d5d019fd1bd0782fd9fa9e888f59f0459b4613e7.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/opensp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/opensp/opensp-1.5.2-r3.ebuild X-VCS-Directories: app-text/opensp/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: d5d019fd1bd0782fd9fa9e888f59f0459b4613e7 X-VCS-Branch: master Date: Fri, 3 Nov 2017 20:44:47 +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: a1dde0af-e8e2-4bdc-82d6-239a06b2a6ea X-Archives-Hash: 79d6780d4a00e6ab0a7907f1679bdbe2 commit: d5d019fd1bd0782fd9fa9e888f59f0459b4613e7 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 3 20:39:41 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Nov 3 20:44:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d019fd app-text/opensp: Links to libnsl, so add dependency Package-Manager: Portage-2.3.13, Repoman-2.3.4 app-text/opensp/opensp-1.5.2-r3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-text/opensp/opensp-1.5.2-r3.ebuild b/app-text/opensp/opensp-1.5.2-r3.ebuild index 74e59561b3f..4bfee9c3144 100644 --- a/app-text/opensp/opensp-1.5.2-r3.ebuild +++ b/app-text/opensp/opensp-1.5.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc nls static-libs test" -DEPEND="nls? ( sys-devel/gettext ) +DEPEND="net-libs/libnsl:0= + nls? ( sys-devel/gettext ) doc? ( app-text/xmlto app-text/docbook-xml-dtd:4.1.2 @@ -25,7 +26,7 @@ DEPEND="nls? ( sys-devel/gettext ) app-text/openjade app-text/sgml-common )" -RDEPEND="" +RDEPEND="net-libs/libnsl:0=" S=${WORKDIR}/${MY_P}