From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD1881396D9 for ; Tue, 17 Oct 2017 13:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 105F1E0CA7; Tue, 17 Oct 2017 13:33:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E514FE0CA7 for ; Tue, 17 Oct 2017 13:33:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 762F833BF3C for ; Tue, 17 Oct 2017 13:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD738312 for ; Tue, 17 Oct 2017 13:33:50 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1508247124.928e8c5e76bae347d6dec01c03523ce1e4a65e09.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/ed25519/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/ed25519/ed25519-0_pre20160420.ebuild X-VCS-Directories: dev-go/ed25519/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 928e8c5e76bae347d6dec01c03523ce1e4a65e09 X-VCS-Branch: master Date: Tue, 17 Oct 2017 13:33:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e99469d5-484e-4dcb-9f97-7a922c8010bf X-Archives-Hash: b8f217302d9e7ab20c8fda792971b2f7 commit: 928e8c5e76bae347d6dec01c03523ce1e4a65e09 Author: Marek Szuba gentoo org> AuthorDate: Tue Oct 17 13:31:45 2017 +0000 Commit: Marek Szuba gentoo 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=""