dev-ada/ada_language_server: VariableOrderWrong

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-11-26 20:03:29 +01:00
parent eb903c7622
commit 8b8b3c82ea
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2021-2023 Gentoo Authors
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,12 +10,12 @@ DESCRIPTION="an implementation of the Microsoft Language Server Protocol for Ada
HOMEPAGE="https://github.com/AdaCore/ada_language_server"
SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
IUSE="test"
RESTRICT="test" # Tests do not work
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="test" # Tests do not work
RDEPEND="${ADA_DEPS}
dev-ada/ada_libfswatch[${ADA_USEDEP}]

View File

@@ -10,12 +10,12 @@ DESCRIPTION="an implementation of the Microsoft Language Server Protocol for Ada
HOMEPAGE="https://github.com/AdaCore/ada_language_server"
SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
IUSE="test"
RESTRICT="test" # Tests do not work
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="test" # Tests do not work
RDEPEND="${ADA_DEPS}
dev-ada/ada_libfswatch[${ADA_USEDEP}]