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 56B5C138334 for ; Wed, 31 Oct 2018 11:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49341E0B50; Wed, 31 Oct 2018 11:42:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 22D03E0B50 for ; Wed, 31 Oct 2018 11:42: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 7D6A3335CE7 for ; Wed, 31 Oct 2018 11:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6731451 for ; Wed, 31 Oct 2018 11:42: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: <1540986110.c95aa8c37f928bee12c61ed336e17d914c72815f.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gps/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gps/gps-2018.ebuild X-VCS-Directories: dev-ada/gps/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: c95aa8c37f928bee12c61ed336e17d914c72815f X-VCS-Branch: master Date: Wed, 31 Oct 2018 11:42: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: d5e5928f-28e0-4972-8ba3-107dec1bca87 X-Archives-Hash: 90eb979e5b4d0d3c2b5a7936de2a9dbd commit: c95aa8c37f928bee12c61ed336e17d914c72815f Author: Tupone Alfredo gentoo org> AuthorDate: Wed Oct 31 11:41:50 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Oct 31 11:41:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95aa8c3 dev-ada/gps: Works only with gnat-gpl-2018 Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-ada/gps/gps-2018.ebuild | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/dev-ada/gps/gps-2018.ebuild b/dev-ada/gps/gps-2018.ebuild index 5a97ccc8bd2..6de3d4d68aa 100644 --- a/dev-ada/gps/gps-2018.ebuild +++ b/dev-ada/gps/gps-2018.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ HOMEPAGE="http://libre.adacore.com/tools/gps/" SRC_URI="http://mirrors.cdn.adacore.com/art/5b0cf627c7a4475261f97ceb -> ${MYP}.tar.gz http://mirrors.cdn.adacore.com/art/5b0819dfc7a447df26c27a59 -> - libadalang-tools-gpl-2018-src.tar.gz" + libadalang-tools-gpl-2018-src.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -20,15 +20,12 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="${PYTHON_DEPS} - || ( - >=dev-ada/gnatcoll-2017[gtk,iconv,pygobject,sqlite,static-libs,tools] - ( - dev-ada/gnatcoll-db[gnatcoll_db2ada,gnatinspect,xref] - dev-ada/gnatcoll-bindings[python] - ) + ( + dev-ada/gnatcoll-db[gnatcoll_db2ada,gnatinspect,xref] + dev-ada/gnatcoll-bindings[python] ) - >=dev-ada/gtkada-2017 - dev-ada/libadalang + >=dev-ada/gtkada-2017[gnat_2018] + dev-ada/libadalang[gnat_2018] dev-libs/gobject-introspection dev-libs/libffi sys-devel/clang:=