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 A9C61138334 for ; Fri, 29 Jun 2018 07:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CEE5E085D; Fri, 29 Jun 2018 07:18:03 +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 6B813E085D for ; Fri, 29 Jun 2018 07:18:03 +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 B39BE335C91 for ; Fri, 29 Jun 2018 07:18:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D532B2C8 for ; Fri, 29 Jun 2018 07:17:58 +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: <1530256671.c92a72b8ec1cb94b634edb0c9bc5a413109bb4b0.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-db/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild X-VCS-Directories: dev-ada/gnatcoll-db/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: c92a72b8ec1cb94b634edb0c9bc5a413109bb4b0 X-VCS-Branch: master Date: Fri, 29 Jun 2018 07:17:58 +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: 50f12490-d2e9-43cc-8448-4860a6114ba4 X-Archives-Hash: d755ebfcdac20fddd91bffbd0784f76b commit: c92a72b8ec1cb94b634edb0c9bc5a413109bb4b0 Author: Tupone Alfredo gentoo org> AuthorDate: Fri Jun 29 07:17:31 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Jun 29 07:17:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92a72b8 dev-ada/gnatcoll-db: Fix dependency on gnatcoll-bindings Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild b/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild index d763ad185e2..6fbd4efebd9 100644 --- a/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild +++ b/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild @@ -24,6 +24,7 @@ RDEPEND="dev-ada/gnatcoll-core[gnat_2016=,gnat_2017=,gnat_2018=] postgres? ( dev-db/postgresql:* ) xref? ( dev-ada/gnatcoll-bindings[iconv,shared?,static-libs?,static-pic?] + dev-ada/gnatcoll-bindings[gnat_2016=,gnat_2017=,gnat_2018=] )" DEPEND="${RDEPEND} dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018]"