sci-libs/lrslib: Fix QA MissingSlotDep
authorDavid Seifert <soap@gentoo.org>
Sat, 14 May 2016 22:39:03 +0000 (00:39 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 14 May 2016 23:16:08 +0000 (01:16 +0200)
Package-Manager: portage-2.2.28

sci-libs/lrslib/lrslib-051.ebuild

index c108d9c8fffc5bc02e7c59613406b7e98eee4f7a..d808b3e05939708531dce22b39e0e6ca2c18e69a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="gmp"
 
-DEPEND="gmp? ( dev-libs/gmp )"
+DEPEND="gmp? ( dev-libs/gmp:0= )"
 RDEPEND="${DEPEND}"
 
 src_prepare(){