From 1eda22433aa159a69445f622383ef490d768ecb3 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Tue, 21 Jun 2022 12:34:11 +0200 Subject: x11-misc/autorandr: stabilize 1.12.1 for amd64, x86 Signed-off-by: Florian Schmaus --- x11-misc/autorandr/autorandr-1.12.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-misc') diff --git a/x11-misc/autorandr/autorandr-1.12.1.ebuild b/x11-misc/autorandr/autorandr-1.12.1.ebuild index 392d59491a57..24cac5d261e9 100644 --- a/x11-misc/autorandr/autorandr-1.12.1.ebuild +++ b/x11-misc/autorandr/autorandr-1.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ if [[ "${PV}" = "9999" ]] ; then EGIT_REPO_URI="https://github.com/phillipberndt/${PN}.git" else SRC_URI="https://github.com/phillipberndt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Automatically select a display configuration based on connected devices" -- cgit v1.2.3-65-gdbad