commit: 4c2da8c2854a95b7392f6488ce2abb11d887d296 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Jun 11 20:28:17 2019 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Jun 11 21:08:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2da8c2
profiles: move curl_ssl_axtls from use.mask to p.use.mask for sparc Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> profiles/default/linux/sparc/17.0/use.mask | 6 +----- profiles/default/linux/sparc/17.0/use.stable.mask | 5 ++++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/profiles/default/linux/sparc/17.0/use.mask b/profiles/default/linux/sparc/17.0/use.mask index 2fed294c183..a7e3f10090f 100644 --- a/profiles/default/linux/sparc/17.0/use.mask +++ b/profiles/default/linux/sparc/17.0/use.mask @@ -1,9 +1,5 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # this is not a multilib profile multilib - -# Anthony G. Basile <[email protected]> (15 Apr 2012) -# Pulls in net-libs/axtls which is not keyworded for arch -curl_ssl_axtls diff --git a/profiles/default/linux/sparc/17.0/use.stable.mask b/profiles/default/linux/sparc/17.0/use.stable.mask index f54e7a1f560..3fb80d37e93 100644 --- a/profiles/default/linux/sparc/17.0/use.stable.mask +++ b/profiles/default/linux/sparc/17.0/use.stable.mask @@ -1,3 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ben Kohler <[email protected]> (11 Jun 2019) +# Pulls in net-libs/axtls which is not stable for sparc +curl_ssl_axtls
