public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/alpha/
@ 2020-02-03 15:04 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-02-03 15:04 UTC (permalink / raw
  To: gentoo-commits

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 <asturm@gentoo.org> (2020-02-02)
+# net-libs/libgadu is not keyworded
+net-im/pidgin gadu
+net-im/telepathy-connection-managers gadu
+
 # Andreas Sturmlechner <asturm@gentoo.org> (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 <klausman@gentoo.org> (2016-02-05)
-# Newer versions of libgadu depend on protobuf-c, which doesn't
-# compile on alpha as of slot:0.
-gadu
-
 # Julian Ospald <hasufell@gentoo.org> (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 <asturm@gentoo.org> (2020-02-02)
+# net-libs/libgadu is not keyworded
+net-im/pidgin gadu
+
 # Joonas Niilola <juippis@gentoo.org> (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 <jer@gentoo.org> (2014-09-19)
-# >=net-libs/libgadu-1.12.0 (bug #519854) requires dev-libs/protobuf-c (bug #519772)
-gadu
-
 # Jeroen Roovers <jer@gentoo.org> (2014-05-20)
 # Mask USE=systemtap generally until proper kernel support is in place
 systemtap


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/alpha/
@ 2021-11-05  5:09 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-11-05  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c12a93c11191508503a228b7f39d419265237c3e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 05:08:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov  5 05:08:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12a93c1

profiles/arch: mask dev-cpp/eigen[test] on alpha, hppa

Bug: https://bugs.gentoo.org/804115
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/alpha/package.use.mask | 5 +++++
 profiles/arch/hppa/package.use.mask  | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask
index a78c83b3899..401823fbedc 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2021-11-05)
+# Test suite is very fragile and doesn't even run on amd64.
+# No real point in running it here right now, bug #804115.
+dev-cpp/eigen test
+
 # Arthur Zamarin <arthurzam@gentoo.org> (2021-10-24)
 # dev-ruby/furo isn't keyworded here
 dev-python/argon2-cffi doc

diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask
index 1f91d73a59a..82ce3de3799 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,11 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James <sam@gentoo.org> (2021-11-05)
+# Test suite is very fragile and doesn't even run on amd64.
+# No real point in running it here right now, bug #804115.
+dev-cpp/eigen test
+
 # Sam James <sam@gentoo.org> (2021-11-05)
 # Avoid unkeyworded sci dependencies for bug #804115
 sci-libs/pastix starpu


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-05  5:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-03 15:04 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/alpha/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2021-11-05  5:09 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox