Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/arandr/
Date: Thu, 04 Nov 2021 20:59:20
Message-Id: 1636059533.3bd0b218d45ae401521d4599587bb49294d7db7b.conikost@gentoo
1 commit: 3bd0b218d45ae401521d4599587bb49294d7db7b
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 4 20:21:49 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 4 20:58:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd0b218
7
8 x11-misc/arandr: add missing dep
9
10 Closes: https://bugs.gentoo.org/821295
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 x11-misc/arandr/{arandr-0.1.10-r1.ebuild => arandr-0.1.10-r2.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/x11-misc/arandr/arandr-0.1.10-r1.ebuild b/x11-misc/arandr/arandr-0.1.10-r2.ebuild
18 similarity index 93%
19 rename from x11-misc/arandr/arandr-0.1.10-r1.ebuild
20 rename to x11-misc/arandr/arandr-0.1.10-r2.ebuild
21 index 0ad5b88dffc..93d18823f08 100644
22 --- a/x11-misc/arandr/arandr-0.1.10-r1.ebuild
23 +++ b/x11-misc/arandr/arandr-0.1.10-r2.ebuild
24 @@ -1,7 +1,7 @@
25 # Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=7
29 +EAPI=8
30
31 DISTUTILS_USE_SETUPTOOLS="no"
32 PYTHON_COMPAT=( python3_{8..10} )
33 @@ -18,6 +18,7 @@ KEYWORDS="amd64 ~arm ~arm64 x86"
34
35 RDEPEND="
36 dev-python/pygobject:3=[${PYTHON_USEDEP},cairo]
37 + x11-libs/gtk+:3[introspection]
38 x11-apps/xrandr
39 "