Diff Glib-Object-Introspection-0.49.0 with a Glib-Object-Introspection-0.50.0

/usr/portage/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild 2023-10-09 14:52:29.868368360 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 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
DIST_AUTHOR=XAOC
7
DIST_VERSION=0.049
7
DIST_VERSION=0.050
8 8
inherit perl-module xdg-utils
9 9

  
10 10
DESCRIPTION="Dynamically create Perl language bindings"
......
16 16
RDEPEND="
17 17
	>=dev-perl/glib-perl-1.320.0
18 18
	>=dev-libs/gobject-introspection-1.0
19
	>=dev-libs/libffi-3.0.0:0=
19
	>=dev-libs/libffi-3.0.0:=
20 20
	>=dev-libs/glib-2.0.0
21 21
"
22 22
DEPEND="
23 23
	${RDEPEND}
24 24
"
25 25
BDEPEND="
26
	${RDEPEND}
26 27
	>=dev-perl/ExtUtils-Depends-0.300.0
27 28
	>=dev-perl/ExtUtils-PkgConfig-1.0.0
28
	${RDEPEND}
29 29
"
30 30

  
31 31
pkg_setup() {
32
	xdg_environment_reset	# bug #599128
32
	# bug #599128
33
	xdg_environment_reset
33 34
}
Thank you!