diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2013-06-09 10:48:56 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2013-06-09 10:48:56 +0000 |
commit | 1bf8bbe4e02dcd2ba6a45cec5431b42df34e8db8 (patch) | |
tree | da782d6a5f86813ccacc4825128ae6924ba28911 /net-print/hplip | |
parent | Version bump. (diff) | |
download | gentoo-2-1bf8bbe4e02dcd2ba6a45cec5431b42df34e8db8.tar.gz gentoo-2-1bf8bbe4e02dcd2ba6a45cec5431b42df34e8db8.tar.bz2 gentoo-2-1bf8bbe4e02dcd2ba6a45cec5431b42df34e8db8.zip |
Switch to virtual/python-imaging as hplip supports both pillow and imaging. This fixes bug #472556. Thanks to Ivan Iraci for the report.
(Portage version: 2.1.12.2/cvs/Linux i686, 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.13.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index ec284df92289..6564bd8a9c95 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/hplip # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.273 2013/06/07 17:11:35 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.274 2013/06/09 10:48:56 billie Exp $ + + 09 Jun 2013; Daniel Pielmeier <billie@gentoo.org> hplip-3.13.5.ebuild: + Switch to virtual/python-imaging as hplip supports both pillow and imaging. + This fixes bug #472556. Thanks to Ivan Iraci for the report. 07 Jun 2013; Daniel Pielmeier <billie@gentoo.org> hplip-3.13.5.ebuild: Add REQUIRED_USE needed by PYTHON_REQUIRED_USE and python-single-r1 eclass. diff --git a/net-print/hplip/hplip-3.13.5.ebuild b/net-print/hplip/hplip-3.13.5.ebuild index 5467b11ceab2..ab23862c9c08 100644 --- a/net-print/hplip/hplip-3.13.5.ebuild +++ b/net-print/hplip/hplip-3.13.5.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/net-print/hplip/hplip-3.13.5.ebuild,v 1.2 2013/06/07 17:11:35 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.13.5.ebuild,v 1.3 2013/06/09 10:48:56 billie Exp $ EAPI=5 @@ -55,7 +55,7 @@ RDEPEND="${COMMON_DEPEND} kernel_linux? ( virtual/udev !<sys-fs/udev-114 ) scanner? ( >=dev-python/reportlab-2.6[${PYTHON_USEDEP}] - >=dev-python/imaging-1.1.7-r2[${PYTHON_USEDEP}] + >=virtual/python-imaging-1[${PYTHON_USEDEP}] X? ( || ( kde? ( kde-misc/skanlite ) media-gfx/xsane |