Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glog/
Date: Sun, 11 Aug 2019 15:57:33
Message-Id: 1565539036.0ccba88f9264b5897de8c117546d93f5d102bf37.whissi@gentoo
1 commit: 0ccba88f9264b5897de8c117546d93f5d102bf37
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 15:10:00 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 15:57:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccba88f
7
8 dev-cpp/glog: restrict tests
9
10 Tests are failing, no maintainer. Restrict tests
11 to continue stabilization.
12
13 Bug: https://bugs.gentoo.org/634174
14 Package-Manager: Portage-2.3.71, Repoman-2.3.17
15 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
16
17 dev-cpp/glog/glog-0.3.4-r1.ebuild | 3 ++-
18 dev-cpp/glog/glog-0.3.5.ebuild | 3 ++-
19 2 files changed, 4 insertions(+), 2 deletions(-)
20
21 diff --git a/dev-cpp/glog/glog-0.3.4-r1.ebuild b/dev-cpp/glog/glog-0.3.4-r1.ebuild
22 index ad7b6587ddb..2f39a30e7a9 100644
23 --- a/dev-cpp/glog/glog-0.3.4-r1.ebuild
24 +++ b/dev-cpp/glog/glog-0.3.4-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -13,6 +13,7 @@ LICENSE="BSD"
32 SLOT="0"
33 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
34 IUSE="gflags static-libs test unwind"
35 +RESTRICT="test"
36
37 RDEPEND="
38 gflags? ( >=dev-cpp/gflags-2.0-r1[${MULTILIB_USEDEP}] )
39
40 diff --git a/dev-cpp/glog/glog-0.3.5.ebuild b/dev-cpp/glog/glog-0.3.5.ebuild
41 index 1f4064c6639..945371f4553 100644
42 --- a/dev-cpp/glog/glog-0.3.5.ebuild
43 +++ b/dev-cpp/glog/glog-0.3.5.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI="6"
50 @@ -13,6 +13,7 @@ LICENSE="BSD"
51 SLOT="0"
52 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
53 IUSE="gflags static-libs test unwind"
54 +RESTRICT="test"
55
56 RDEPEND="
57 gflags? ( >=dev-cpp/gflags-2.0-r1[${MULTILIB_USEDEP}] )