Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pmake/
Date: Wed, 03 Feb 2021 02:53:54
Message-Id: 1612320807.0b12c3672c8513ba2ef710eaafac34705c7acc5c.sam@gentoo
1 commit: 0b12c3672c8513ba2ef710eaafac34705c7acc5c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 3 02:50:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 3 02:53:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b12c367
7
8 virtual/pmake: fix VirtualKeywordsUpdate
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 virtual/pmake/pmake-1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/virtual/pmake/pmake-1.ebuild b/virtual/pmake/pmake-1.ebuild
17 index 59532b16f74..f3ff9582e54 100644
18 --- a/virtual/pmake/pmake-1.ebuild
19 +++ b/virtual/pmake/pmake-1.ebuild
20 @@ -5,7 +5,7 @@ EAPI=6
21
22 DESCRIPTION="Virtual for BSD-like make (to be used with get_bmake)"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos"
25 +KEYWORDS="amd64 ppc x86 ~ppc-macos"
26
27 RDEPEND="kernel_linux? ( sys-devel/bmake )
28 kernel_SunOS? ( sys-devel/bmake )