diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2015-03-08 09:43:02 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2015-03-08 09:43:02 +0000 |
commit | 2c1c43afbc98403d86e76c40fcaab02a31472eb1 (patch) | |
tree | acf513ca6a68db22f64b1045a42820f62c9f7da7 /net-print/hplip | |
parent | Whitespace. (diff) | |
download | gentoo-2-2c1c43afbc98403d86e76c40fcaab02a31472eb1.tar.gz gentoo-2-2c1c43afbc98403d86e76c40fcaab02a31472eb1.tar.bz2 gentoo-2-2c1c43afbc98403d86e76c40fcaab02a31472eb1.zip |
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)
Diffstat (limited to 'net-print/hplip')
-rw-r--r-- | net-print/hplip/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.15.2.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 7fd1f295129d..bbe45c382b77 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -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 <billie@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) diff --git a/net-print/hplip/hplip-3.15.2.ebuild b/net-print/hplip/hplip-3.15.2.ebuild index ec0d05aac391..e92c9a662b7c 100644 --- a/net-print/hplip/hplip-3.15.2.ebuild +++ b/net-print/hplip/hplip-3.15.2.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.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 @@ COMMON_DEPEND=" ) !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 ) )" |