summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2018-01-13 15:52:11 +0700
committerAndrey Grozin <grozin@gentoo.org>2018-01-13 15:52:11 +0700
commit2eb023eaf27d9b47399bbda411ef28507e41d276 (patch)
tree07efb6b2d05913ac168841607b96c275955b99e7 /dev-libs/libunibreak
parentdev-ruby/rack-cache: amd64 stable (diff)
downloadgentoo-2eb023eaf27d9b47399bbda411ef28507e41d276.tar.gz
gentoo-2eb023eaf27d9b47399bbda411ef28507e41d276.tar.bz2
gentoo-2eb023eaf27d9b47399bbda411ef28507e41d276.zip
dev-libs/libunibreak: restrict test
Tests require internet access to www.unicode.org Closes: https://bugs.gentoo.org/644164 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-libs/libunibreak')
-rw-r--r--dev-libs/libunibreak/libunibreak-4.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/libunibreak/libunibreak-4.0.ebuild b/dev-libs/libunibreak/libunibreak-4.0.ebuild
index ec0bccd245fe..75c158e6afb0 100644
--- a/dev-libs/libunibreak/libunibreak-4.0.ebuild
+++ b/dev-libs/libunibreak/libunibreak-4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,6 +13,9 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="doc +man static-libs"
+# Tests require internet access to www.unicode.org
+RESTRICT="test"
+
DEPEND="man? ( app-doc/doxygen )"
RDEPEND="!dev-libs/liblinebreak"