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

Collapse All | Expand All

(-)a/catalyst-3.0.0.ebuild (-3 / +3 lines)
Lines 25-31 HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst" Link Here
25
25
26
LICENSE="GPL-2"
26
LICENSE="GPL-2"
27
SLOT="0"
27
SLOT="0"
28
IUSE="ccache doc kernel_linux"
28
IUSE="ccache doc kernel_linux kernel_FreeBSD"
29
29
30
DEPEND="
30
DEPEND="
31
	app-text/asciidoc
31
	app-text/asciidoc
Lines 35-42 RDEPEND=" Link Here
35
	>=dev-python/pydecomp-0.2[${PYTHON_USEDEP}]
35
	>=dev-python/pydecomp-0.2[${PYTHON_USEDEP}]
36
	app-arch/lbzip2
36
	app-arch/lbzip2
37
	app-crypt/shash
37
	app-crypt/shash
38
	!x86-fbsd? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) )
38
	!kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) )
39
	x86-fbsd? ( app-arch/libarchive[xattr] )
39
	kernel_FreeBSD? ( app-arch/libarchive[xattr] )
40
	virtual/cdrtools
40
	virtual/cdrtools
41
	amd64? ( >=sys-boot/syslinux-3.72 )
41
	amd64? ( >=sys-boot/syslinux-3.72 )
42
	ia64? ( sys-fs/dosfstools )
42
	ia64? ( sys-fs/dosfstools )

Return to bug 363577