x11-misc/arandr: add missing dep

Closes: https://bugs.gentoo.org/821295
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2021-11-04 21:21:49 +01:00
parent 1046711cd3
commit 3bd0b218d4

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DISTUTILS_USE_SETUPTOOLS="no"
PYTHON_COMPAT=( python3_{8..10} )
@@ -18,6 +18,7 @@ KEYWORDS="amd64 ~arm ~arm64 x86"
RDEPEND="
dev-python/pygobject:3=[${PYTHON_USEDEP},cairo]
x11-libs/gtk+:3[introspection]
x11-apps/xrandr
"