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 4AA20138334 for ; Wed, 15 May 2019 07:21:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7944CE088B; Wed, 15 May 2019 07:21:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 573EFE088B for ; Wed, 15 May 2019 07:21:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1171B343491 for ; Wed, 15 May 2019 07:21:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5877E5A4 for ; Wed, 15 May 2019 07:21:41 +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: <1557904896.7b1e437be906e9d4d47c14ca3c8a1d9baf02b32f.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/nix/nix-2.0.2.ebuild sys-apps/nix/nix-2.0.4.ebuild sys-apps/nix/nix-2.1.3.ebuild sys-apps/nix/nix-2.2.1-r1.ebuild sys-apps/nix/nix-2.2.2.ebuild X-VCS-Directories: sys-apps/nix/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 7b1e437be906e9d4d47c14ca3c8a1d9baf02b32f X-VCS-Branch: master Date: Wed, 15 May 2019 07:21:41 +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: ad337f24-4c13-4832-9ccd-d881de224587 X-Archives-Hash: 58b78b46fcd4a41515417953e4000780 commit: 7b1e437be906e9d4d47c14ca3c8a1d9baf02b32f Author: Sergei Trofimovich gentoo org> AuthorDate: Wed May 15 07:00:46 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed May 15 07:21:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1e437b sys-apps/nix: enable USE=sodium by default USE=sodium allows using binary package cache as-is. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich gentoo.org> sys-apps/nix/nix-2.0.2.ebuild | 4 ++-- sys-apps/nix/nix-2.0.4.ebuild | 2 +- sys-apps/nix/nix-2.1.3.ebuild | 4 ++-- sys-apps/nix/nix-2.2.1-r1.ebuild | 2 +- sys-apps/nix/nix-2.2.2.ebuild | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-apps/nix/nix-2.0.2.ebuild b/sys-apps/nix/nix-2.0.2.ebuild index bea6bd1a424..d80a3e75a3e 100644 --- a/sys-apps/nix/nix-2.0.2.ebuild +++ b/sys-apps/nix/nix-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="http://nixos.org/releases/${PN}/${P}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+etc_profile +gc doc sodium" +IUSE="+etc_profile +gc doc +sodium" RDEPEND=" app-arch/brotli diff --git a/sys-apps/nix/nix-2.0.4.ebuild b/sys-apps/nix/nix-2.0.4.ebuild index a39c4d53087..26192138b60 100644 --- a/sys-apps/nix/nix-2.0.4.ebuild +++ b/sys-apps/nix/nix-2.0.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://nixos.org/releases/${PN}/${P}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+etc_profile +gc doc s3 sodium" +IUSE="+etc_profile +gc doc s3 +sodium" RDEPEND=" app-arch/brotli diff --git a/sys-apps/nix/nix-2.1.3.ebuild b/sys-apps/nix/nix-2.1.3.ebuild index 4eb0d459fc8..9c9665bed74 100644 --- a/sys-apps/nix/nix-2.1.3.ebuild +++ b/sys-apps/nix/nix-2.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1" SLOT="0" #keywords are blocked by boost-1.66 #KEYWORDS="~amd64 ~x86" -IUSE="+etc_profile +gc doc s3 sodium" +IUSE="+etc_profile +gc doc s3 +sodium" RDEPEND=" app-arch/brotli diff --git a/sys-apps/nix/nix-2.2.1-r1.ebuild b/sys-apps/nix/nix-2.2.1-r1.ebuild index dfa1ac2e7c6..bb49ea11bcf 100644 --- a/sys-apps/nix/nix-2.2.1-r1.ebuild +++ b/sys-apps/nix/nix-2.2.1-r1.ebuild @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1" SLOT="0" #keywords are blocked by boost-1.66 #KEYWORDS="~amd64 ~x86" -IUSE="+etc_profile +gc doc s3 sodium" +IUSE="+etc_profile +gc doc s3 +sodium" # sys-apps/busybox is needed for sandbox mount of /bin/sh RDEPEND=" diff --git a/sys-apps/nix/nix-2.2.2.ebuild b/sys-apps/nix/nix-2.2.2.ebuild index dfa1ac2e7c6..bb49ea11bcf 100644 --- a/sys-apps/nix/nix-2.2.2.ebuild +++ b/sys-apps/nix/nix-2.2.2.ebuild @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1" SLOT="0" #keywords are blocked by boost-1.66 #KEYWORDS="~amd64 ~x86" -IUSE="+etc_profile +gc doc s3 sodium" +IUSE="+etc_profile +gc doc s3 +sodium" # sys-apps/busybox is needed for sandbox mount of /bin/sh RDEPEND="