diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-29 10:50:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-09 23:41:25 +0200 |
commit | 7fd2897e877364e9a0e7640e27dbe6df9a6185e7 (patch) | |
tree | d2d6fe6c8fd8819d3091a724487c5fdc404840d3 /dev-cpp/gflags | |
parent | dev-cpp/gflags: Bump to EAPI=6 (diff) | |
download | gentoo-7fd2897e877364e9a0e7640e27dbe6df9a6185e7.tar.gz gentoo-7fd2897e877364e9a0e7640e27dbe6df9a6185e7.tar.bz2 gentoo-7fd2897e877364e9a0e7640e27dbe6df9a6185e7.zip |
dev-cpp/gflags: Fix installing stray package registry files
Diffstat (limited to 'dev-cpp/gflags')
-rw-r--r-- | dev-cpp/gflags/gflags-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-9999.ebuild index e54d42e9acf6..be3cd6bb9cf4 100644 --- a/dev-cpp/gflags/gflags-9999.ebuild +++ b/dev-cpp/gflags/gflags-9999.ebuild @@ -27,6 +27,9 @@ multilib_src_configure() { local mycmakeargs=( -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=$(usex static-libs) + # avoid installing .cmake/packages, e.g.: + # >>> /tmp/portage/dev-cpp/gflags-9999/homedir/.cmake/packages/gflags/a7fca4708532331c2d656af0fdc8b8b9 + -DREGISTER_INSTALL_PREFIX=OFF ) cmake-utils_src_configure } |