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 5FE6E138350 for ; Fri, 3 Apr 2020 23:02:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ADE9E0972; Fri, 3 Apr 2020 23:02:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5E75DE0972 for ; Fri, 3 Apr 2020 23:02:25 +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 12A5434F03C for ; Fri, 3 Apr 2020 23:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56BA38D for ; Fri, 3 Apr 2020 23:02:21 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1585954932.c77006f7c75e396ceb34cf40b4329228517e78c0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/elixir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/elixir/elixir-1.10.2.ebuild X-VCS-Directories: dev-lang/elixir/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c77006f7c75e396ceb34cf40b4329228517e78c0 X-VCS-Branch: master Date: Fri, 3 Apr 2020 23:02:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a059b5f-1c97-413d-b4c7-54f8cccb5242 X-Archives-Hash: 97a2cf674fc213e3c8dcb6a92e1901f1 commit: c77006f7c75e396ceb34cf40b4329228517e78c0 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Apr 3 23:02:12 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Apr 3 23:02:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77006f7 dev-lang/elixir: add RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> dev-lang/elixir/elixir-1.10.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/elixir/elixir-1.10.2.ebuild b/dev-lang/elixir/elixir-1.10.2.ebuild index 004be92a428..5ceb08de83f 100644 --- a/dev-lang/elixir/elixir-1.10.2.ebuild +++ b/dev-lang/elixir/elixir-1.10.2.ebuild @@ -12,6 +12,8 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" + DEPEND=" >=dev-lang/erlang-21:0=[ssl] "