commit: be2b65b7ce0ea1dc6e77859e9373a0735fd389f7 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun Jun 12 07:33:16 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <juippis <AT> 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"
