commit:     5517d824c287850a973b9251172145fbdbde7968
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 21:52:36 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 21:53:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5517d824

gnustep-base/gnustep-back-cairo: add missing x11-base/xorg-proto build dep

Closes: https://bugs.gentoo.org/927765
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.29.0.ebuild | 5 +++--
 gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.30.0.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.29.0.ebuild 
b/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.29.0.ebuild
index e53d8334f5df..30fdf895a2fe 100644
--- a/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.29.0.ebuild
+++ b/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.29.0.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=7
@@ -31,7 +31,8 @@ RDEPEND="${GNUSTEP_CORE_DEPEND}
        !gnustep-base/gnustep-back-art
        !gnustep-base/gnustep-back-xlib"
 DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+       virtual/pkgconfig
+       x11-base/xorg-proto"
 
 S=${WORKDIR}/gnustep-back-${PV}
 

diff --git a/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.30.0.ebuild 
b/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.30.0.ebuild
index 76ce21cebf52..0f916d2105d8 100644
--- a/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.30.0.ebuild
+++ b/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.30.0.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
@@ -31,7 +31,8 @@ RDEPEND="${GNUSTEP_CORE_DEPEND}
        !gnustep-base/gnustep-back-art
        !gnustep-base/gnustep-back-xlib"
 DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+       virtual/pkgconfig
+       x11-base/xorg-proto"
 
 S=${WORKDIR}/gnustep-back-${PV}
 

Reply via email to