* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/
@ 2016-04-24 10:17 James Le Cuirot
0 siblings, 0 replies; 6+ messages in thread
From: James Le Cuirot @ 2016-04-24 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 515d298bf24ba74051e63721fd96c260528f068c
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 09:55:48 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 10:16:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515d298b
profiles: Mask icedtea-bin:7 on arm, at least for now
The ARM32 JIT code is broken as of 7.2.6.6. Without this, Java 7 is no
faster than Java 8. Earlier versions have vulnerabilities so either
switch to icedtea-bin:8 or build icedtea:7 from source.
profiles/arch/arm/armv7a/package.mask | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask
index 56e8360..8686f2f 100644
--- a/profiles/arch/arm/armv7a/package.mask
+++ b/profiles/arch/arm/armv7a/package.mask
@@ -7,6 +7,12 @@
-dev-java/oracle-jdk-bin
-dev-java/oracle-jre-bin
+# James Le Cuirot <chewi@gentoo.org> (24 Apr 2016)
+# The ARM32 JIT code is broken as of 7.2.6.6. Without this, Java 7 is
+# no faster than Java 8. Earlier versions have vulnerabilities so
+# either switch to icedtea-bin:8 or build icedtea:7 from source.
+dev-java/icedtea-bin:7
+
# James Le Cuirot <chewi@gentoo.org> (24 May 2015)
# This is built for armv7a so unmask against the wider arm mask.
-dev-java/icedtea-bin
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/
@ 2016-08-05 10:34 James Le Cuirot
0 siblings, 0 replies; 6+ messages in thread
From: James Le Cuirot @ 2016-08-05 10:34 UTC (permalink / raw
To: gentoo-commits
commit: ec4fbdd04416c31a0607e12445704b1a4a7a6ef3
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 5 10:33:45 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Aug 5 10:34:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4fbdd0
profiles: Mask icedtea:7 on arm as well as icedtea-bin:7
profiles/arch/arm/armv7a/package.mask | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask
index 8686f2f..50c309f 100644
--- a/profiles/arch/arm/armv7a/package.mask
+++ b/profiles/arch/arm/armv7a/package.mask
@@ -2,17 +2,19 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+# James Le Cuirot <chewi@gentoo.org> (05 Aug 2016)
+# The ARM32 JIT code is broken as of 7.2.6.6. Without this, Java 7 is
+# no faster than Java 8. It seems more likely that Java 8 will see a
+# new HotSpot port before this breakage is fixed. Earlier versions
+# have vulnerabilities so please switch to icedtea(-bin):8.
+dev-java/icedtea:7
+dev-java/icedtea-bin:7
+
# James Le Cuirot <chewi@gentoo.org> (09 Jan 2016)
# This is built for armv6 so unmask against the wider arm mask.
-dev-java/oracle-jdk-bin
-dev-java/oracle-jre-bin
-# James Le Cuirot <chewi@gentoo.org> (24 Apr 2016)
-# The ARM32 JIT code is broken as of 7.2.6.6. Without this, Java 7 is
-# no faster than Java 8. Earlier versions have vulnerabilities so
-# either switch to icedtea-bin:8 or build icedtea:7 from source.
-dev-java/icedtea-bin:7
-
# James Le Cuirot <chewi@gentoo.org> (24 May 2015)
# This is built for armv7a so unmask against the wider arm mask.
-dev-java/icedtea-bin
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/
@ 2017-12-06 21:55 James Le Cuirot
0 siblings, 0 replies; 6+ messages in thread
From: James Le Cuirot @ 2017-12-06 21:55 UTC (permalink / raw
To: gentoo-commits
commit: ab46ebc3a07bfe8af6de9f2293f4dd2e8a16935d
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 6 21:52:09 2017 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 6 21:54:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab46ebc3
profiles: Remove obsolete Java 7 arm mask
profiles/arch/arm/armv7a/package.mask | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask
index f997bb16798..4cce0b3608e 100644
--- a/profiles/arch/arm/armv7a/package.mask
+++ b/profiles/arch/arm/armv7a/package.mask
@@ -1,14 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# James Le Cuirot <chewi@gentoo.org> (05 Aug 2016)
-# The ARM32 JIT code is broken as of 7.2.6.6. Without this, Java 7 is
-# no faster than Java 8. It seems more likely that Java 8 will see a
-# new HotSpot port before this breakage is fixed. Earlier versions
-# have vulnerabilities so please switch to icedtea(-bin):8.
-dev-java/icedtea:7
-dev-java/icedtea-bin:7
-
# James Le Cuirot <chewi@gentoo.org> (09 Jan 2016)
# This is built for armv6 so unmask against the wider arm mask.
-dev-java/oracle-jdk-bin
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/
@ 2019-06-22 23:58 Georgy Yakovlev
0 siblings, 0 replies; 6+ messages in thread
From: Georgy Yakovlev @ 2019-06-22 23:58 UTC (permalink / raw
To: gentoo-commits
commit: 41d106a815f3a3d60b23973b0e13d74721cf7563
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 23:52:21 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 23:58:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d106a8
profiles/arch/arm/armv7a/package.mask: unmask openjdk-bin:11 on armv7a
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
profiles/arch/arm/armv7a/package.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask
index 4cce0b3608e..9b037623bcf 100644
--- a/profiles/arch/arm/armv7a/package.mask
+++ b/profiles/arch/arm/armv7a/package.mask
@@ -9,3 +9,7 @@
# James Le Cuirot <chewi@gentoo.org> (24 May 2015)
# This is built for armv7a so unmask against the wider arm mask.
-dev-java/icedtea-bin
+
+# Georgy Yakovlev <gyakovlev@gentoo.org> (22 June 2019)
+# This is built for armv7a so unmask here.
+-dev-java/openjdk-bin:11
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/
@ 2020-09-26 6:41 Joonas Niilola
0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2020-09-26 6:41 UTC (permalink / raw
To: gentoo-commits
commit: 3ee3d85c64dde30c5225cabddc62e4edc0f819e6
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 06:39:12 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 06:41:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee3d85c
profiles/arch/arm/armv7a: unmask media-libs/libavif
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
profiles/arch/arm/armv7a/package.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask
index 3e820a0a2fc..66fcdd6f675 100644
--- a/profiles/arch/arm/armv7a/package.mask
+++ b/profiles/arch/arm/armv7a/package.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Joonas Niilola <juippis@gentoo.org> (2020-09-26)
+# Depends on media-video/rav1e that's listed below. #744637
+-media-libs/libavif
+
# Sam James <sam@gentoo.org> (2020-07-02)
# Needs Rust, which is available here
-dev-util/cargo-c
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/
@ 2020-10-08 10:44 Joonas Niilola
0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2020-10-08 10:44 UTC (permalink / raw
To: gentoo-commits
commit: 38b6463e42ca8e103050d06fc791e4a5fcdc34cc
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 8 10:43:55 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Oct 8 10:43:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b6463e
profiles/arch/arm/armv7a: efl[avif] unmasked
- dependency keyworded on this arm profile.
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
profiles/arch/arm/armv7a/package.use.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/arch/arm/armv7a/package.use.mask b/profiles/arch/arm/armv7a/package.use.mask
index 961a9bcf203..9f750cc47ac 100644
--- a/profiles/arch/arm/armv7a/package.use.mask
+++ b/profiles/arch/arm/armv7a/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Joonas Niilola <juippis@gentoo.org> (2020-10-08)
+# Dependency keyworded on this arm profile.
+dev-libs/efl -avif
+
# Sam James <sam@gentoo.org> (2020-10-05)
# Guile only supports JIT on some arches
# (armv7 only for arm)
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-10-08 10:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-22 23:58 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/ Georgy Yakovlev
-- strict thread matches above, loose matches on Subject: below --
2020-10-08 10:44 Joonas Niilola
2020-09-26 6:41 Joonas Niilola
2017-12-06 21:55 James Le Cuirot
2016-08-05 10:34 James Le Cuirot
2016-04-24 10:17 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