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 88418138350 for ; Fri, 7 Feb 2020 09:08:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A97FE0894; Fri, 7 Feb 2020 09:08:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0C5F7E0875 for ; Fri, 7 Feb 2020 09:08:51 +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 B382334E80E for ; Fri, 7 Feb 2020 09:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 460A712B for ; Fri, 7 Feb 2020 09:08:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581066513.25619c7456587a9f7e3e1e65077330b15b12c918.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/gtkcdlabel/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild X-VCS-Directories: app-cdr/gtkcdlabel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 25619c7456587a9f7e3e1e65077330b15b12c918 X-VCS-Branch: master Date: Fri, 7 Feb 2020 09:08:49 +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: e039c4fa-dc93-4b84-a64b-0b016190ec1a X-Archives-Hash: a5f6bffb0a60219e970cf926d6d98c2f commit: 25619c7456587a9f7e3e1e65077330b15b12c918 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 08:53:53 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 7 09:08:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25619c74 app-cdr/gtkcdlabel: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild b/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild index f0e3b51cba8..c0c631081be 100644 --- a/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild +++ b/app-cdr/gtkcdlabel/gtkcdlabel-1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,9 @@ IUSE="" DEPEND="${PYTHON_DEPS} >=app-cdr/cdlabelgen-4 - dev-python/pygtk[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/pygtk[${PYTHON_MULTI_USEDEP}] + ')" RDEPEND="${DEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}"