diff options
author | Sam James <sam@gentoo.org> | 2024-12-08 18:54:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-08 18:58:08 +0000 |
commit | 9bb2cefb2068dcc2ef9d64a9ee1dad42355973c0 (patch) | |
tree | 6b384f7ae65f71a9dc2ff9fe29428a29d7d93f8c | |
parent | x11-apps/xbacklight: Stabilize 1.2.4 arm64, #946118 (diff) | |
download | gentoo-9bb2cefb2068dcc2ef9d64a9ee1dad42355973c0.tar.gz gentoo-9bb2cefb2068dcc2ef9d64a9ee1dad42355973c0.tar.bz2 gentoo-9bb2cefb2068dcc2ef9d64a9ee1dad42355973c0.zip |
x11-apps/xbacklight: Stabilize 1.2.4 x86, #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 df3d560f494b..27db3133b443 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" |