billie 15/03/08 09:43:02 Modified: ChangeLog hplip-3.15.2.ebuild Log: Remove PYTHON_USEDEP from net-print/cups and net-analyzer/net-snmp. Thanks to Arfrever Frehtes Taifersar Arahesis for the report and the gentoo python team for the detailed explanation. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
Revision Changes Path 1.319 net-print/hplip/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.319&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.319&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?r1=1.318&r2=1.319 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v retrieving revision 1.318 retrieving revision 1.319 diff -u -r1.318 -r1.319 --- ChangeLog 22 Feb 2015 14:41:34 -0000 1.318 +++ ChangeLog 8 Mar 2015 09:43:02 -0000 1.319 @@ -1,6 +1,11 @@ # 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.318 2015/02/22 14:41:34 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.319 2015/03/08 09:43:02 billie Exp $ + + 08 Mar 2015; Daniel Pielmeier <bil...@gentoo.org> hplip-3.15.2.ebuild: + Remove PYTHON_USEDEP from net-print/cups and net-analyzer/net-snmp. Thanks to + Arfrever Frehtes Taifersar Arahesis for the report and the gentoo python team + for the detailed explanation. *hplip-3.15.2 (22 Feb 2015) 1.2 net-print/hplip/hplip-3.15.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.15.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.15.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.15.2.ebuild?r1=1.1&r2=1.2 Index: hplip-3.15.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.15.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hplip-3.15.2.ebuild 22 Feb 2015 14:41:34 -0000 1.1 +++ hplip-3.15.2.ebuild 8 Mar 2015 09:43:02 -0000 1.2 @@ -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.2.ebuild,v 1.1 2015/02/22 14:41:34 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.15.2.ebuild,v 1.2 2015/03/08 09:43:02 billie Exp $ EAPI=5 @@ -27,13 +27,13 @@ ) !minimal? ( ${PYTHON_DEPS} - >=net-print/cups-1.4.0[${PYTHON_USEDEP}] + >=net-print/cups-1.4.0 !libusb0? ( virtual/libusb:1 ) libusb0? ( virtual/libusb:0 ) scanner? ( >=media-gfx/sane-backends-1.0.19-r1 ) fax? ( >=sys-apps/dbus-1.6.8-r1 ) snmp? ( - net-analyzer/net-snmp[${PYTHON_USEDEP}] + net-analyzer/net-snmp dev-libs/openssl:0 ) )"