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 E275F1382C5 for ; Thu, 8 Mar 2018 10:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A5B3E09F4; Thu, 8 Mar 2018 10:18:07 +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 DB1BCE09F4 for ; Thu, 8 Mar 2018 10:18:06 +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 E2AAC335C36 for ; Thu, 8 Mar 2018 10:18:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70D5322D for ; Thu, 8 Mar 2018 10:18:03 +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: <1520504252.5d27fd75a34eb7827d5ae681d8543ded1ec3bd39.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll/gnatcoll-2016.ebuild dev-ada/gnatcoll/gnatcoll-2017.ebuild X-VCS-Directories: dev-ada/gnatcoll/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 5d27fd75a34eb7827d5ae681d8543ded1ec3bd39 X-VCS-Branch: master Date: Thu, 8 Mar 2018 10:18: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: 2b87d463-8686-4f55-b612-bce9a0a860fd X-Archives-Hash: 5ce0dccd3135342a2064ed34069595cd commit: 5d27fd75a34eb7827d5ae681d8543ded1ec3bd39 Author: Tupone Alfredo gentoo org> AuthorDate: Thu Mar 8 07:55:40 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Mar 8 10:17:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d27fd75 dev-ada/gnatcoll: Add dependency on dev-ada/xmlada Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ada/gnatcoll/gnatcoll-2016.ebuild | 1 + dev-ada/gnatcoll/gnatcoll-2017.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ada/gnatcoll/gnatcoll-2016.ebuild b/dev-ada/gnatcoll/gnatcoll-2016.ebuild index b76ecc3c808..8363e70ddcd 100644 --- a/dev-ada/gnatcoll/gnatcoll-2016.ebuild +++ b/dev-ada/gnatcoll/gnatcoll-2016.ebuild @@ -36,6 +36,7 @@ RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 ) sqlite? ( dev-db/sqlite ) projects? ( =dev-ada/libgpr-2016[gnat_2016=,gnat_2017=,shared?,static-libs?] + dev-ada/xmlada[shared?,static-libs?] )" DEPEND="${RDEPEND} dev-ada/gprbuild[gnat_2016=,gnat_2017=]" diff --git a/dev-ada/gnatcoll/gnatcoll-2017.ebuild b/dev-ada/gnatcoll/gnatcoll-2017.ebuild index f245678b800..995ff143031 100644 --- a/dev-ada/gnatcoll/gnatcoll-2017.ebuild +++ b/dev-ada/gnatcoll/gnatcoll-2017.ebuild @@ -35,6 +35,7 @@ RDEPEND="dev-lang/gnat-gpl:6.3.0 sqlite? ( dev-db/sqlite ) projects? ( >=dev-ada/libgpr-2017[gnat_2017,shared?,static-libs?] + dev-ada/xmlada[shared?,static-libs?] )" DEPEND="${RDEPEND} dev-ada/gprbuild[gnat_2017]"