diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2015-04-26 12:02:08 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2015-04-26 12:02:08 +0000 |
commit | dad8bb9e315c43e33aa1623e38f27089c08099dc (patch) | |
tree | 1de4ac3cd2c3c90b813918a014f8bc8869b5cb88 /net-print/hplip | |
parent | Remove old. (diff) | |
download | gentoo-2-dad8bb9e315c43e33aa1623e38f27089c08099dc.tar.gz gentoo-2-dad8bb9e315c43e33aa1623e38f27089c08099dc.tar.bz2 gentoo-2-dad8bb9e315c43e33aa1623e38f27089c08099dc.zip |
Remove redundant dependency on dbus-python. This fixes bug #547578. Thanks to S. Gilles for the report.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
Diffstat (limited to 'net-print/hplip')
-rw-r--r-- | net-print/hplip/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.15.4.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 98420e8ddaef..37de9f71a0c1 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/hplip # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.325 2015/04/26 11:58:45 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.326 2015/04/26 12:02:08 billie Exp $ + + 26 Apr 2015; Daniel Pielmeier <billie@gentoo.org> hplip-3.15.4.ebuild: + Remove redundant dependency on dbus-python. This fixes bug #547578. Thanks to + S. Gilles for the report. 26 Apr 2015; Daniel Pielmeier <billie@gentoo.org> -hplip-3.15.2.ebuild: Remove old. diff --git a/net-print/hplip/hplip-3.15.4.ebuild b/net-print/hplip/hplip-3.15.4.ebuild index 7f08813e83e8..3ac4336d9488 100644 --- a/net-print/hplip/hplip-3.15.4.ebuild +++ b/net-print/hplip/hplip-3.15.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.15.4.ebuild,v 1.1 2015/04/19 15:29:03 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.15.4.ebuild,v 1.2 2015/04/26 12:02:08 billie Exp $ EAPI=5 @@ -61,7 +61,6 @@ RDEPEND="${COMMON_DEPEND} ) fax? ( >=dev-python/reportlab-2.6[${PYTHON_USEDEP}] - >=dev-python/dbus-python-1.1.1-r1[${PYTHON_USEDEP}] ) qt4? ( >=dev-python/PyQt4-4.9.6-r2[dbus,X,${PYTHON_USEDEP}] |