public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/bemenu/
Date: Sat, 11 Mar 2023 17:04:25 +0000 (UTC)	[thread overview]
Message-ID: <1678554248.eafcd6d8fc654c4156fff235565bb972a96db26a.sam@gentoo> (raw)

commit:     eafcd6d8fc654c4156fff235565bb972a96db26a
Author:     Aisha Tammy <aisha <AT> bsd <DOT> ac>
AuthorDate: Sat Feb 25 02:04:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 17:04:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eafcd6d8

dev-libs/bemenu: move wayland-protocols to DEPEND

Signed-off-by: Aisha Tammy <aisha <AT> bsd.ac>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/bemenu/bemenu-0.6.10.ebuild | 9 ++++++---
 dev-libs/bemenu/bemenu-9999.ebuild   | 9 ++++++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/dev-libs/bemenu/bemenu-0.6.10.ebuild b/dev-libs/bemenu/bemenu-0.6.10.ebuild
index 26c2c2f1a7a4..bdb1770c6583 100644
--- a/dev-libs/bemenu/bemenu-0.6.10.ebuild
+++ b/dev-libs/bemenu/bemenu-0.6.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -26,7 +26,6 @@ DEPEND="
 	ncurses? ( sys-libs/ncurses:= )
 	wayland? (
 		dev-libs/wayland
-		dev-libs/wayland-protocols
 		x11-libs/cairo
 		x11-libs/pango
 		x11-libs/libxcb
@@ -40,7 +39,11 @@ DEPEND="
 		x11-libs/libXinerama
 	)
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	wayland? (
+		dev-libs/wayland-protocols
+	)
+"
 BDEPEND="doc? ( app-doc/doxygen )"
 
 src_compile() {

diff --git a/dev-libs/bemenu/bemenu-9999.ebuild b/dev-libs/bemenu/bemenu-9999.ebuild
index bd5b9bc60d55..9110f1a404b0 100644
--- a/dev-libs/bemenu/bemenu-9999.ebuild
+++ b/dev-libs/bemenu/bemenu-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -26,7 +26,6 @@ DEPEND="
 	ncurses? ( sys-libs/ncurses:= )
 	wayland? (
 		dev-libs/wayland
-		dev-libs/wayland-protocols
 		x11-libs/cairo
 		x11-libs/pango
 		x11-libs/libxcb
@@ -40,7 +39,11 @@ DEPEND="
 		x11-libs/libXinerama
 	)
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	wayland? (
+		dev-libs/wayland-protocols
+	)
+"
 BDEPEND="doc? ( app-doc/doxygen )"
 
 src_compile() {


             reply	other threads:[~2023-03-11 17:04 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-11 17:04 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17 15:19 [gentoo-commits] repo/gentoo:master commit in: dev-libs/bemenu/ Matthew Thode
2024-01-03  6:22 Sam James
2023-10-27  3:22 Sam James
2023-10-27  3:22 Sam James
2023-10-27  3:22 Sam James
2023-10-27  3:22 Sam James
2023-05-09 15:43 Matthew Thode
2023-05-09 15:43 Matthew Thode
2023-05-06  3:46 Sam James
2023-04-27  5:31 Sam James
2023-04-27  5:06 Sam James
2022-11-10 17:19 Matthew Thode
2022-11-06  5:02 Matthew Thode
2022-10-06 18:03 Matthew Thode
2022-09-06 13:37 Matthew Thode
2022-01-11 16:49 Matthew Thode
2021-11-09  4:55 Sam James
2021-11-09  4:55 Sam James
2021-09-25  2:30 Matthew Thode
2021-05-24  3:19 Matthew Thode
2021-01-06 17:14 Andreas K. Hüttel
2020-07-04 18:27 Matthew Thode
2020-07-04 18:27 Matthew Thode
2020-05-11 16:42 Matthew Thode
2020-05-11 15:58 Matthew Thode
2020-05-11  3:40 Matthew Thode
2020-03-15 19:12 Matthew Thode
2020-03-15 19:12 Matthew Thode
2020-03-09 15:52 Matthew Thode
2019-11-25 16:10 Matthew Thode
2019-03-27  2:10 Matthew Thode
2019-02-08  0:39 Matthew Thode
2019-02-08  0:17 Matthew Thode

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=1678554248.eafcd6d8fc654c4156fff235565bb972a96db26a.sam@gentoo \
    --to=sam@gentoo.org \
    --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