Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gflags/
Date: Sun, 09 Jul 2017 21:41:41
Message-Id: 1499636487.77365155eec5aa718f25f49c0875fcbd022f5793.mgorny@gentoo
1 commit: 77365155eec5aa718f25f49c0875fcbd022f5793
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 08:54:38 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 21:41:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77365155
7
8 dev-cpp/gflags: Enable tests
9
10 dev-cpp/gflags/gflags-9999.ebuild | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-9999.ebuild
14 index 8a45409fc69..79f70a7aee4 100644
15 --- a/dev-cpp/gflags/gflags-9999.ebuild
16 +++ b/dev-cpp/gflags/gflags-9999.ebuild
17 @@ -18,7 +18,7 @@ HOMEPAGE="http://gflags.github.io/gflags/"
18
19 LICENSE="BSD"
20 SLOT="0/2.2"
21 -IUSE="static-libs"
22 +IUSE="static-libs test"
23
24 # AUTHORS.txt only links the google group
25 DOCS=( ChangeLog.txt README.md )
26 @@ -27,6 +27,7 @@ multilib_src_configure() {
27 local mycmakeargs=(
28 -DBUILD_SHARED_LIBS=ON
29 -DBUILD_STATIC_LIBS=$(usex static-libs)
30 + -DBUILD_TESTING=$(usex test)
31 # avoid installing .cmake/packages, e.g.:
32 # >>> /tmp/portage/dev-cpp/gflags-9999/homedir/.cmake/packages/gflags/a7fca4708532331c2d656af0fdc8b8b9
33 -DREGISTER_INSTALL_PREFIX=OFF