diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-06-21 12:34:11 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-06-21 12:36:31 +0200 |
commit | 1eda22433aa159a69445f622383ef490d768ecb3 (patch) | |
tree | 0ea064ed3c979f9073739bf6bb26d198b4bf04bc /x11-misc | |
parent | sci-libs/symengine: remove unused patch (diff) | |
download | gentoo-1eda22433aa159a69445f622383ef490d768ecb3.tar.gz gentoo-1eda22433aa159a69445f622383ef490d768ecb3.tar.bz2 gentoo-1eda22433aa159a69445f622383ef490d768ecb3.zip |
x11-misc/autorandr: stabilize 1.12.1 for amd64, x86
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/autorandr/autorandr-1.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |