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 09982138351 for ; Fri, 17 Apr 2020 18:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81C51E086F; Fri, 17 Apr 2020 18:55:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6CFC6E086F for ; Fri, 17 Apr 2020 18:55:15 +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 9F50334F01E for ; Fri, 17 Apr 2020 18:55:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDEF71E2 for ; Fri, 17 Apr 2020 18:55:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1587149698.1de0fd44d0c8b1dd099cd3309b11e900faff51e4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/system-config-printer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/system-config-printer/system-config-printer-1.5.12-r1.ebuild X-VCS-Directories: app-admin/system-config-printer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1de0fd44d0c8b1dd099cd3309b11e900faff51e4 X-VCS-Branch: master Date: Fri, 17 Apr 2020 18:55:11 +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: 1d0ac373-c765-46d4-ac55-604ee63515d9 X-Archives-Hash: 2f9582229593b05c4deda20a772dff57 commit: 1de0fd44d0c8b1dd099cd3309b11e900faff51e4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 17 18:50:15 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 17 18:54:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de0fd44 app-admin/system-config-printer: python3_8 support, drop USE doc doc was depending on last-rited dev-python/epydoc Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> .../system-config-printer/system-config-printer-1.5.12-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app-admin/system-config-printer/system-config-printer-1.5.12-r1.ebuild b/app-admin/system-config-printer/system-config-printer-1.5.12-r1.ebuild index 6f0b21fb6e2..9a157f3b5f0 100644 --- a/app-admin/system-config-printer/system-config-printer-1.5.12-r1.ebuild +++ b/app-admin/system-config-printer/system-config-printer-1.5.12-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="xml" inherit gnome2 python-single-r1 systemd @@ -14,7 +14,7 @@ SRC_URI="https://github.com/OpenPrinting/${PN}/releases/download/${PV}/${P}.tar. LICENSE="GPL-2+" KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~sparc x86" SLOT="0" -IUSE="doc gnome-keyring policykit" +IUSE="gnome-keyring policykit" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Needs cups running, bug 284005 @@ -41,7 +41,6 @@ DEPEND="${COMMON_DEPEND} dev-util/intltool sys-devel/gettext virtual/pkgconfig - doc? ( dev-python/epydoc ) " RDEPEND="${COMMON_DEPEND} $(python_gen_cond_dep ' @@ -75,11 +74,9 @@ src_configure() { src_compile() { gnome2_src_compile - use doc && emake html } src_install() { - use doc && local HTML_DOCS=( html/. ) gnome2_src_install python_fix_shebang "${ED}" python_optimize