diff options
Diffstat (limited to 'dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild index 9819d650d909..9566d646c163 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.6.3.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.6.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=7 @@ -19,6 +19,7 @@ SLOT="4" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc test" +RESTRICT="!test? ( test )" # html5lib is optional however hard coding since its use is actively discouraged in the devmanual RDEPEND=" |