diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-16 11:39:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-16 13:11:40 +0100 |
commit | 20a82655f8a3ee057363fcfb8b0987edc89ee053 (patch) | |
tree | a42f0a98aeb29cd3d0c6864012c1124a38fb7881 /xfce-base | |
parent | sys-kernel/linux-firmware: keyword 20240115-r3 (diff) | |
download | gentoo-20a82655f8a3ee057363fcfb8b0987edc89ee053.tar.gz gentoo-20a82655f8a3ee057363fcfb8b0987edc89ee053.tar.bz2 gentoo-20a82655f8a3ee057363fcfb8b0987edc89ee053.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>
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.18.4.ebuild | 5 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.19.4-r1.ebuild | 3 |
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 |