diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-06-12 10:33:16 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-06-12 10:33:16 +0300 |
commit | be2b65b7ce0ea1dc6e77859e9373a0735fd389f7 (patch) | |
tree | cb2a726de9f6e9f7692c07ce3e88f08ae8171850 /dev-ml/graphics | |
parent | www-apps/gitea: restore keywords for 1.16.8 (diff) | |
download | gentoo-be2b65b7ce0ea1dc6e77859e9373a0735fd389f7.tar.gz gentoo-be2b65b7ce0ea1dc6e77859e9373a0735fd389f7.tar.bz2 gentoo-be2b65b7ce0ea1dc6e77859e9373a0735fd389f7.zip |
dev-ml/graphics: add missing DEPEND to 5.1.2
Closes: https://bugs.gentoo.org/851474
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-ml/graphics')
-rw-r--r-- | dev-ml/graphics/graphics-5.1.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |