diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-07-29 15:58:46 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-07-29 16:01:51 +0200 |
commit | 99f0d45a69917d7c3675f31805f44b004cbee753 (patch) | |
tree | d607020679748e8ff00139807c9d5c6003d793f2 /x11-misc/autorandr | |
parent | sys-libs/glibc: 2.37 patchset 6 bump (2.37-r4) (diff) | |
download | gentoo-99f0d45a69917d7c3675f31805f44b004cbee753.tar.gz gentoo-99f0d45a69917d7c3675f31805f44b004cbee753.tar.bz2 gentoo-99f0d45a69917d7c3675f31805f44b004cbee753.zip |
x11-misc/autorandr: stabilize 1.14 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-misc/autorandr')
-rw-r--r-- | x11-misc/autorandr/autorandr-1.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/autorandr/autorandr-1.14.ebuild b/x11-misc/autorandr/autorandr-1.14.ebuild index 5a4cdc0e7c9f..40586032d8fd 100644 --- a/x11-misc/autorandr/autorandr-1.14.ebuild +++ b/x11-misc/autorandr/autorandr-1.14.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" |