Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pmake/
Date: Sat, 24 Jun 2017 10:37:12
Message-Id: 1498300619.8609352741da3b770fb3792b768aa60225ace34b.mgorny@gentoo
1 commit: 8609352741da3b770fb3792b768aa60225ace34b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 24 09:48:31 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 10:36:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86093527
7
8 virtual/pmake: Add a new version using bmake, #596900
9
10 virtual/pmake/pmake-1.ebuild | 12 ++++++++++++
11 1 file changed, 12 insertions(+)
12
13 diff --git a/virtual/pmake/pmake-1.ebuild b/virtual/pmake/pmake-1.ebuild
14 new file mode 100644
15 index 00000000000..5057856c369
16 --- /dev/null
17 +++ b/virtual/pmake/pmake-1.ebuild
18 @@ -0,0 +1,12 @@
19 +# Copyright 1999-2017 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI=6
23 +
24 +DESCRIPTION="Virtual for BSD-like make (to be used with get_bmake)"
25 +SLOT="0"
26 +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-macos"
27 +
28 +RDEPEND="kernel_linux? ( sys-devel/bmake )
29 + kernel_SunOS? ( sys-devel/bmake )
30 + kernel_Darwin? ( sys-devel/bsdmake )"