commit: 704255d651e222c085080634a4e50db51084436c Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue Jul 26 21:25:53 2016 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Jul 26 21:26:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704255d6
profiles: dev-java/icedtea[shenandoah] is only available on amd64 profiles/arch/amd64/package.use.mask | 4 ++++ profiles/base/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 3640f08..461b7ee 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -18,6 +18,10 @@ #--- END OF EXAMPLES --- +# James Le Cuirot <[email protected]> (26 Jul 2016) +# Only available on amd64. +dev-java/icedtea -shenandoah + # Mike Gilbert <[email protected]> (23 Jun 2016) # This flag only has meaning on amd64 sys-boot/grub:2 -grub_platforms_xen-32 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 7cd1d83..25118be 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -5,6 +5,10 @@ # This file requires >=portage-2.1.1 # New entries go on top. +# James Le Cuirot <[email protected]> (26 Jul 2016) +# Only available on amd64. +dev-java/icedtea shenandoah + # Johannes Huber <[email protected]> (10 Jul 2016) # Unreleased dependencies. >=media-gfx/digikam-5.0.0 addressbook
