Diff xrefresh-1.1.0 with a xrefresh-1.1.1

/usr/portage/x11-apps/xrefresh/xrefresh-1.1.1.ebuild 2026-07-15 20:03:04.614652212 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
6 6
inherit xorg-3
7 7

  
8 8
DESCRIPTION="refresh all or part of an X screen"
9
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
9
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
10 10

  
11 11
RDEPEND="x11-libs/libX11"
12 12
DEPEND="${RDEPEND}
Thank you!