diff options
author | 2021-02-03 02:50:29 +0000 | |
---|---|---|
committer | 2021-02-03 02:53:27 +0000 | |
commit | 0b12c3672c8513ba2ef710eaafac34705c7acc5c (patch) | |
tree | e8d94595eb445be628423c2dc49009f9ffceed20 /virtual | |
parent | virtual/perl-threads: fix VirtualKeywordsUpdate (diff) | |
download | gentoo-0b12c3672c8513ba2ef710eaafac34705c7acc5c.tar.gz gentoo-0b12c3672c8513ba2ef710eaafac34705c7acc5c.tar.bz2 gentoo-0b12c3672c8513ba2ef710eaafac34705c7acc5c.zip |
virtual/pmake: fix VirtualKeywordsUpdate
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pmake/pmake-1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/pmake/pmake-1.ebuild b/virtual/pmake/pmake-1.ebuild index 59532b16f74d..f3ff9582e546 100644 --- a/virtual/pmake/pmake-1.ebuild +++ b/virtual/pmake/pmake-1.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="Virtual for BSD-like make (to be used with get_bmake)" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos" +KEYWORDS="amd64 ppc x86 ~ppc-macos" RDEPEND="kernel_linux? ( sys-devel/bmake ) kernel_SunOS? ( sys-devel/bmake ) |