commit: 3bd0b218d45ae401521d4599587bb49294d7db7b Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Nov 4 20:21:49 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Nov 4 20:58:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd0b218
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 <AT> gentoo.org> x11-misc/arandr/{arandr-0.1.10-r1.ebuild => arandr-0.1.10-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/arandr/arandr-0.1.10-r1.ebuild b/x11-misc/arandr/arandr-0.1.10-r2.ebuild similarity index 93% rename from x11-misc/arandr/arandr-0.1.10-r1.ebuild rename to x11-misc/arandr/arandr-0.1.10-r2.ebuild index 0ad5b88dffc..93d18823f08 100644 --- a/x11-misc/arandr/arandr-0.1.10-r1.ebuild +++ b/x11-misc/arandr/arandr-0.1.10-r2.ebuild @@ -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 "
