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 1C567138351 for ; Fri, 7 Feb 2020 11:13:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F313E087B; Fri, 7 Feb 2020 11:12:59 +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 F146BE087B for ; Fri, 7 Feb 2020 11:12:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AD8AE34E873 for ; Fri, 7 Feb 2020 11:12:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31A9510F for ; Fri, 7 Feb 2020 11:12:55 +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: <1581073852.83afb1cc17afac6e4b03e6ee9d65d9c47d08f96b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pystopwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild X-VCS-Directories: app-misc/pystopwatch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 83afb1cc17afac6e4b03e6ee9d65d9c47d08f96b X-VCS-Branch: master Date: Fri, 7 Feb 2020 11:12:55 +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: 62501fbd-4537-40b8-917a-3fb2c88132c3 X-Archives-Hash: 96a8adee914900e90fc14a3ad07fde41 commit: 83afb1cc17afac6e4b03e6ee9d65d9c47d08f96b Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 09:47:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 7 11:10:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83afb1cc app-misc/pystopwatch: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild b/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild index 8ef9462053b..269d8be267c 100644 --- a/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild +++ b/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,9 @@ IUSE="" REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND=" - dev-python/pygtk:2[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygtk:2[${PYTHON_USEDEP}] + ') gnome-base/librsvg ${PYTHON_DEPS} "