Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169084 | Differences between
and this patch

Collapse All | Expand All

(-)usr/portage/kde-base/ark/ark-3.5.5.ebuild (-1 / +11 lines)
Lines 9-15 Link Here
9
9
10
DESCRIPTION="KDE Archiving tool"
10
DESCRIPTION="KDE Archiving tool"
11
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
11
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
12
IUSE="kdehiddenvisibility"
12
IUSE="7zip arj kdehiddenvisibility lha rar zip"
13
RDEPEND="
14
	zip?	( app-arch/unzip app-arch/zip )
15
	
16
	rar?	( || ( app-arch/rar app-arch/unrar ) )
17
	
18
	7zip?	( app-arch/p7zip )
19
	
20
	arj?	( || ( app-arch/arj app-arch/unarj ) )
21
	
22
	lha?	( app-arch/lha )"
13
23
14
pkg_postinst(){
24
pkg_postinst(){
15
	kde_pkg_postinst
25
	kde_pkg_postinst

Return to bug 169084