Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/
Date: Mon, 07 Jun 2021 09:36:33
Message-Id: 1623058581.c04ca108eb463813b81fb6e16edc4b629bc024d5.xgqt@gentoo
1 commit: c04ca108eb463813b81fb6e16edc4b629bc024d5
2 Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
3 AuthorDate: Mon Jun 7 09:36:21 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
5 CommitDate: Mon Jun 7 09:36:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c04ca108
7
8 gui-apps/paperde: remove version limits
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
12
13 gui-apps/paperde/paperde-9999.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/gui-apps/paperde/paperde-9999.ebuild b/gui-apps/paperde/paperde-9999.ebuild
17 index 18b6d99fc..01d7a69a4 100644
18 --- a/gui-apps/paperde/paperde-9999.ebuild
19 +++ b/gui-apps/paperde/paperde-9999.ebuild
20 @@ -38,12 +38,11 @@ DEPEND="
21 gui-libs/libcprime
22 gui-libs/libcsys
23 "
24 -# Because of gui-wm/wayfire build failure, also add requirement constraints here
25 -# wlroots found: NO found 0.13.0 but need: '<0.12.0' ; matched: '>=0.11.0'
26 +
27 RDEPEND="
28 ${DEPEND}
29 - <gui-libs/wlroots-0.13.0
30 - >=gui-wm/wayfire-0.7.0[X]
31 + gui-libs/wlroots
32 + gui-wm/wayfire[X]
33 sys-apps/xdg-desktop-portal
34 x11-misc/qt5ct
35 "