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 C5A06138351 for ; Sun, 26 Jan 2020 18:02:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19B74E0866; Sun, 26 Jan 2020 18:02:41 +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 00768E0866 for ; Sun, 26 Jan 2020 18:02:40 +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 26DE334E327 for ; Sun, 26 Jan 2020 18:02:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4865F105 for ; Sun, 26 Jan 2020 18:02:38 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1580061628.fb8422391bb91a27a37c1373a9cf78729df258cd.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/devhelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/devhelp/devhelp-3.30.1.ebuild X-VCS-Directories: dev-util/devhelp/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: fb8422391bb91a27a37c1373a9cf78729df258cd X-VCS-Branch: master Date: Sun, 26 Jan 2020 18:02:38 +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: ffbc8206-5140-4345-b0dd-274ccccbd354 X-Archives-Hash: f9fcb8422c94dfd02d87e7756db5fdb9 commit: fb8422391bb91a27a37c1373a9cf78729df258cd Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jan 26 16:33:22 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jan 26 18:00:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb842239 dev-util/devhelp: add py3.7 support, use python_gen_cond_dep Closes: https://bugs.gentoo.org/702438 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> dev-util/devhelp/devhelp-3.30.1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-util/devhelp/devhelp-3.30.1.ebuild b/dev-util/devhelp/devhelp-3.30.1.ebuild index e00885f4d8e..014be70449d 100644 --- a/dev-util/devhelp/devhelp-3.30.1.ebuild +++ b/dev-util/devhelp/devhelp-3.30.1.ebuild @@ -2,9 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -# gedit-3.8 is python3 only, this also per: -# https://bugzilla.redhat.com/show_bug.cgi?id=979450 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit gnome.org gnome2-utils meson python-single-r1 xdg @@ -28,8 +26,11 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} gedit? ( ${PYTHON_DEPS} - app-editors/gedit[introspection,python,${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + app-editors/gedit[introspection,python,${PYTHON_SINGLE_USEDEP}] + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + ') + ) " # libxml2 required for glib-compile-resources DEPEND="${COMMON_DEPEND}