dev-go/ed25519: add missing test-time dependency
authorMarek Szuba <marecki@gentoo.org>
Tue, 17 Oct 2017 13:31:45 +0000 (15:30 +0159)
committerMarek Szuba <marecki@gentoo.org>
Tue, 17 Oct 2017 13:32:04 +0000 (15:31 +0159)
Gentoo-Bug: 631328

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-go/ed25519/ed25519-0_pre20160420.ebuild

index 7e0eb0fc20930ee6b145e161e2e76874d9721b52..f65393a17e78c36b3fd9393aed55af3af364f215 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~x86"
 
 LICENSE="BSD"
 SLOT="0"
-IUSE=""
+IUSE="test"
 
-DEPEND=""
+DEPEND="test? ( dev-go/go-crypto )"
 RDEPEND=""