projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f24208
)
dev-go/ed25519: add missing test-time dependency
author
Marek Szuba
<marecki@gentoo.org>
Tue, 17 Oct 2017 13:31:45 +0000
(15:30 +0159)
committer
Marek 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
patch
|
blob
|
history
diff --git
a/dev-go/ed25519/ed25519-0_pre20160420.ebuild
b/dev-go/ed25519/ed25519-0_pre20160420.ebuild
index 7e0eb0fc20930ee6b145e161e2e76874d9721b52..f65393a17e78c36b3fd9393aed55af3af364f215 100644
(file)
--- a/
dev-go/ed25519/ed25519-0_pre20160420.ebuild
+++ b/
dev-go/ed25519/ed25519-0_pre20160420.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
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=""