diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-08-21 08:45:15 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-08-21 08:45:15 -0400 |
commit | 935ed658873c467ad71a6f3ad0d54917859eb969 (patch) | |
tree | c04dbc92ee96d832b06591ab4129ef49807241bd /virtual/jdk | |
parent | 66e82398db4bdc45043edcc8130b6076c04d1d83 (diff) | |
download | gentoo-overlay-935ed658873c467ad71a6f3ad0d54917859eb969.tar.xz gentoo-overlay-935ed658873c467ad71a6f3ad0d54917859eb969.zip |
virtual/{jdk,jre}: drop keywords
prevent portage from suggesting upgrades while source build is unavailable
Diffstat (limited to 'virtual/jdk')
-rw-r--r-- | virtual/jdk/jdk-18-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/jdk/jdk-18-r1.ebuild b/virtual/jdk/jdk-18-r1.ebuild index a18c1a8..2848b43 100644 --- a/virtual/jdk/jdk-18-r1.ebuild +++ b/virtual/jdk/jdk-18-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="Virtual for Java Development Kit (JDK)" SLOT="${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" +KEYWORDS="" RDEPEND="|| ( dev-java/openjdk-bin:${SLOT}[gentoo-vm(+)] |