diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-18 11:12:01 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-18 11:12:01 +0000 |
commit | 7d689fc06aa641f54ef079dbe85cf26a1a8d79b9 (patch) | |
tree | 0229c5fe744e7c9b8a554cc313eaa1ab6e2555d6 /dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild | |
parent | Enable python3.3. Properly die on test failure. (diff) | |
download | gentoo-2-7d689fc06aa641f54ef079dbe85cf26a1a8d79b9.tar.gz gentoo-2-7d689fc06aa641f54ef079dbe85cf26a1a8d79b9.tar.bz2 gentoo-2-7d689fc06aa641f54ef079dbe85cf26a1a8d79b9.zip |
Remove the doc restriction after enabling python3.3 on dev-python/sphinx.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild index 3e24dd962ca6..92d6de0cfd5a 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v 1.2 2013/01/17 22:42:33 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v 1.3 2013/01/18 11:12:01 mgorny Exp $ EAPI=5 @@ -27,8 +27,6 @@ RDEPEND="" S="${WORKDIR}/${MY_P}" -REQUIRED_USE="doc? ( !python_targets_python3_3 )" - python_compile_all() { if use doc; then emake -C doc html |