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 70E6F138334 for ; Sat, 15 Jun 2019 16:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7186EE0951; Sat, 15 Jun 2019 16:40:22 +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 578A4E0951 for ; Sat, 15 Jun 2019 16:40:22 +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 707AE3461A6 for ; Sat, 15 Jun 2019 16:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C46B160B for ; Sat, 15 Jun 2019 16:40:13 +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: <1560616793.760a6a2dfaee27ac6f36c79ff4836cb262f72f50.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/libadalang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/libadalang/libadalang-2019.ebuild X-VCS-Directories: dev-ada/libadalang/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 760a6a2dfaee27ac6f36c79ff4836cb262f72f50 X-VCS-Branch: master Date: Sat, 15 Jun 2019 16:40:13 +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: c954e224-b086-48a2-b1f9-fd9f027c3dac X-Archives-Hash: c9dd8c918c945ae0aaf1664e1b07cc51 commit: 760a6a2dfaee27ac6f36c79ff4836cb262f72f50 Author: Tupone Alfredo gentoo org> AuthorDate: Sat Jun 15 16:39:53 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Jun 15 16:39:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=760a6a2d dev-ada/libadalang: fix dependency Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ada/libadalang/libadalang-2019.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ada/libadalang/libadalang-2019.ebuild b/dev-ada/libadalang/libadalang-2019.ebuild index d858c8a66cf..456a0f54f86 100644 --- a/dev-ada/libadalang/libadalang-2019.ebuild +++ b/dev-ada/libadalang/libadalang-2019.ebuild @@ -23,7 +23,8 @@ RDEPEND="dev-python/pyyaml dev-ada/gnatcoll-bindings[iconv,shared=,static-libs=] ${PYTHON_DEPS}" DEPEND="${RDEPEND} - >=dev-ada/langkit-2018" + dev-ada/gprbuild[gnat_2018(-)?,gnat_2019(-)?] + >=dev-ada/langkit-2019" REQUIRED_USE="${PYTHON_REQUIRED_USE}"