diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-11-30 10:20:39 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-11-30 10:39:35 +0100 |
commit | 423de97954efd1e025ee1f549474fb9139965993 (patch) | |
tree | 6a3c56e6e05b47f8ee3fa73c7f0c0effc4d1d908 /x11-misc | |
parent | net-misc/nextcloud-client: drop 3.6.0 (diff) | |
download | gentoo-423de97954efd1e025ee1f549474fb9139965993.tar.gz gentoo-423de97954efd1e025ee1f549474fb9139965993.tar.bz2 gentoo-423de97954efd1e025ee1f549474fb9139965993.zip |
x11-misc/autorandr: stabilize 1.12.1-r2 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-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/autorandr/autorandr-1.12.1-r2.ebuild b/x11-misc/autorandr/autorandr-1.12.1-r2.ebuild index 77f954a8aaa0..b85eaa90ea0c 100644 --- a/x11-misc/autorandr/autorandr-1.12.1-r2.ebuild +++ b/x11-misc/autorandr/autorandr-1.12.1-r2.ebuild @@ -13,7 +13,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" |