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 35D73138350 for ; Mon, 16 Mar 2020 14:34:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A2EDE0943; Mon, 16 Mar 2020 14:34:51 +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 4B33EE0943 for ; Mon, 16 Mar 2020 14:34:51 +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 E93CB34F1CF for ; Mon, 16 Mar 2020 14:34:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61F82AF for ; Mon, 16 Mar 2020 14:34:47 +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: <1584369260.1c39ae199d97fed6227ab542767b0f7fbfb83c91.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-2019-r1.ebuild X-VCS-Directories: dev-ada/gps/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 1c39ae199d97fed6227ab542767b0f7fbfb83c91 X-VCS-Branch: master Date: Mon, 16 Mar 2020 14:34:47 +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: 251fe16a-3a29-4bf7-890c-d8e6476e9c8f X-Archives-Hash: bbbddc1be4b4cec78518a74a6b02009c commit: 1c39ae199d97fed6227ab542767b0f7fbfb83c91 Author: Tupone Alfredo gentoo org> AuthorDate: Mon Mar 16 14:34:20 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Mar 16 14:34:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c39ae19 dev-ada/gps: support LLVM 8 Closes: https://bugs.gentoo.org/710642 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/gps/gps-2019-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ada/gps/gps-2019-r1.ebuild b/dev-ada/gps/gps-2019-r1.ebuild index 1985f108d72..3caffdfab7c 100644 --- a/dev-ada/gps/gps-2019-r1.ebuild +++ b/dev-ada/gps/gps-2019-r1.ebuild @@ -34,10 +34,11 @@ RDEPEND="${PYTHON_DEPS} ~dev-ada/libadalang-2019[${ADA_USEDEP}] dev-libs/gobject-introspection dev-libs/libffi - sys-devel/llvm:7 + sys-devel/llvm:8 sys-devel/clang:= x11-themes/adwaita-icon-theme x11-themes/hicolor-icon-theme + dev-python/pygobject:3 $(python_gen_cond_dep ' dev-python/pep8[${PYTHON_MULTI_USEDEP}] dev-python/jedi[${PYTHON_MULTI_USEDEP}] @@ -55,7 +56,7 @@ S="${WORKDIR}"/${PN}-${commitId} PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) pkg_setup() { - LLVM_MAX_SLOT=7 + LLVM_MAX_SLOT=8 llvm_pkg_setup python-single-r1_pkg_setup ada_pkg_setup