summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2018-11-22 08:04:45 +0100
committerTupone Alfredo <tupone@gentoo.org>2018-11-22 08:04:45 +0100
commit3eb3db68d752e9a14b070ef95652f4c368b46e65 (patch)
treeb04c47786984461a589e9449e628f603f72750ad /dev-ada/langkit/langkit-2018.ebuild
parentdev-ruby/mqtt: fix USE=doc and FEATURES=test (diff)
downloadgentoo-3eb3db68d752e9a14b070ef95652f4c368b46e65.tar.gz
gentoo-3eb3db68d752e9a14b070ef95652f4c368b46e65.tar.bz2
gentoo-3eb3db68d752e9a14b070ef95652f4c368b46e65.zip
dev-ada/langkit: Stable
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ada/langkit/langkit-2018.ebuild')
-rw-r--r--dev-ada/langkit/langkit-2018.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-ada/langkit/langkit-2018.ebuild b/dev-ada/langkit/langkit-2018.ebuild
index 9bb818cf2e8b..3eeaca02add9 100644
--- a/dev-ada/langkit/langkit-2018.ebuild
+++ b/dev-ada/langkit/langkit-2018.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
@@ -16,15 +16,12 @@ SRC_URI="http://mirrors.cdn.adacore.com/art/5b0cfbefc7a4475263382c2a
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
- || (
- dev-ada/gnatcoll[gnat_2017,iconv,shared]
- dev-ada/gnatcoll-bindings[gnat_2018,iconv,shared]
- )
+ dev-ada/gnatcoll-bindings[iconv,shared]
dev-python/mako
dev-python/pyyaml
dev-python/enum34