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 32D50158091 for ; Sun, 12 Jun 2022 07:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B47EE0877; Sun, 12 Jun 2022 07:33:54 +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 32628E0877 for ; Sun, 12 Jun 2022 07:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 42637341A64 for ; Sun, 12 Jun 2022 07:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A93D450D for ; Sun, 12 Jun 2022 07:33:50 +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: <1655019196.be2b65b7ce0ea1dc6e77859e9373a0735fd389f7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/graphics/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/graphics/graphics-5.1.2.ebuild X-VCS-Directories: dev-ml/graphics/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: be2b65b7ce0ea1dc6e77859e9373a0735fd389f7 X-VCS-Branch: master Date: Sun, 12 Jun 2022 07:33:50 +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: 67294490-33d9-45da-b7c5-f1ab330d1412 X-Archives-Hash: 11b0b114640e2f1eba070d5991d66f9a commit: be2b65b7ce0ea1dc6e77859e9373a0735fd389f7 Author: Joonas Niilola gentoo org> AuthorDate: Sun Jun 12 07:33:16 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jun 12 07:33:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2b65b7 dev-ml/graphics: add missing DEPEND to 5.1.2 Closes: https://bugs.gentoo.org/851474 Signed-off-by: Joonas Niilola gentoo.org> dev-ml/graphics/graphics-5.1.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/graphics/graphics-5.1.2.ebuild b/dev-ml/graphics/graphics-5.1.2.ebuild index 5330cc907210..5468f0fae9d2 100644 --- a/dev-ml/graphics/graphics-5.1.2.ebuild +++ b/dev-ml/graphics/graphics-5.1.2.ebuild @@ -16,7 +16,8 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" RDEPEND="dev-ml/dune-configurator:=[ocamlopt?] >=dev-lang/ocaml-4.09:= x11-libs/libX11:=" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + x11-base/xorg-proto" BDEPEND="" IUSE="+ocamlopt"