Skip to content

Commit

Permalink
dev-ada/gnatcoll: fix MissingUseDepDefault
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Aug 29, 2019
1 parent 800f29c commit 65b517e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-ada/gnatcoll/gnatcoll-2017.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -42,7 +42,7 @@ RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )
!dev-ada/gnatcoll-bindings
!dev-ada/gnatcoll-db"
DEPEND="${RDEPEND}
dev-ada/gprbuild[gnat_2016=,gnat_2017=]"
dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?]"

REQUIRED_USE="${PYTHON_REQUIRED_USE}
tools? ( static-libs )
Expand Down

0 comments on commit 65b517e

Please sign in to comment.