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 CC247138334 for ; Thu, 29 Aug 2019 06:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07FB1E07F9; Thu, 29 Aug 2019 06:33:59 +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 DDFAEE07F9 for ; Thu, 29 Aug 2019 06:33:58 +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 7A9AA34A5D2 for ; Thu, 29 Aug 2019 06:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB43A6FE for ; Thu, 29 Aug 2019 06:33:55 +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: <1567060422.65b517e3cdd7f4be74fec5ed94f083a6bf1e1aec.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-2017.ebuild X-VCS-Directories: dev-ada/gnatcoll/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 65b517e3cdd7f4be74fec5ed94f083a6bf1e1aec X-VCS-Branch: master Date: Thu, 29 Aug 2019 06:33:55 +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: 251e9c47-5583-48ac-8e60-bca0bc754ac3 X-Archives-Hash: ea3b8379457a7cc8592b858e88ba9e75 commit: 65b517e3cdd7f4be74fec5ed94f083a6bf1e1aec Author: Tupone Alfredo gentoo org> AuthorDate: Thu Aug 29 06:33:42 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Aug 29 06:33:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b517e3 dev-ada/gnatcoll: fix MissingUseDepDefault Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/gnatcoll/gnatcoll-2017.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ada/gnatcoll/gnatcoll-2017.ebuild b/dev-ada/gnatcoll/gnatcoll-2017.ebuild index f43af38da68..da8943ad4d1 100644 --- a/dev-ada/gnatcoll/gnatcoll-2017.ebuild +++ b/dev-ada/gnatcoll/gnatcoll-2017.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 @@ -42,7 +42,7 @@ RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 ) !dev-ada/gnatcoll-bindings !dev-ada/gnatcoll-db" DEPEND="${RDEPEND} - dev-ada/gprbuild[gnat_2016=,gnat_2017=]" + dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?]" REQUIRED_USE="${PYTHON_REQUIRED_USE} tools? ( static-libs )