From: Mike Gilbert Date: Sat, 11 Aug 2018 17:03:05 +0000 (-0400) Subject: sys-fs/cryfs: always use emake X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4711906580f34d5726060a07460238b8e4f4b686;p=gentoo.git sys-fs/cryfs: always use emake Bug: https://bugs.gentoo.org/634392 Package-Manager: Portage-2.3.45_p0_p305925, Repoman-2.3.10_p30_p305925 --- diff --git a/sys-fs/cryfs/cryfs-0.9.7.ebuild b/sys-fs/cryfs/cryfs-0.9.7.ebuild index 093fb5152d9b..9731773b9492 100644 --- a/sys-fs/cryfs/cryfs-0.9.7.ebuild +++ b/sys-fs/cryfs/cryfs-0.9.7.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +CMAKE_MAKEFILE_GENERATOR=emake PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit cmake-utils python-any-r1 diff --git a/sys-fs/cryfs/cryfs-0.9.9.ebuild b/sys-fs/cryfs/cryfs-0.9.9.ebuild index 3e5dfe1b37b8..6501bc524cae 100644 --- a/sys-fs/cryfs/cryfs-0.9.9.ebuild +++ b/sys-fs/cryfs/cryfs-0.9.9.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +CMAKE_MAKEFILE_GENERATOR=emake PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit cmake-utils python-any-r1 flag-o-matic diff --git a/sys-fs/cryfs/cryfs-9999.ebuild b/sys-fs/cryfs/cryfs-9999.ebuild index 3e5dfe1b37b8..6501bc524cae 100644 --- a/sys-fs/cryfs/cryfs-9999.ebuild +++ b/sys-fs/cryfs/cryfs-9999.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +CMAKE_MAKEFILE_GENERATOR=emake PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit cmake-utils python-any-r1 flag-o-matic