public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/32ul/
@ 2020-09-14 20:09 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2020-09-14 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     db0ee69ce6f71e98c8e275f8274538434aa40f55
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 20:08:40 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 20:08:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0ee69c

profiles/arch/powerpc/ppc64/32ul: fix ruby26 comment (it's unmask, not mask)

We're unmasking Ruby 26 here for 32-bit userland, not masking.
Mask itself is correct but comment/message was wrong.

Fixes: ccff84cd9bdf0816a008c44f782f3cbe80c3329d
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/powerpc/ppc64/32ul/use.stable.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/powerpc/ppc64/32ul/use.stable.mask b/profiles/arch/powerpc/ppc64/32ul/use.stable.mask
index 324d2d63015..2b00619c222 100644
--- a/profiles/arch/powerpc/ppc64/32ul/use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/32ul/use.stable.mask
@@ -1,4 +1,4 @@
 # Sam James <sam@gentoo.org> (2020-09-14)
-# Temporary mask until ppc64 has ruby26 stabled
+# Temporary unmask needed until ppc64 has ruby26 stabled
 # bug #728192
 -ruby_targets_ruby26


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/32ul/
@ 2022-04-22 21:36 Lars Wendler
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Wendler @ 2022-04-22 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     9dcb4eea5e3c278d8df726e465646374fbf36d64
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 21:31:30 2022 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 21:36:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dcb4eea

profiles/arch/powerpc/ppc64/32ul: Masked media-libs/freetype[svg]

Bug: https://bugs.gentoo.org/840227
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 profiles/arch/powerpc/ppc64/32ul/package.use.mask | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/powerpc/ppc64/32ul/package.use.mask b/profiles/arch/powerpc/ppc64/32ul/package.use.mask
index 4fdcbda5e77c..bfd49a6d6b60 100644
--- a/profiles/arch/powerpc/ppc64/32ul/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/32ul/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Lars Wendler <polynomial-c@gentoo.org> (2022-04-22)
+# gnome-base/librsvg missing keywords
+media-libs/freetype svg
+
 # Andreas Sturmlechner <asturm@gentoo.org> (2021-01-19)
 # dev-java/openjdk:11 is not keyworded
 >=app-office/libreoffice-7 java


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/32ul/
@ 2022-01-18 23:46 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-01-18 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d86a49ec542dc9007cbf8cfc201fd55fbed56212
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 23:46:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 23:46:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86a49ec

profiles/arch/powerpc/ppc64/32ul: unmask sbcl here

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/powerpc/ppc64/32ul/package.mask | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/32ul/package.mask b/profiles/arch/powerpc/ppc64/32ul/package.mask
new file mode 100644
index 000000000000..48fd10c7bac9
--- /dev/null
+++ b/profiles/arch/powerpc/ppc64/32ul/package.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James <sam@gentoo.org> (2022-01-18)
+# No bootstrap binary available on big endian PPC64 right now
+# But there is one for PPC (big endian).
+-dev-lisp/sbcl


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/32ul/
@ 2020-09-14 20:07 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2020-09-14 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ccff84cd9bdf0816a008c44f782f3cbe80c3329d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 20:07:24 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 20:07:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccff84cd

profiles/arch/powerpc/ppc64/32ul: temporary ruby26 stable-mask

Needed until we stable ruby26 on ppc64 too.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/powerpc/ppc64/32ul/use.stable.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/32ul/use.stable.mask b/profiles/arch/powerpc/ppc64/32ul/use.stable.mask
new file mode 100644
index 00000000000..324d2d63015
--- /dev/null
+++ b/profiles/arch/powerpc/ppc64/32ul/use.stable.mask
@@ -0,0 +1,4 @@
+# Sam James <sam@gentoo.org> (2020-09-14)
+# Temporary mask until ppc64 has ruby26 stabled
+# bug #728192
+-ruby_targets_ruby26


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/32ul/
@ 2018-11-08 23:11 James Le Cuirot
  0 siblings, 0 replies; 7+ messages in thread
From: James Le Cuirot @ 2018-11-08 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     87adc64062f5e513744c330c971d700d6c4becec
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  4 14:52:43 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Nov  8 23:11:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87adc640

profiles: Drop unnecessary openjdk-bin mask on ppc64/32ul

I forgot that this profile uses the ppc keyword, not ppc64.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/arch/powerpc/ppc64/32ul/package.mask | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/profiles/arch/powerpc/ppc64/32ul/package.mask b/profiles/arch/powerpc/ppc64/32ul/package.mask
deleted file mode 100644
index 1fc0ad79466..00000000000
--- a/profiles/arch/powerpc/ppc64/32ul/package.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 2012-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# James Le Cuirot <chewi@gentoo.org> (19 Oct 2018)
-# AdoptOpenJDK's ppc64 build is little-endian only.
-dev-java/openjdk-bin


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/32ul/
@ 2018-03-14 21:29 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2018-03-14 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9a026b8c2330ad8f016d032111b3d1a982f4eda5
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 21:06:40 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 21:29:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a026b8c

Revert "profiles/arch/powerpc/ppc64/32ul: sync ruby flags wih ppc32"

ppc64 got stable ruby23. Drop explicit override.

 profiles/arch/powerpc/ppc64/32ul/make.defaults   |  5 -----
 profiles/arch/powerpc/ppc64/32ul/use.stable.mask | 10 ----------
 2 files changed, 15 deletions(-)

diff --git a/profiles/arch/powerpc/ppc64/32ul/make.defaults b/profiles/arch/powerpc/ppc64/32ul/make.defaults
index e9b4141df62..9865b69f345 100644
--- a/profiles/arch/powerpc/ppc64/32ul/make.defaults
+++ b/profiles/arch/powerpc/ppc64/32ul/make.defaults
@@ -14,8 +14,3 @@ ACCEPT_KEYWORDS="${ARCH} -ppc64"
 # Michał Górny <mgorny@gentoo.org> (27 Jun 2014)
 # Make the ABI flag implicit for compatibility with native ebuilds.
 IUSE_IMPLICIT="abi_ppc_32 -abi_ppc_64"
-
-# Sergei Trofimovich <slyfox@gentoo.org> (14 Mar 2018)
-# We need to match up to 'arch/powerpc/ppc32' defaults here.
-# Remove it when ruby23 goes stable on ppc64
-RUBY_TARGETS="ruby22 ruby23"

diff --git a/profiles/arch/powerpc/ppc64/32ul/use.stable.mask b/profiles/arch/powerpc/ppc64/32ul/use.stable.mask
deleted file mode 100644
index fcdddf46c03..00000000000
--- a/profiles/arch/powerpc/ppc64/32ul/use.stable.mask
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# This file requires eapi 5 or later. New entries go on top.
-# Please use the same syntax as in use.mask
-
-# Sergei Trofimovich <slyfox@gentoo.org> (14 Mar 2018)
-# We need to match up to 'arch/powerpc/ppc32' defaults here.
-# Remove it when ruby23 goes stable on ppc64
--ruby_targets_ruby23


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/32ul/
@ 2018-03-14 19:57 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2018-03-14 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     189ec4f4028d0937c0252a90a0f1b18eedc776a9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 19:54:53 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 19:57:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189ec4f4

profiles/arch/powerpc/ppc64/32ul: sync ruby flags wih ppc32

Unfortunately ppc64/32ul does not inherit ppc32 profile
but inherits from ppc64 profile.

On ppc64 ruby23 is not stable yet.
This change is undoing ruby23 masking on ppc64/32ul

Bug: https://bugs.gentoo.org/639476
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 profiles/arch/powerpc/ppc64/32ul/make.defaults   |  5 +++++
 profiles/arch/powerpc/ppc64/32ul/use.stable.mask | 10 ++++++++++
 2 files changed, 15 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/32ul/make.defaults b/profiles/arch/powerpc/ppc64/32ul/make.defaults
index 9865b69f345..e9b4141df62 100644
--- a/profiles/arch/powerpc/ppc64/32ul/make.defaults
+++ b/profiles/arch/powerpc/ppc64/32ul/make.defaults
@@ -14,3 +14,8 @@ ACCEPT_KEYWORDS="${ARCH} -ppc64"
 # Michał Górny <mgorny@gentoo.org> (27 Jun 2014)
 # Make the ABI flag implicit for compatibility with native ebuilds.
 IUSE_IMPLICIT="abi_ppc_32 -abi_ppc_64"
+
+# Sergei Trofimovich <slyfox@gentoo.org> (14 Mar 2018)
+# We need to match up to 'arch/powerpc/ppc32' defaults here.
+# Remove it when ruby23 goes stable on ppc64
+RUBY_TARGETS="ruby22 ruby23"

diff --git a/profiles/arch/powerpc/ppc64/32ul/use.stable.mask b/profiles/arch/powerpc/ppc64/32ul/use.stable.mask
new file mode 100644
index 00000000000..fcdddf46c03
--- /dev/null
+++ b/profiles/arch/powerpc/ppc64/32ul/use.stable.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# This file requires eapi 5 or later. New entries go on top.
+# Please use the same syntax as in use.mask
+
+# Sergei Trofimovich <slyfox@gentoo.org> (14 Mar 2018)
+# We need to match up to 'arch/powerpc/ppc32' defaults here.
+# Remove it when ruby23 goes stable on ppc64
+-ruby_targets_ruby23


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

end of thread, other threads:[~2022-04-22 21:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-14 20:09 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/32ul/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-04-22 21:36 Lars Wendler
2022-01-18 23:46 Sam James
2020-09-14 20:07 Sam James
2018-11-08 23:11 James Le Cuirot
2018-03-14 21:29 Sergei Trofimovich
2018-03-14 19:57 Sergei Trofimovich

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