commit:     1c39ae199d97fed6227ab542767b0f7fbfb83c91
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 16 14:34:20 2020 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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

Reply via email to