mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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="
|
||||
|
||||
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user