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 A9D56138334 for ; Thu, 7 Feb 2019 06:52:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76015E094E; Thu, 7 Feb 2019 06:52:00 +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 4A97AE094E for ; Thu, 7 Feb 2019 06:52:00 +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 83482335D49 for ; Thu, 7 Feb 2019 06:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E38DB44B for ; Thu, 7 Feb 2019 06:51:56 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1549522293.cbe52e627f7d85d4323c9b72646ab9529732a62b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatmem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatmem/gnatmem-2018.ebuild X-VCS-Directories: dev-ada/gnatmem/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: cbe52e627f7d85d4323c9b72646ab9529732a62b X-VCS-Branch: master Date: Thu, 7 Feb 2019 06:51:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d517a02d-038e-4103-9c1d-7ae471f4892b X-Archives-Hash: bedda4c4f8a85c4a16de10c21be52dd4 commit: cbe52e627f7d85d4323c9b72646ab9529732a62b Author: Tupone Alfredo gentoo org> AuthorDate: Thu Feb 7 06:51:33 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Feb 7 06:51:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe52e62 dev-ada/gnatmem: Fix dependency Closes: https://bugs.gentoo.org/677338 Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ada/gnatmem/gnatmem-2018.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ada/gnatmem/gnatmem-2018.ebuild b/dev-ada/gnatmem/gnatmem-2018.ebuild index 738da3c95ae..5f76770a3b7 100644 --- a/dev-ada/gnatmem/gnatmem-2018.ebuild +++ b/dev-ada/gnatmem/gnatmem-2018.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,8 @@ KEYWORDS="amd64 x86" IUSE="gnat_2016 gnat_2017 +gnat_2018" RDEPEND="" -DEPEND="dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=]" +DEPEND="dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=] + sys-libs/binutils-libs" REQUIRED_USE="^^ ( gnat_2016 gnat_2017 gnat_2018 )"