Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 773190
Collapse All | Expand All

(-)a/app-arch/p7zip/p7zip-16.02-r4.ebuild (-6 / +11 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=7
5
5
6
WX_GTK_VER="3.0"
6
WX_GTK_VER="3.0-gtk3"
7
7
8
inherit eutils toolchain-funcs wxwidgets
8
inherit eutils toolchain-funcs wxwidgets
9
9
Lines 18-28 IUSE="abi_x86_x32 doc kde +pch rar static wxwidgets" Link Here
18
18
19
REQUIRED_USE="kde? ( wxwidgets )"
19
REQUIRED_USE="kde? ( wxwidgets )"
20
20
21
RDEPEND="wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
21
RDEPEND="
22
DEPEND="${RDEPEND}
22
	wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
23
"
24
DEPEND="
25
	${RDEPEND}
23
	abi_x86_x32? ( >=dev-lang/yasm-1.2.0-r1 )
26
	abi_x86_x32? ( >=dev-lang/yasm-1.2.0-r1 )
24
	amd64? ( dev-lang/yasm )
27
	amd64? ( dev-lang/yasm )
25
	x86? ( dev-lang/nasm )"
28
	x86? ( dev-lang/nasm )
29
"
26
30
27
S=${WORKDIR}/${PN}_${PV}
31
S=${WORKDIR}/${PN}_${PV}
28
32
Lines 91-97 src_prepare() { Link Here
91
	fi
95
	fi
92
96
93
	if use kde || use wxwidgets; then
97
	if use kde || use wxwidgets; then
94
		need-wxwidgets unicode
98
	        # line 1717: need-wxwidgets: command not found
99
		#need-wxwidgets unicode
95
		einfo "Preparing dependency list"
100
		einfo "Preparing dependency list"
96
		emake depend
101
		emake depend
97
	fi
102
	fi

Return to bug 773190