commit: 8609352741da3b770fb3792b768aa60225ace34b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 24 09:48:31 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 24 10:36:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86093527
virtual/pmake: Add a new version using bmake, #596900 virtual/pmake/pmake-1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/virtual/pmake/pmake-1.ebuild b/virtual/pmake/pmake-1.ebuild new file mode 100644 index 00000000000..5057856c369 --- /dev/null +++ b/virtual/pmake/pmake-1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for BSD-like make (to be used with get_bmake)" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-macos" + +RDEPEND="kernel_linux? ( sys-devel/bmake ) + kernel_SunOS? ( sys-devel/bmake ) + kernel_Darwin? ( sys-devel/bsdmake )"
