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 58F67138334 for ; Sun, 11 Nov 2018 20:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BB56E0950; Sun, 11 Nov 2018 20:33:31 +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 48269E0950 for ; Sun, 11 Nov 2018 20:33:31 +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 05DBC335C67 for ; Sun, 11 Nov 2018 20:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA0733DA for ; Sun, 11 Nov 2018 20:33:26 +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: <1541968398.6571da18b3550a5f028a2c53122c7bba77939651.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/langkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/langkit/langkit-2017.ebuild X-VCS-Directories: dev-ada/langkit/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6571da18b3550a5f028a2c53122c7bba77939651 X-VCS-Branch: master Date: Sun, 11 Nov 2018 20:33:26 +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: b2714786-3898-4491-b4c8-6b484c8d38fe X-Archives-Hash: c1d1e7f0d05f36467ecf878b20390eaf commit: 6571da18b3550a5f028a2c53122c7bba77939651 Author: Tupone Alfredo gentoo org> AuthorDate: Sun Nov 11 20:33:18 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Nov 11 20:33:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6571da18 dev-ada/langkit: work with gnat_2016 too Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ada/langkit/langkit-2017.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ada/langkit/langkit-2017.ebuild b/dev-ada/langkit/langkit-2017.ebuild index df6770a0d6b..57790df219e 100644 --- a/dev-ada/langkit/langkit-2017.ebuild +++ b/dev-ada/langkit/langkit-2017.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 @@ -21,7 +21,7 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} - dev-ada/gnatcoll[gnat_2017,iconv,shared] + dev-ada/gnatcoll[iconv,shared] dev-python/mako dev-python/pyyaml dev-python/enum34