Diff eiskaltdcpp-2.4.2 with a eiskaltdcpp-9999

/usr/portage/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild 2023-10-09 14:52:34.740368482 +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"
......
82 82
BDEPEND="
83 83
	sys-devel/gettext
84 84
	virtual/pkgconfig
85
	gold? ( sys-devel/binutils[gold] )
86 85
	qt5? ( dev-qt/linguist-tools:5 )
86
	gold? ( sys-devel/binutils[gold] )
87 87
"
88 88

  
89 89
DOCS=( AUTHORS ChangeLog.txt )
......
98 98
}
99 99

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