summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-16 11:39:33 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-16 13:11:40 +0100
commit20a82655f8a3ee057363fcfb8b0987edc89ee053 (patch)
treea42f0a98aeb29cd3d0c6864012c1124a38fb7881
parentsys-kernel/linux-firmware: keyword 20240115-r3 (diff)
downloadgentoo-20a82655.tar.gz
gentoo-20a82655.tar.bz2
gentoo-20a82655.zip
xfce-base/libxfce4ui: Add x11-base/xorg-proto dependency
Closes: https://bugs.gentoo.org/924327 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--xfce-base/libxfce4ui/libxfce4ui-4.18.4.ebuild5
-rw-r--r--xfce-base/libxfce4ui/libxfce4ui-4.19.4-r1.ebuild3
2 files changed, 7 insertions, 1 deletions
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.18.4.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.18.4.ebuild
index 077fca6c69ee..ebc1f5a71ae2 100644
--- a/xfce-base/libxfce4ui/libxfce4ui-4.18.4.ebuild
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.18.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -38,6 +38,9 @@ DEPEND="
RDEPEND="
${DEPEND}
"
+DEPEND+="
+ x11-base/xorg-proto
+"
BDEPEND="
dev-lang/perl
dev-util/intltool
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.19.4-r1.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.19.4-r1.ebuild
index 843e101e985e..a3495cc69173 100644
--- a/xfce-base/libxfce4ui/libxfce4ui-4.19.4-r1.ebuild
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.19.4-r1.ebuild
@@ -43,6 +43,9 @@ DEPEND="
RDEPEND="
${DEPEND}
"
+DEPEND+="
+ x11-base/xorg-proto
+"
BDEPEND="
dev-lang/perl
>=sys-devel/gettext-0.19.8