commit: 7b4af10b342ae6d93be53161b429416702a51eaf Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon May 22 09:14:30 2017 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon May 22 10:04:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4af10b
profiles: Update dev-java/icedtea[shenandoah] mask to allow arm64 profiles/arch/amd64/package.use.mask | 2 +- profiles/arch/arm64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 4ee9201d136..39542d77bac 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -73,7 +73,7 @@ dev-db/mariadb -jdbc >=www-client/firefox-48 -pgo # James Le Cuirot <[email protected]> (26 Jul 2016) -# Only available on amd64. +# Only available on some architectures. dev-java/icedtea -shenandoah # Mike Gilbert <[email protected]> (23 Jun 2016) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 45b457c9f09..41e06b37126 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <[email protected]> (22 May 2017) +# Only available on some architectures. +dev-java/icedtea -shenandoah + # Michael Weber <[email protected]> (18 May 2017) # mask due missing keywords on dev-python/epydoc[latex] sys-apps/portage epydoc diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index e379a256d7c..281ec6669ef 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -47,7 +47,7 @@ dev-db/percona-server tokudb tokudb-backup-plugin dev-db/mariadb jdbc # James Le Cuirot <[email protected]> (26 Jul 2016) -# Only available on amd64. +# Only available on some architectures. dev-java/icedtea shenandoah # Mike Gilbert <[email protected]> (23 Jun 2016)
