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

Collapse All | Expand All

(-)/var/lib/portage/layman/gnome/app-arch/file-roller/file-roller-2.21.1.ebuild (-1 / +21 lines)
Lines 10-16 Link Here
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
12
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
13
IUSE="nautilus"
13
IUSE="nautilus 7zip ace arj gzip bzip2 compress lzma lzop cpio iso jar lha rar rpm tar unstuff zip zoo"
14
14
15
RDEPEND=">=dev-libs/glib-2.12
15
RDEPEND=">=dev-libs/glib-2.12
16
		 >=x11-libs/gtk+-2.10
16
		 >=x11-libs/gtk+-2.10
Lines 26-31 Link Here
26
		>=dev-util/pkgconfig-0.19
26
		>=dev-util/pkgconfig-0.19
27
		>=app-text/gnome-doc-utils-0.3.2"
27
		>=app-text/gnome-doc-utils-0.3.2"
28
28
29
PDEPEND="
30
		7zip? ( app-arch/p7zip )
31
		ace? ( app-arch/unace )
32
		arj? ( app-arch/arj )
33
		gzip? ( app-arch/gzip)
34
		bzip2? ( app-arch/bzip2)
35
		compress? ( app-arch/gzip)
36
		lzma? ( app-arch/lzma)
37
		lzop? ( app-arch/lzop)
38
		cpio? ( app-arch/cpio)
39
		iso? ( app-cdr/cdrtools)
40
		jar? ( app-arch/zip app-arch/unzip)
41
		lha? ( app-arch/lha)
42
		rar? ( app-arch/rar app-arch/unrar)
43
		rpm? ( app-arch/rpm)
44
		tar? ( app-arch/tar)
45
		unstuff? ( app-arch/stuffit)
46
		zip? ( app-arch/zip app-arch/unzip)
47
		zoo? ( app-arch/zoo)"
48
29
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
49
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
30
50
31
pkg_setup() {
51
pkg_setup() {

Return to bug 206078