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 007A813835A for ; Wed, 12 May 2021 18:45:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30CCBE0916; Wed, 12 May 2021 18:45:48 +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 18D63E0916 for ; Wed, 12 May 2021 18:45:47 +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 D92E1340C44 for ; Wed, 12 May 2021 18:45:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74B6975F for ; Wed, 12 May 2021 18:45:45 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1620839099.f6aa2dafa440157712e44494696feba910333f77.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/paperde/paperde-0.1.1.ebuild gui-apps/paperde/paperde-9999.ebuild X-VCS-Directories: gui-apps/paperde/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: f6aa2dafa440157712e44494696feba910333f77 X-VCS-Branch: master Date: Wed, 12 May 2021 18:45:45 +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: e6e14214-994a-4f22-a57b-513e703ad516 X-Archives-Hash: fbf69063e2630fc412b561536a405bce commit: f6aa2dafa440157712e44494696feba910333f77 Author: Maciej Barć riseup net> AuthorDate: Wed May 12 17:03:28 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Wed May 12 17:04:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6aa2daf gui-apps/paperde: requirement constraints - riseup.net> gui-apps/paperde/paperde-0.1.1.ebuild | 3 +++ gui-apps/paperde/paperde-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/gui-apps/paperde/paperde-0.1.1.ebuild b/gui-apps/paperde/paperde-0.1.1.ebuild index 7a7482b76..18b6d99fc 100644 --- a/gui-apps/paperde/paperde-0.1.1.ebuild +++ b/gui-apps/paperde/paperde-0.1.1.ebuild @@ -38,8 +38,11 @@ DEPEND=" gui-libs/libcprime gui-libs/libcsys " +# Because of gui-wm/wayfire build failure, also add requirement constraints here +# wlroots found: NO found 0.13.0 but need: '<0.12.0' ; matched: '>=0.11.0' RDEPEND=" ${DEPEND} + =gui-wm/wayfire-0.7.0[X] sys-apps/xdg-desktop-portal x11-misc/qt5ct diff --git a/gui-apps/paperde/paperde-9999.ebuild b/gui-apps/paperde/paperde-9999.ebuild index 7a7482b76..18b6d99fc 100644 --- a/gui-apps/paperde/paperde-9999.ebuild +++ b/gui-apps/paperde/paperde-9999.ebuild @@ -38,8 +38,11 @@ DEPEND=" gui-libs/libcprime gui-libs/libcsys " +# Because of gui-wm/wayfire build failure, also add requirement constraints here +# wlroots found: NO found 0.13.0 but need: '<0.12.0' ; matched: '>=0.11.0' RDEPEND=" ${DEPEND} + =gui-wm/wayfire-0.7.0[X] sys-apps/xdg-desktop-portal x11-misc/qt5ct