commit:     3a5bf0d49ebadac5243b08b6472e49fbe0f9af5e
Author:     crueter <crueter <AT> eden-emu <DOT> dev>
AuthorDate: Thu Dec 18 20:48:19 2025 +0000
Commit:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Thu Dec 18 20:48:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a5bf0d4

app-editors/xed: fix libpeas and itstool dependencies

Signed-off-by: crueter <crueter <AT> eden-emu.dev>

 app-editors/xed/xed-3.8.4.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-editors/xed/xed-3.8.4.ebuild b/app-editors/xed/xed-3.8.4.ebuild
index 320b9bb91b..63ab51176c 100644
--- a/app-editors/xed/xed-3.8.4.ebuild
+++ b/app-editors/xed/xed-3.8.4.ebuild
@@ -20,6 +20,7 @@ RDEPEND="
        >=x11-libs/gtk+-3.19.3:=
        >=x11-libs/gtksourceview-4.0.3
        >=dev-libs/libpeas-1.12.0
+       <dev-libs/libpeas-2.0.0
        x11-libs/pango
        x11-libs/libxklavier
        >=x11-libs/xapp-1.9.0
@@ -27,7 +28,10 @@ RDEPEND="
        gtk-doc? ( dev-util/gtk-doc )
 "
 DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+       virtual/pkgconfig
+       dev-util/itstool
+"
 
 src_configure() {
        local emesonargs=(

Reply via email to