From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F85515802F for ; Fri, 24 Feb 2023 19:09:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3514DE0843; Fri, 24 Feb 2023 19:09:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18C34E0843 for ; Fri, 24 Feb 2023 19:09:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FFEA340F23 for ; Fri, 24 Feb 2023 19:09:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 611F18C1 for ; Fri, 24 Feb 2023 19:09:47 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1677265765.47bf1d8440fa4219f8fbf1568238d63163fd8f47.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/gegl-0.4.42.ebuild media-libs/gegl/gegl-9999.ebuild X-VCS-Directories: media-libs/gegl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 47bf1d8440fa4219f8fbf1568238d63163fd8f47 X-VCS-Branch: master Date: Fri, 24 Feb 2023 19:09:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d878c126-30fa-47f8-a8de-ff9f80450b62 X-Archives-Hash: dbcb2a0e7b6d1e9565182a66c55ea01b commit: 47bf1d8440fa4219f8fbf1568238d63163fd8f47 Author: Joonas Niilola gentoo org> AuthorDate: Fri Feb 24 19:09:25 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Feb 24 19:09:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47bf1d84 media-libs/gegl: add missing xorg-proto dep Signed-off-by: Joonas Niilola gentoo.org> media-libs/gegl/gegl-0.4.42.ebuild | 3 ++- media-libs/gegl/gegl-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/gegl/gegl-0.4.42.ebuild b/media-libs/gegl/gegl-0.4.42.ebuild index e021b308413c..89deb6434997 100644 --- a/media-libs/gegl/gegl-0.4.42.ebuild +++ b/media-libs/gegl/gegl-0.4.42.ebuild @@ -62,7 +62,8 @@ RDEPEND=" v4l? ( >=media-libs/libv4l-1.0.1 ) webp? ( >=media-libs/libwebp-0.5.0:= ) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + x11-base/xorg-proto" BDEPEND=" ${PYTHON_DEPS} dev-lang/perl diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 95d76e51ce43..e0cc3086c9da 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -62,7 +62,8 @@ RDEPEND=" v4l? ( >=media-libs/libv4l-1.0.1 ) webp? ( >=media-libs/libwebp-0.5.0:= ) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + x11-base/xorg-proto" BDEPEND=" ${PYTHON_DEPS} dev-lang/perl