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 0DF1D138359 for ; Mon, 17 Aug 2020 16:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41189E0870; Mon, 17 Aug 2020 16:23:35 +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 28A56E0870 for ; Mon, 17 Aug 2020 16:23:35 +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 B724D34F4AC for ; Mon, 17 Aug 2020 16:23:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A93722B for ; Mon, 17 Aug 2020 16:23:32 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1597681374.a02a79b838e9a119745a55a877919ac8bc53f292.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sunflower/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild X-VCS-Directories: x11-misc/sunflower/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: a02a79b838e9a119745a55a877919ac8bc53f292 X-VCS-Branch: master Date: Mon, 17 Aug 2020 16:23:32 +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: ae2e1491-69f9-47bd-b7bc-d384e46bc69a X-Archives-Hash: 95c0c164e9c97c896f0a5a4e7cf47f56 commit: a02a79b838e9a119745a55a877919ac8bc53f292 Author: Piotr Karbowski gentoo org> AuthorDate: Mon Aug 17 16:22:54 2020 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Mon Aug 17 16:22:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02a79b8 x11-misc/sunflower: 0.4_p20200716-r1: fix MissingSlotDep Signed-off-by: Piotr Karbowski gentoo.org> x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild index 7c86bc5a3e1..18bd85007e5 100644 --- a/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild +++ b/x11-misc/sunflower/sunflower-0.4_p20200716-r1.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} - dev-python/pygobject[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/chardet[${PYTHON_USEDEP}] "