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 BB3D5138350 for ; Sun, 9 Feb 2020 16:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 253EBE0876; Sun, 9 Feb 2020 16:25:25 +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 A881EE0871 for ; Sun, 9 Feb 2020 16:25:24 +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 24F4634E73F for ; Sun, 9 Feb 2020 16:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0551134 for ; Sun, 9 Feb 2020 16:25:19 +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: <1581265312.df73f021243d551c80a01f6e13683362804ad155.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: df73f021243d551c80a01f6e13683362804ad155 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:25:19 +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: a9b5d31f-d2a5-467e-864b-c88d7068bb36 X-Archives-Hash: 59a0963c5cc05644e754de7bf25cbb29 commit: df73f021243d551c80a01f6e13683362804ad155 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 14:06:40 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:21:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df73f021 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 269d8be267c..971bd6d07a0 100644 --- a/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild +++ b/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND=" $(python_gen_cond_dep ' - dev-python/pygtk:2[${PYTHON_USEDEP}] + dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}] ') gnome-base/librsvg ${PYTHON_DEPS}