Skip to content

Commit

Permalink
dev-ada/gps: support LLVM 8
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/710642
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Mar 16, 2020
1 parent a9168d9 commit 1c39ae1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-ada/gps/gps-2019-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
Expand All @@ -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
Expand Down

0 comments on commit 1c39ae1

Please sign in to comment.