dev-ada/gnatmem: Fix dependency
authorTupone Alfredo <tupone@gentoo.org>
Thu, 7 Feb 2019 06:51:33 +0000 (07:51 +0100)
committerTupone Alfredo <tupone@gentoo.org>
Thu, 7 Feb 2019 06:51:33 +0000 (07:51 +0100)
Closes: https://bugs.gentoo.org/677338
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-ada/gnatmem/gnatmem-2018.ebuild

index 738da3c95ae8b701ff168bccfe273346abdbef93..5f76770a3b7ce3bc5bd5c988a33799390052a1f5 100644 (file)
@@ -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
@@ -18,7 +18,8 @@ KEYWORDS="amd64 x86"
 IUSE="gnat_2016 gnat_2017 +gnat_2018"
 
 RDEPEND=""
-DEPEND="dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=]"
+DEPEND="dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=]
+       sys-libs/binutils-libs"
 
 REQUIRED_USE="^^ ( gnat_2016 gnat_2017 gnat_2018 )"