dev-go/ed25519: add missing test-time dependency

Gentoo-Bug: 631328

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Marek Szuba
2017-10-17 15:30:45 +01:59
parent 0f24208727
commit 928e8c5e76

View 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=""