Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pmake/
Date: Wed, 06 Jan 2021 12:42:13
Message-Id: 1609936915.c3cda0e92d35181b1ecf02208df2fdcbbb1dd918.grobian@gentoo
1 commit: c3cda0e92d35181b1ecf02208df2fdcbbb1dd918
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 12:38:15 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 12:41:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cda0e9
7
8 virtual/pmake: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 virtual/pmake/pmake-1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/virtual/pmake/pmake-1.ebuild b/virtual/pmake/pmake-1.ebuild
17 index 3202fe12a06..59532b16f74 100644
18 --- a/virtual/pmake/pmake-1.ebuild
19 +++ b/virtual/pmake/pmake-1.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 DESCRIPTION="Virtual for BSD-like make (to be used with get_bmake)"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
30 +KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos"
31
32 RDEPEND="kernel_linux? ( sys-devel/bmake )
33 kernel_SunOS? ( sys-devel/bmake )