Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/autorandr/
Date: Wed, 30 Nov 2022 09:39:46
Message-Id: 1669801175.423de97954efd1e025ee1f549474fb9139965993.flow@gentoo
1 commit: 423de97954efd1e025ee1f549474fb9139965993
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 09:20:39 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 09:39:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423de979
7
8 x11-misc/autorandr: stabilize 1.12.1-r2 for amd64, x86
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 x11-misc/autorandr/autorandr-1.12.1-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/autorandr/autorandr-1.12.1-r2.ebuild b/x11-misc/autorandr/autorandr-1.12.1-r2.ebuild
16 index 77f954a8aaa0..b85eaa90ea0c 100644
17 --- a/x11-misc/autorandr/autorandr-1.12.1-r2.ebuild
18 +++ b/x11-misc/autorandr/autorandr-1.12.1-r2.ebuild
19 @@ -13,7 +13,7 @@ if [[ "${PV}" = "9999" ]] ; then
20 EGIT_REPO_URI="https://github.com/phillipberndt/${PN}.git"
21 else
22 SRC_URI="https://github.com/phillipberndt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="amd64 x86"
25 fi
26
27 DESCRIPTION="Automatically select a display configuration based on connected devices"