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 E02A21382C5 for ; Sun, 11 Feb 2018 09:11:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50381E09F0; Sun, 11 Feb 2018 09:11:01 +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 2CE38E09F0 for ; Sun, 11 Feb 2018 09:11:01 +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 29745335C43 for ; Sun, 11 Feb 2018 09:11:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 765F51F3 for ; Sun, 11 Feb 2018 09:10: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: <1518340245.1762fd3f586051261e182963bf118eacfffed83f.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: 1762fd3f586051261e182963bf118eacfffed83f X-VCS-Branch: master Date: Sun, 11 Feb 2018 09:10: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: 5df60f44-bb1a-4121-9b66-9548755c1031 X-Archives-Hash: 031fd4acfe6d7175efe142a13ae261fe commit: 1762fd3f586051261e182963bf118eacfffed83f Author: Tupone Alfredo gentoo org> AuthorDate: Sun Feb 11 09:09:26 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Feb 11 09:10:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1762fd3f dev-ada/gnatcoll: dev-ada/libgpr use static -> static-libs Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ada/gnatcoll/gnatcoll-2016.ebuild | 5 +++-- dev-ada/gnatcoll/gnatcoll-2017.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-ada/gnatcoll/gnatcoll-2016.ebuild b/dev-ada/gnatcoll/gnatcoll-2016.ebuild index c65349de0a8..dd595440c8b 100644 --- a/dev-ada/gnatcoll/gnatcoll-2016.ebuild +++ b/dev-ada/gnatcoll/gnatcoll-2016.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,7 +35,8 @@ RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite ) projects? ( - =dev-ada/libgpr-2016[gnat_2016=,gnat_2017=,shared?,static?] + =dev-ada/libgpr-2016[gnat_2016=,gnat_2017=,shared?] + static? ( dev-ada/libgpr[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 8ed1fc5f014..52ac0776cb5 100644 --- a/dev-ada/gnatcoll/gnatcoll-2017.ebuild +++ b/dev-ada/gnatcoll/gnatcoll-2017.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,7 +34,8 @@ RDEPEND="dev-lang/gnat-gpl:6.3.0 postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite ) projects? ( - >=dev-ada/libgpr-2017[gnat_2017,shared?,static] + >=dev-ada/libgpr-2017[gnat_2017,shared?] + static? ( dev-ada/libgpr[static-libs] ) )" DEPEND="${RDEPEND} dev-ada/gprbuild[gnat_2017]"