Diff graphics-5.1.1-r1 with a graphics-5.1.2

/usr/portage/dev-ml/graphics/graphics-5.1.2.ebuild 2023-10-09 14:52:29.788368358 +0300
11 11

  
12 12
LICENSE="LGPL-2.1-with-linking-exception"
13 13
SLOT="0"
14
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
14
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
15 15

  
16 16
RDEPEND="dev-ml/dune-configurator:=[ocamlopt?]
17 17
	>=dev-lang/ocaml-4.09:=
18 18
	x11-libs/libX11:="
19
DEPEND="${RDEPEND}"
19
DEPEND="${RDEPEND}
20
	x11-base/xorg-proto"
20 21
BDEPEND=""
21 22

  
22 23
IUSE="+ocamlopt"
Thank you!