public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64ul/, profiles/arch/powerpc/ppc64/32ul/
@ 2018-10-19 11:06 James Le Cuirot
  0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2018-10-19 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     44af0797d8045b1a4e3f5157cf00eed45c25db7a
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 18 22:21:11 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 11:05:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44af0797

profiles: Mask dev-java/openjdk-bin on big-endian ppc64

AdoptOpenJDK's ppc64 build is little-endian only.

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

 profiles/arch/powerpc/ppc64/32ul/package.mask | 6 +++++-
 profiles/arch/powerpc/ppc64/64ul/package.mask | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/powerpc/ppc64/32ul/package.mask b/profiles/arch/powerpc/ppc64/32ul/package.mask
index 87c0b7d6d57..1fc0ad79466 100644
--- a/profiles/arch/powerpc/ppc64/32ul/package.mask
+++ b/profiles/arch/powerpc/ppc64/32ul/package.mask
@@ -1,2 +1,6 @@
-# Copyright 2012-2012 Gentoo Foundation
+# 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

diff --git a/profiles/arch/powerpc/ppc64/64ul/package.mask b/profiles/arch/powerpc/ppc64/64ul/package.mask
index bbf97dd6cee..def9c263cb7 100644
--- a/profiles/arch/powerpc/ppc64/64ul/package.mask
+++ b/profiles/arch/powerpc/ppc64/64ul/package.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-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
+
 # <gcc-4 does not compile with >=gcc-4 on ppc64
 sys-libs/libstdc++-v3
 <sys-devel/gcc-4.1


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64ul/, profiles/arch/powerpc/ppc64/32ul/
@ 2021-01-19 20:42 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2021-01-19 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b9719aee9634697cf078255327360c921847e071
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 19:06:51 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 20:41:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9719aee

profiles: ppc64/{32ul,64ul}: Mask >=app-office/libreoffice-7[java]

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/arch/powerpc/ppc64/32ul/package.use.mask | 6 +++++-
 profiles/arch/powerpc/ppc64/64ul/package.use.mask | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/powerpc/ppc64/32ul/package.use.mask b/profiles/arch/powerpc/ppc64/32ul/package.use.mask
index 4d780e3eeba..4fdcbda5e77 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-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner <asturm@gentoo.org> (2021-01-19)
+# dev-java/openjdk:11 is not keyworded
+>=app-office/libreoffice-7 java
+
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-01-26)
 # media-libs/libheif is not keyworded
 media-gfx/gimp heif

diff --git a/profiles/arch/powerpc/ppc64/64ul/package.use.mask b/profiles/arch/powerpc/ppc64/64ul/package.use.mask
index 6e29154ca39..e3f01805e4f 100644
--- a/profiles/arch/powerpc/ppc64/64ul/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/64ul/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner <asturm@gentoo.org> (2021-01-19)
+# dev-java/openjdk:11 is not keyworded
+>=app-office/libreoffice-7 java
+
 # Georgy Yakovlev <gyakovlev@gentoo.org> (2020-05-03)
 # Fails to build, needs more work
 www-client/firefox clang


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

end of thread, other threads:[~2021-01-19 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-19 20:42 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64ul/, profiles/arch/powerpc/ppc64/32ul/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2018-10-19 11:06 James Le Cuirot

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