From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/cage/
Date: Sun, 27 Jun 2021 13:06:04 +0000 (UTC) [thread overview]
Message-ID: <1624799149.31dc033689679162a058ff9a3940c3669e51e3a4.lanodan@gentoo> (raw)
commit: 31dc033689679162a058ff9a3940c3669e51e3a4
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Jun 27 13:05:22 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Jun 27 13:05:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31dc0336
gui-wm/cage: Simplify RDEPEND for USE=X
Suggested by AndrewAmmerlann on
https://github.com/gentoo/guru/commit/fbc347d9377c83bfaa26e83aa8a43f5a3f95963d#commitcomment-52718982
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
gui-wm/cage/cage-0.1.3.ebuild | 8 ++------
gui-wm/cage/cage-0.1.4.ebuild | 8 ++------
gui-wm/cage/cage-9999.ebuild | 8 ++------
3 files changed, 6 insertions(+), 18 deletions(-)
diff --git a/gui-wm/cage/cage-0.1.3.ebuild b/gui-wm/cage/cage-0.1.3.ebuild
index 5502c2027..45916603c 100644
--- a/gui-wm/cage/cage-0.1.3.ebuild
+++ b/gui-wm/cage/cage-0.1.3.ebuild
@@ -22,12 +22,8 @@ SLOT="0"
IUSE="X"
RDEPEND="
- >=gui-libs/wlroots-0.13
- x11-libs/libxkbcommon
- X? (
- gui-libs/wlroots[X]
- x11-libs/libxkbcommon[X]
- )
+ >=gui-libs/wlroots-0.13[X?]
+ x11-libs/libxkbcommon[X?]
"
DEPEND="${RDEPEND}"
diff --git a/gui-wm/cage/cage-0.1.4.ebuild b/gui-wm/cage/cage-0.1.4.ebuild
index 0372c2261..f1fd3416c 100644
--- a/gui-wm/cage/cage-0.1.4.ebuild
+++ b/gui-wm/cage/cage-0.1.4.ebuild
@@ -22,12 +22,8 @@ SLOT="0"
IUSE="X"
RDEPEND="
- >=gui-libs/wlroots-0.14
- x11-libs/libxkbcommon
- X? (
- gui-libs/wlroots[X]
- x11-libs/libxkbcommon[X]
- )
+ >=gui-libs/wlroots-0.14[X?]
+ x11-libs/libxkbcommon[X?]
"
DEPEND="${RDEPEND}"
diff --git a/gui-wm/cage/cage-9999.ebuild b/gui-wm/cage/cage-9999.ebuild
index 0372c2261..f1fd3416c 100644
--- a/gui-wm/cage/cage-9999.ebuild
+++ b/gui-wm/cage/cage-9999.ebuild
@@ -22,12 +22,8 @@ SLOT="0"
IUSE="X"
RDEPEND="
- >=gui-libs/wlroots-0.14
- x11-libs/libxkbcommon
- X? (
- gui-libs/wlroots[X]
- x11-libs/libxkbcommon[X]
- )
+ >=gui-libs/wlroots-0.14[X?]
+ x11-libs/libxkbcommon[X?]
"
DEPEND="${RDEPEND}"
next reply other threads:[~2021-06-27 13:06 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-27 13:06 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 23:47 [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/cage/ Filip Kobierski
2024-10-07 21:37 Daichi Yamamoto
2024-10-06 8:27 Takuya Wakazono
2024-10-05 6:37 Daichi Yamamoto
2024-08-17 6:42 Takuya Wakazono
2024-08-06 14:27 Daichi Yamamoto
2024-08-04 19:44 Daichi Yamamoto
2024-08-04 19:44 Daichi Yamamoto
2024-02-08 11:08 Gonçalo Negrier Duarte
2024-02-06 13:17 Daichi Yamamoto
2023-07-30 3:12 Haelwenn Monnier
2021-06-27 9:02 Haelwenn Monnier
2021-06-27 7:26 Haelwenn Monnier
2021-05-30 15:59 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-30 15:59 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-05 0:46 Anna Vyalkova
2021-04-25 9:41 Matthias Coppens
2021-03-28 10:17 Andrew Ammerlaan
2020-09-06 16:15 Matthias Coppens
2020-07-21 20:01 Matthias Coppens
2020-07-17 9:46 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-07-17 9:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-17 7:26 Matthias Coppens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1624799149.31dc033689679162a058ff9a3940c3669e51e3a4.lanodan@gentoo \
--to=contact@hacktivis.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox