mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user