commit: 928e8c5e76bae347d6dec01c03523ce1e4a65e09 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Oct 17 13:31:45 2017 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue Oct 17 13:32:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928e8c5e
dev-go/ed25519: add missing test-time dependency Gentoo-Bug: 631328 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-go/ed25519/ed25519-0_pre20160420.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-go/ed25519/ed25519-0_pre20160420.ebuild b/dev-go/ed25519/ed25519-0_pre20160420.ebuild index 7e0eb0fc209..f65393a17e7 100644 --- a/dev-go/ed25519/ed25519-0_pre20160420.ebuild +++ b/dev-go/ed25519/ed25519-0_pre20160420.ebuild @@ -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=""
