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 AD62D138350 for ; Wed, 22 Apr 2020 23:48:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CD2CE0A65; Wed, 22 Apr 2020 23:48:24 +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 6852FE0A65 for ; Wed, 22 Apr 2020 23:48:24 +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 9A33D34EFA2 for ; Wed, 22 Apr 2020 23:48:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87D581F0 for ; Wed, 22 Apr 2020 23:48:20 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1587599263.aafbe1dabc95eb940d799fc83cca7bfe03bb38ff.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gramps/gramps-5.1.2-r1.ebuild X-VCS-Directories: app-misc/gramps/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: aafbe1dabc95eb940d799fc83cca7bfe03bb38ff X-VCS-Branch: master Date: Wed, 22 Apr 2020 23:48:20 +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: ceaf036e-3c8f-4caa-b03d-a2a57e25f1a2 X-Archives-Hash: 912a75b06c2f77691759d1a115737f01 commit: aafbe1dabc95eb940d799fc83cca7bfe03bb38ff Author: Marek Szuba gentoo org> AuthorDate: Wed Apr 22 23:08:27 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Apr 22 23:47:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafbe1da app-misc/gramps: s/PYTHON_MULTI_USEDEP/PYTHON_USEDEP/ Last change to this ebuild without a revbump, I swear. Signed-off-by: Marek Szuba gentoo.org> app-misc/gramps/gramps-5.1.2-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-misc/gramps/gramps-5.1.2-r1.ebuild b/app-misc/gramps/gramps-5.1.2-r1.ebuild index 3144f1370d3..86a7c50dab9 100644 --- a/app-misc/gramps/gramps-5.1.2-r1.ebuild +++ b/app-misc/gramps/gramps-5.1.2-r1.ebuild @@ -21,11 +21,11 @@ IUSE="+rcs +reports exif geo postscript spell" RDEPEND=" $(python_gen_cond_dep ' - dev-python/bsddb3[${PYTHON_MULTI_USEDEP}] - dev-python/pycairo[${PYTHON_MULTI_USEDEP}] - >=dev-python/pygobject-3.12:3[cairo,${PYTHON_MULTI_USEDEP}] - dev-python/pyicu[${PYTHON_MULTI_USEDEP}] - exif? ( >=media-libs/gexiv2-0.5[${PYTHON_MULTI_USEDEP},introspection] ) + dev-python/bsddb3[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + >=dev-python/pygobject-3.12:3[cairo,${PYTHON_USEDEP}] + dev-python/pyicu[${PYTHON_USEDEP}] + exif? ( >=media-libs/gexiv2-0.5[${PYTHON_USEDEP},introspection] ) ') gnome-base/librsvg:2 >x11-libs/gtk+-3.14.8:3[introspection]