diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-11 17:10:00 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-11 17:57:16 +0200 |
commit | 0ccba88f9264b5897de8c117546d93f5d102bf37 (patch) | |
tree | 90abdb4c8fce4543af15d24dbde03f2e2ddef1b3 /dev-cpp | |
parent | www-client/chromium: stable channel bump to 76.0.3809.100 (diff) | |
download | gentoo-0ccba88f9264b5897de8c117546d93f5d102bf37.tar.gz gentoo-0ccba88f9264b5897de8c117546d93f5d102bf37.tar.bz2 gentoo-0ccba88f9264b5897de8c117546d93f5d102bf37.zip |
dev-cpp/glog: restrict tests
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>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/glog/glog-0.3.4-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-cpp/glog/glog-0.3.5.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-cpp/glog/glog-0.3.4-r1.ebuild b/dev-cpp/glog/glog-0.3.4-r1.ebuild index ad7b6587ddb3..2f39a30e7a90 100644 --- a/dev-cpp/glog/glog-0.3.4-r1.ebuild +++ b/dev-cpp/glog/glog-0.3.4-r1.ebuild @@ -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}] ) diff --git a/dev-cpp/glog/glog-0.3.5.ebuild b/dev-cpp/glog/glog-0.3.5.ebuild index 1f4064c66394..945371f45537 100644 --- a/dev-cpp/glog/glog-0.3.5.ebuild +++ b/dev-cpp/glog/glog-0.3.5.ebuild @@ -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}] ) |