diff options
Diffstat (limited to 'net-libs/libhubbub/libhubbub-0.3.3.ebuild')
-rw-r--r-- | net-libs/libhubbub/libhubbub-0.3.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libhubbub/libhubbub-0.3.3.ebuild b/net-libs/libhubbub/libhubbub-0.3.3.ebuild index 833850b112d2..7c1047c179c8 100644 --- a/net-libs/libhubbub/libhubbub-0.3.3.ebuild +++ b/net-libs/libhubbub/libhubbub-0.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="amd64 arm ~ppc x86 ~m68k-mint" IUSE="doc test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-libs/libparserutils-0.2.1-r1[static-libs?,${MULTILIB_USEDEP}] !net-libs/hubbub" |