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 97F0F138334 for ; Sat, 20 Apr 2019 23:00:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F4FCE07B3; Sat, 20 Apr 2019 23:00:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 82EECE07B3 for ; Sat, 20 Apr 2019 23:00:02 +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 49601342116 for ; Sat, 20 Apr 2019 17:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B433F326 for ; Sat, 20 Apr 2019 17:53:04 +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: <1555782775.bca2bb633bc01b54f41fb0a42709fe307a0a4b15.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.3.61.ebuild X-VCS-Directories: x11-misc/sunflower/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: bca2bb633bc01b54f41fb0a42709fe307a0a4b15 X-VCS-Branch: master Date: Sat, 20 Apr 2019 17:53:04 +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: d0d38667-488a-4482-a814-89ee37045b63 X-Archives-Hash: 3440b81a352d130b2df0969acf183d36 commit: bca2bb633bc01b54f41fb0a42709fe307a0a4b15 Author: Piotr Karbowski gentoo org> AuthorDate: Sat Apr 20 17:52:06 2019 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sat Apr 20 17:52:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca2bb63 x11-misc/sunflower: add missing dependency on pycairo and chardet. Closes: https://bugs.gentoo.org/683634 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Piotr Karbowski gentoo.org> x11-misc/sunflower/sunflower-0.3.61.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-misc/sunflower/sunflower-0.3.61.ebuild b/x11-misc/sunflower/sunflower-0.3.61.ebuild index 70998acf88e..a556eff77ba 100644 --- a/x11-misc/sunflower/sunflower-0.3.61.ebuild +++ b/x11-misc/sunflower/sunflower-0.3.61.ebuild @@ -24,7 +24,10 @@ DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} >=dev-python/pygtk-2.15.0:2[${PYTHON_USEDEP}] >=dev-python/notify-python-0.1[${PYTHON_USEDEP}] - gnome-base/librsvg:2" + gnome-base/librsvg:2 + dev-python/chardet[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] +" S=${WORKDIR}/${MY_PN}-$MY_PV