Сравнение gtk-engines-2.20.2-r101 с gtk-engines-2.20.2-r102

/usr/portage/x11-themes/gtk-engines/gtk-engines-2.20.2-r102.ebuild 2025-07-29 16:22:17.980470423 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
GNOME2_EAUTORECONF="yes"
7 7
GNOME2_LA_PUNT="yes"
8 8
GNOME_TARBALL_SUFFIX="bz2"
9 9
LUA_COMPAT=( lua5-{1..4} )
10 10

  
11
inherit autotools gnome2 lua-single multilib-minimal
11
inherit gnome2 lua-single multilib-minimal
12 12

  
13 13
DESCRIPTION="GTK+2 standard engines and themes"
14 14
HOMEPAGE="https://www.gtk.org/"
15 15

  
16 16
LICENSE="LGPL-2.1"
17 17
SLOT="2"
18
KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
18
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
19 19
IUSE="accessibility lua"
20 20
REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
21 21

  
......
40 40
	"${FILESDIR}"/${P}-window-dragging.patch
41 41
	"${FILESDIR}"/${P}-slibtool.patch #766680
42 42
	"${FILESDIR}"/${P}-automake-1.14.patch # taken from Debian
43
	"${FILESDIR}/${P}-lua.patch" #919421
43 44
)
44 45

  
45 46
pkg_setup() {
Спасибо!