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 326C21396DA 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 7CD70E0C7A; Fri, 3 Nov 2017 20:44:52 +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 5F1F4E0C7A for ; Fri, 3 Nov 2017 20:44:51 +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 347713416BF for ; Fri, 3 Nov 2017 20:44:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 441B693E4 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.361b365781408545d120c56e50c5cdbc48a104a7.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/parrot/parrot-8.1.0.ebuild X-VCS-Directories: dev-lang/parrot/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 361b365781408545d120c56e50c5cdbc48a104a7 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: ea9bcb7f-5ad0-45ca-8bd6-8fe85907e7a8 X-Archives-Hash: d6565e79bf86ac250efefe50ff8da864 commit: 361b365781408545d120c56e50c5cdbc48a104a7 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 3 20:44:16 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=361b3657 dev-lang/parrot: Links to libnsl, so add dependency Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-lang/parrot/parrot-8.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/parrot/parrot-8.1.0.ebuild b/dev-lang/parrot/parrot-8.1.0.ebuild index e81e39db869..53828b81e7b 100644 --- a/dev-lang/parrot/parrot-8.1.0.ebuild +++ b/dev-lang/parrot/parrot-8.1.0.ebuild @@ -19,6 +19,7 @@ IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre" RDEPEND="sys-libs/readline dev-libs/libffi + net-libs/libnsl:0= opengl? ( media-libs/freeglut ) nls? ( sys-devel/gettext ) unicode? ( >=dev-libs/icu-2.6:= )