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

Collapse All | Expand All

(-)ifc-7.0.064-r1.ebuild (-2 / +2 lines)
Lines 21-27 Link Here
21
DEPEND=">=virtual/linux-sources-2.4
21
DEPEND=">=virtual/linux-sources-2.4
22
	>=sys-libs/glibc-2.2.4
22
	>=sys-libs/glibc-2.2.4
23
	sys-apps/cpio
23
	sys-apps/cpio
24
	app-arch/rpm"
24
	>=app-arch/rpm2targz-8.0"
25
25
26
RDEPEND=">=virtual/linux-sources-2.4
26
RDEPEND=">=virtual/linux-sources-2.4
27
	>=sys-libs/glibc-2.2.4"
27
	>=sys-libs/glibc-2.2.4"
Lines 35-41 Link Here
35
	for x in intel-*.i386.rpm
35
	for x in intel-*.i386.rpm
36
	do
36
	do
37
		einfo "Extracting: ${x}"
37
		einfo "Extracting: ${x}"
38
		rpm2cpio ${x} | cpio --extract --make-directories --unconditional
38
		dd ibs=`rpmoffset < ${x}` skip=1 if=${x} 2>/dev/null | gzip -dc | cpio --extract --make-directories --unconditional
39
	done
39
	done
40
40
41
	# From UNTAG_CFG_FILES in 'install'
41
	# From UNTAG_CFG_FILES in 'install'

Return to bug 23180