sys-apps/portage: rsync-verify off by default (bug 649276)

Since portage-2.3.24 is due for stabilization, and rsync-verify support
is not really stable yet, turn it off by default.

Bug: https://bugs.gentoo.org/649276
See: https://bugs.gentoo.org/647964
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Zac Medico
2018-03-09 15:23:01 -08:00
parent d4d0802898
commit 369f75c043

View File

@@ -18,7 +18,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
SLOT="0"
IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify selinux xattr"
IUSE="build doc epydoc gentoo-dev +ipc +native-extensions rsync-verify selinux xattr"
DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
>=app-arch/tar-1.27