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 D0C2613835A for ; Sun, 9 May 2021 19:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3BF2E077F; Sun, 9 May 2021 19:48:46 +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 DB392E077F for ; Sun, 9 May 2021 19:48:46 +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 785D2340CF8 for ; Sun, 9 May 2021 19:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 167D3735 for ; Sun, 9 May 2021 19:48:44 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1620589714.5b9d6327947f51e3a854a4117ca418ba5b0eecd7.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-abrt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild X-VCS-Directories: app-admin/gnome-abrt/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5b9d6327947f51e3a854a4117ca418ba5b0eecd7 X-VCS-Branch: master Date: Sun, 9 May 2021 19:48:44 +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: 0e333719-83c4-4997-a955-01ec67f37c94 X-Archives-Hash: 89ba3092425e9259ff8611516155131c commit: 5b9d6327947f51e3a854a4117ca418ba5b0eecd7 Author: Pacho Ramos gentoo org> AuthorDate: Sun May 9 19:48:34 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun May 9 19:48:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9d6327 app-admin/gnome-abrt: Needs to be rebuilt when libreport soname bumps Add the dep to ensure that it will be fixed in future versions Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Pacho Ramos gentoo.org> app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild b/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild index b9ff00b24a5..d06fd2d8b60 100644 --- a/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild +++ b/app-admin/gnome-abrt/gnome-abrt-1.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} >=x11-libs/gtk+-3.10.0:3 - >=dev-libs/libreport-2.0.20[python,${PYTHON_USEDEP}] + >=dev-libs/libreport-2.0.20:0=[python,${PYTHON_USEDEP}] >=app-admin/abrt-2.10.10-r1 >=dev-python/pygobject-3.29.1:3[${PYTHON_USEDEP}] >=dev-python/pyxdg-0.19[${PYTHON_USEDEP}]