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 6F3AF1395E3 for ; Fri, 11 Nov 2016 20:15:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1D46E0B78; Fri, 11 Nov 2016 20:15:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5145E0B78 for ; Fri, 11 Nov 2016 20:15:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6102341681 for ; Fri, 11 Nov 2016 20:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D59224B9 for ; Fri, 11 Nov 2016 20:15:54 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1478895285.76c72cb89537e582196b6602e1d5e5d96283e2cc.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/iconv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/iconv/iconv-1.0.1.ebuild X-VCS-Directories: dev-erlang/iconv/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 76c72cb89537e582196b6602e1d5e5d96283e2cc X-VCS-Branch: master Date: Fri, 11 Nov 2016 20:15:54 +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: 0a35f4f9-30c6-4a88-b289-e940b00bda57 X-Archives-Hash: 044cb8e8d56fb44f4eecc2de7f220bad commit: 76c72cb89537e582196b6602e1d5e5d96283e2cc Author: Amadeusz Żołnowski gentoo org> AuthorDate: Thu Nov 10 22:10:00 2016 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Fri Nov 11 20:14:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c72cb8 dev-erlang/iconv: Add missing p1_utils dependency dev-erlang/iconv/iconv-1.0.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-erlang/iconv/iconv-1.0.1.ebuild b/dev-erlang/iconv/iconv-1.0.1.ebuild index 4bc4391..b2a585f 100644 --- a/dev-erlang/iconv/iconv-1.0.1.ebuild +++ b/dev-erlang/iconv/iconv-1.0.1.ebuild @@ -15,7 +15,8 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" -DEPEND=">=dev-lang/erlang-17.1 +DEPEND=">=dev-erlang/p1_utils-1.0.4 + >=dev-lang/erlang-17.1 virtual/libiconv" RDEPEND="${DEPEND}"