From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7608C138350 for ; Sun, 19 Apr 2020 14:42:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC354E0AFA; Sun, 19 Apr 2020 14:42:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A72F7E0AFA for ; Sun, 19 Apr 2020 14:42:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7772334E590 for ; Sun, 19 Apr 2020 14:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E895103 for ; Sun, 19 Apr 2020 14:42:18 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1587307306.8c2578d2c05c5a01342151e96fed27f26ae8ec1a.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/hplip/hplip-3.20.3.ebuild X-VCS-Directories: net-print/hplip/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 8c2578d2c05c5a01342151e96fed27f26ae8ec1a X-VCS-Branch: master Date: Sun, 19 Apr 2020 14:42:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78b1dfd5-bf4c-45a0-a7bd-c6897bc9cd96 X-Archives-Hash: 85f31da38f5c5ec38aa47646ed255850 commit: 8c2578d2c05c5a01342151e96fed27f26ae8ec1a Author: Daniel Pielmeier gentoo org> AuthorDate: Sun Apr 19 14:41:15 2020 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Sun Apr 19 14:41:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2578d2 net-print/hplip: Add python 3.8 support. Requires dev-python/distro thus dropping ppc support as it misses keywords. Package-Manager: Portage-2.3.99, Repoman-2.3.20 Signed-off-by: Daniel Pielmeier gentoo.org> net-print/hplip/hplip-3.20.3.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net-print/hplip/hplip-3.20.3.ebuild b/net-print/hplip/hplip-3.20.3.ebuild index 6abdff9d5b0..d24a1c95865 100644 --- a/net-print/hplip/hplip-3.20.3.ebuild +++ b/net-print/hplip/hplip-3.20.3.ebuild @@ -3,13 +3,13 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="threads(+),xml" # 14 and 15 spit out a lot of warnings about subdirs WANT_AUTOMAKE="1.13" -inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev +inherit autotools flag-o-matic linux-info python-single-r1 readme.gentoo-r1 udev DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and service tools" HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing" @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="doc fax +hpcups hpijs kde libnotify libressl -libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X" @@ -54,6 +54,7 @@ RDEPEND=" kernel_linux? ( virtual/udev ) $(python_gen_cond_dep ' >=dev-python/dbus-python-1.2.0-r1[${PYTHON_MULTI_USEDEP}] + dev-python/distro[${PYTHON_MULTI_USEDEP}] fax? ( dev-python/reportlab[${PYTHON_MULTI_USEDEP}] ) qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,widgets,${PYTHON_MULTI_USEDEP}] @@ -147,6 +148,8 @@ src_prepare() { src_configure() { local myconf drv_build minimal_build + append-cppflags "$(python-config --includes)" + if use libusb0 ; then myconf="${myconf} --enable-libusb01_build" else