commit: ba33f2bf790d91f820019310fae6ac18b92fc9c6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 2 21:26:15 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Feb 3 15:03:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba33f2bf
profiles: alpha/hppa: Drop outdated gadu use.mask Both arches got dev-libs/protobuf-c keyworded in the end, so we'll assume it does build now(?). Changing to net-im/pidgin[gadu] package.use.mask instead. Bug: https://bugs.gentoo.org/519772 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 5 +++++ profiles/arch/alpha/use.mask | 5 ----- profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/hppa/use.mask | 4 ---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 666bd04aae1..83a79db3c05 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (2020-02-02) +# net-libs/libgadu is not keyworded +net-im/pidgin gadu +net-im/telepathy-connection-managers gadu + # Andreas Sturmlechner <[email protected]> (2020-01-26) # media-libs/libheif is not keyworded media-gfx/gimp heif diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index 9c36bc0d01a..cdfe00e8d42 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -38,11 +38,6 @@ kwallet # This may change when/if qt4 goes away. qt5 -# Tobias Klausmann <[email protected]> (2016-02-05) -# Newer versions of libgadu depend on protobuf-c, which doesn't -# compile on alpha as of slot:0. -gadu - # Julian Ospald <[email protected]> (2015-09-20) # no LibreSSL support yet curl_ssl_libressl diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 10526f399a8..083d8dc4539 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Andreas Sturmlechner <[email protected]> (2020-02-02) +# net-libs/libgadu is not keyworded +net-im/pidgin gadu + # Joonas Niilola <[email protected]> (2020-02-02) # luajit is not keyworded on this arch. dev-libs/efl luajit diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 21fd109106e..99b40753b79 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -81,10 +81,6 @@ clang # dev-lang/luajit has not been ported to HPPA luajit -# Jeroen Roovers <[email protected]> (2014-09-19) -# >=net-libs/libgadu-1.12.0 (bug #519854) requires dev-libs/protobuf-c (bug #519772) -gadu - # Jeroen Roovers <[email protected]> (2014-05-20) # Mask USE=systemtap generally until proper kernel support is in place systemtap
