Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/ed25519/
Date: Tue, 17 Oct 2017 13:33:55
Message-Id: 1508247124.928e8c5e76bae347d6dec01c03523ce1e4a65e09.marecki@gentoo
1 commit: 928e8c5e76bae347d6dec01c03523ce1e4a65e09
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 17 13:31:45 2017 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 17 13:32:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928e8c5e
7
8 dev-go/ed25519: add missing test-time dependency
9
10 Gentoo-Bug: 631328
11
12 Package-Manager: Portage-2.3.8, Repoman-2.3.3
13
14 dev-go/ed25519/ed25519-0_pre20160420.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-go/ed25519/ed25519-0_pre20160420.ebuild b/dev-go/ed25519/ed25519-0_pre20160420.ebuild
18 index 7e0eb0fc209..f65393a17e7 100644
19 --- a/dev-go/ed25519/ed25519-0_pre20160420.ebuild
20 +++ b/dev-go/ed25519/ed25519-0_pre20160420.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~x86"
28
29 LICENSE="BSD"
30 SLOT="0"
31 -IUSE=""
32 +IUSE="test"
33
34 -DEPEND=""
35 +DEPEND="test? ( dev-go/go-crypto )"
36 RDEPEND=""