Diff xeyes-1.3.0 with a xeyes-1.3.1
/usr/portage/x11-apps/xeyes/xeyes-1.3.1.ebuild 2025-07-29 16:22:17.964470355 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit xorg-3 |
|
6 |
inherit xorg-meson |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="X.Org xeyes application" |
9 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |
|
9 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" |
|
10 | 10 | |
11 | 11 |
RDEPEND=" |
12 | 12 |
>=x11-libs/libXi-1.7 |
... | ... | |
19 | 19 |
DEPEND="${RDEPEND} |
20 | 20 |
x11-base/xorg-proto" |
21 | 21 | |
22 |
XORG_CONFIGURE_OPTIONS=( --with-xrender --with-present ) |
|
22 |
src_configure() { |
|
23 |
local XORG_CONFIGURE_OPTIONS=( |
|
24 |
-Dxrender=enabled |
|
25 |
-Dpresent=enabled |
|
26 |
) |
|
27 |
xorg-meson_src_configure |
|
28 |
} |