commit: 7b1e437be906e9d4d47c14ca3c8a1d9baf02b32f Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Wed May 15 07:00:46 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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="
