diff options
author | Sam James <sam@gentoo.org> | 2024-12-08 18:54:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-08 18:58:07 +0000 |
commit | 23e4c746bb62f4a6e0f1d3bd4c2e73b03837abb7 (patch) | |
tree | 4220f71fd015e8e8ece6538944ab796063fb0566 | |
parent | x11-apps/xbacklight: Stabilize 1.2.4 sparc, #946118 (diff) | |
download | gentoo-23e4c746bb62f4a6e0f1d3bd4c2e73b03837abb7.tar.gz gentoo-23e4c746bb62f4a6e0f1d3bd4c2e73b03837abb7.tar.bz2 gentoo-23e4c746bb62f4a6e0f1d3bd4c2e73b03837abb7.zip |
x11-apps/xbacklight: Stabilize 1.2.4 arm64, #946118
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-apps/xbacklight/xbacklight-1.2.4.ebuild b/x11-apps/xbacklight/xbacklight-1.2.4.ebuild index 51911a99649b..df3d560f494b 100644 --- a/x11-apps/xbacklight/xbacklight-1.2.4.ebuild +++ b/x11-apps/xbacklight/xbacklight-1.2.4.ebuild @@ -6,7 +6,7 @@ XORG_TARBALL_SUFFIX="xz" inherit xorg-3 DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv sparc ~x86" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv sparc ~x86" RDEPEND="x11-libs/libxcb >=x11-libs/xcb-util-0.3.8" |