Diff gentoo-0.20.7 with a gentoo-0.20.7-r1

/usr/portage/app-misc/gentoo/gentoo-0.20.7-r1.ebuild 2023-10-09 14:52:28.800368333 +0300
1
# Copyright 1999-2021 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=6
4
EAPI=8
5 5

  
6 6
inherit autotools desktop
7 7

  
......
21 21
	x11-libs/gdk-pixbuf
22 22
	x11-libs/pango
23 23
"
24
DEPEND="
25
	${RDEPEND}
26
	nls? ( sys-devel/gettext )
27
"
24
DEPEND="${RDEPEND}"
25
BDEPEND="nls? ( sys-devel/gettext )"
28 26

  
29 27
DOCS=(
30 28
	AUTHORS BUGS CONFIG-CHANGES CREDITS NEWS README TODO docs/{FAQ,menus.txt}
......
41 39
		configure.ac || die #357343
42 40

  
43 41
	eapply_user
44

  
45 42
	eautoreconf
46 43
}
47 44

  
Thank you!