diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-07-26 08:05:39 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-07-26 08:05:39 +0000 |
commit | 0f7274087d831aa9864d3ff55ba6d5d51d8ab3c8 (patch) | |
tree | 6dd772703168d3298b33f0091e4f1676135b1008 /sys-apps | |
parent | Disable cups in samba-3.5 since it depends on old versions that were removed.... (diff) | |
download | gentoo-2-0f7274087d831aa9864d3ff55ba6d5d51d8ab3c8.tar.gz gentoo-2-0f7274087d831aa9864d3ff55ba6d5d51d8ab3c8.tar.bz2 gentoo-2-0f7274087d831aa9864d3ff55ba6d5d51d8ab3c8.zip |
Remove obsolete pysqlite blocker.
(Portage version: 2.2.0_alpha189/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/portage-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index f496c6529651..a7729d0b2c6f 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.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/sys-apps/portage/portage-9999.ebuild,v 1.84 2013/07/25 22:09:16 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,v 1.85 2013/07/26 08:05:39 zmedico Exp $ EAPI=3 PYTHON_COMPAT=( @@ -45,13 +45,12 @@ python_dep="${python_dep} python_targets_python3_4? ( dev-lang/python:3.4 ) " -# The pysqlite blocker is for bug #282760. # make-3.82 is for bug #455858 DEPEND="${python_dep} >=sys-devel/make-3.82 >=sys-apps/sed-4.0.5 sys-devel/patch doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) - epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 )" + epydoc? ( >=dev-python/epydoc-2.0 )" # Require sandbox-2.2 for bug #288863. # For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's # quite slow, so it's not considered in the dependencies as an alternative to |