commit: f6e2728af94777827807e2883623f57db1fdf4bc Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Oct 26 14:14:00 2017 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Oct 26 14:16:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e2728a
profiles: Housekeeping for net-misc/wget profiles/arch/amd64-fbsd/todo/package.use.mask | 3 +++ profiles/arch/arm64/package.use.stable.mask | 5 +++++ profiles/arch/x86-fbsd/package.use.mask | 5 +++++ profiles/default/bsd/fbsd/package.use.mask | 4 ++++ 4 files changed, 17 insertions(+) diff --git a/profiles/arch/amd64-fbsd/todo/package.use.mask b/profiles/arch/amd64-fbsd/todo/package.use.mask index f6e131ae064..9e862a931d0 100644 --- a/profiles/arch/amd64-fbsd/todo/package.use.mask +++ b/profiles/arch/amd64-fbsd/todo/package.use.mask @@ -13,6 +13,9 @@ # Keep it simple, we do not really care about the date or who masked it, we want # to be easily able to determine what we need to keyword. +# net-dns/libidn2 +net-misc/wget idn + # net-libs/gnome-online-accounts gnome-base/gvfs gnome-online-accounts diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index cd50464f802..9fc80507023 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann <[email protected]> (26 Oct 2017) +# idn: Needs net-dns/libidn2 which is not stabilized yet on arm64 +# gnutls: Needs net-libs/gnutls which is not stabilized yet on arm64 +net-misc/wget idn gnutls + # Michael Weber <[email protected]> (29 Mar 2017) # unstable deps mesa llvm et al. x11-libs/cairo gles2 opengl diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask index a9a2b39cf52..3eca6ee5104 100644 --- a/profiles/arch/x86-fbsd/package.use.mask +++ b/profiles/arch/x86-fbsd/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann <[email protected]> (26 Oct 2017) +# idn: Needs net-dns/libidn2 which is not keyworded +# uuid: Needs sys-apps/util-linux which is not keyworded +net-misc/wget idn uuid + # Ulrich Müller <[email protected]> (23 Oct 2017) # Needs net-mail/mailutils which is not keyworded, bug #635216. app-editors/emacs-vcs mailutils diff --git a/profiles/default/bsd/fbsd/package.use.mask b/profiles/default/bsd/fbsd/package.use.mask index b909539f2dd..63ee6117c6b 100644 --- a/profiles/default/bsd/fbsd/package.use.mask +++ b/profiles/default/bsd/fbsd/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann <[email protected]> (26 Oct 2017) +# libressl: dev-libs/libressl is a base package on FreeBSD +net-misc/wget libressl + # Thomas Deutschmann <[email protected]> (20 Jan 2017) # libressl: dev-libs/libressl is a base package on FreeBSD net-libs/libvncserver libressl
