Diff eiskaltdcpp-2.4.2 with a eiskaltdcpp-9999

/usr/portage/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild 2024-07-02 13:51:48.461851571 +0300
7 7
CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua"
8 8
PLOCALES="be bg cs da de el en es eu fr hu ie it pl pt_BR ru sk sr sr@latin sv_SE tr uk vi zh_CN"
9 9

  
10
inherit cmake lua-single plocale strip-linguas xdg-utils
10
inherit cmake lua-single plocale xdg-utils
11 11
[[ ${PV} = *9999* ]] && inherit git-r3
12 12

  
13 13
DESCRIPTION="Qt/DC++ based client for DirectConnect and ADC protocols"
......
97 97
}
98 98

  
99 99
src_configure() {
100
	use gtk && strip-linguas -i eiskaltdcpp-gtk/po/
101 100
	local mycmakeargs=(
102 101
		-DLIB_INSTALL_DIR="$(get_libdir)"
103 102
		-Dlinguas="$(plocale_get_locales)"
Thank you!