diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-24 11:48:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-24 12:36:59 +0200 |
commit | 8609352741da3b770fb3792b768aa60225ace34b (patch) | |
tree | a97beb2f356b3ad66ef9a8cfefb4f56e258182bb /virtual/pmake | |
parent | net-analyzer/symon: Dep on sys-devel/pmake, #622598 (diff) | |
download | gentoo-8609352741da3b770fb3792b768aa60225ace34b.tar.gz gentoo-8609352741da3b770fb3792b768aa60225ace34b.tar.bz2 gentoo-8609352741da3b770fb3792b768aa60225ace34b.zip |
virtual/pmake: Add a new version using bmake, #596900
Diffstat (limited to 'virtual/pmake')
-rw-r--r-- | virtual/pmake/pmake-1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/virtual/pmake/pmake-1.ebuild b/virtual/pmake/pmake-1.ebuild new file mode 100644 index 000000000000..5057856c369b --- /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 )" |