diff options
author | David Seifert <soap@gentoo.org> | 2018-04-22 12:33:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-22 12:33:57 +0200 |
commit | fce78f20633bf59e36ad0dee0f86bd8e8456f4a7 (patch) | |
tree | 2081caf74c494c960a0e9ecf912add86ba2b7b59 /x11-misc/slop/slop-9999.ebuild | |
parent | media-libs/adplug: Remove old (diff) | |
download | gentoo-fce78f20633bf59e36ad0dee0f86bd8e8456f4a7.tar.gz gentoo-fce78f20633bf59e36ad0dee0f86bd8e8456f4a7.tar.bz2 gentoo-fce78f20633bf59e36ad0dee0f86bd8e8456f4a7.zip |
x11-misc/slop: Use ninja by default
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'x11-misc/slop/slop-9999.ebuild')
-rw-r--r-- | x11-misc/slop/slop-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-misc/slop/slop-9999.ebuild b/x11-misc/slop/slop-9999.ebuild index 4aef7f894258..1d4abcaf3e88 100644 --- a/x11-misc/slop/slop-9999.ebuild +++ b/x11-misc/slop/slop-9999.ebuild @@ -3,6 +3,7 @@ EAPI=6 +: ${CMAKE_MAKEFILE_GENERATOR:=ninja} inherit cmake-utils DESCRIPTION="An application that queries the user for a selection for printing" |