diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-15 08:00:46 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-15 08:21:36 +0100 |
commit | 7b1e437be906e9d4d47c14ca3c8a1d9baf02b32f (patch) | |
tree | ca8fceba4fb9fd4826c55299a5150b4a5c1651ae /sys-apps/nix | |
parent | net-analyzer/bwping: Enable test phase, check UID (diff) | |
download | gentoo-7b1e437be906e9d4d47c14ca3c8a1d9baf02b32f.tar.gz gentoo-7b1e437be906e9d4d47c14ca3c8a1d9baf02b32f.tar.bz2 gentoo-7b1e437be906e9d4d47c14ca3c8a1d9baf02b32f.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps/nix')
-rw-r--r-- | sys-apps/nix/nix-2.0.2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/nix/nix-2.0.4.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/nix/nix-2.1.3.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/nix/nix-2.2.1-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 bea6bd1a4240..d80a3e75a3e0 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 a39c4d53087c..26192138b600 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 4eb0d459fc84..9c9665bed748 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 dfa1ac2e7c6d..bb49ea11bcf3 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 dfa1ac2e7c6d..bb49ea11bcf3 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=" |