dev-cpp/glog: restrict tests
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 11 Aug 2019 15:10:00 +0000 (17:10 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 11 Aug 2019 15:57:16 +0000 (17:57 +0200)
Tests are failing, no maintainer. Restrict tests
to continue stabilization.

Bug: https://bugs.gentoo.org/634174
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-cpp/glog/glog-0.3.4-r1.ebuild
dev-cpp/glog/glog-0.3.5.ebuild

index ad7b6587ddb32814cd34d6e4581c75acc314cb81..2f39a30e7a900c1853e74a2d44af098f90ed2a2e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,6 +13,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="gflags static-libs test unwind"
+RESTRICT="test"
 
 RDEPEND="
        gflags? ( >=dev-cpp/gflags-2.0-r1[${MULTILIB_USEDEP}] )
index 1f4064c66394754a50e793063acc41ff52afcc1e..945371f455376f88de5c498d358e2ec977adf927 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -13,6 +13,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="gflags static-libs test unwind"
+RESTRICT="test"
 
 RDEPEND="
        gflags? ( >=dev-cpp/gflags-2.0-r1[${MULTILIB_USEDEP}] )