commit: 29fe2cb5365df2cfc299b29efd8a225524e506aa Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Aug 29 19:49:44 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Aug 30 14:18:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fe2cb5
profiles: alpha,hppa,mips,s390: Mask dev-perl/Template-Toolkit[gd] Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/mips/package.use.mask | 4 ++++ profiles/arch/s390/package.use.mask | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 1308832de9b9..6c2867f17ff5 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (2025-08-29) +# dev-perl/Template-GD is not keyworded here. Bug #661634 +dev-perl/Template-Toolkit gd + # Michał Górny <[email protected]> (2025-08-21) # Requires dev-python/qtconsole. dev-python/ipython gui diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 48209be779ec..73ce7fb28de5 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]> (2025-08-29) +# dev-perl/Template-GD is not keyworded here. Bug #661634 +dev-perl/Template-Toolkit gd + # Sam James <[email protected]> (2025-06-07) # Needs dev-python/matplotlib dev-python/mpmath test-full diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 072daa13b479..57e2df3a07ce 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (2025-08-29) +# dev-perl/Template-GD is not keyworded here. Bug #661634 +dev-perl/Template-Toolkit gd + # Andreas Sturmlechner <[email protected]> (2025-08-16) # virtual/mysql[static] has no keyworded implementations here. >=virtual/mysql-8.0 static diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 34a5eb8023b2..3456d0184a69 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (2025-08-29) +# dev-perl/Template-GD is not keyworded here. Bug #661634 +dev-perl/Template-Toolkit gd + # Michał Górny <[email protected]> (2025-08-21) # Requires dev-python/qtconsole. dev-python/ipython gui
