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

(-)iscsitarget-0.4.16.ebuild.orig (-1 / +4 lines)
Lines 2-8 Link Here
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
# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.16.ebuild,v 1.1 2008/06/14 08:18:53 flameeyes Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.16.ebuild,v 1.1 2008/06/14 08:18:53 flameeyes Exp $
4
4
5
inherit linux-mod eutils flag-o-matic
5
inherit linux-mod linux-info eutils flag-o-matic
6
6
7
DESCRIPTION="Open Source iSCSI target with professional features"
7
DESCRIPTION="Open Source iSCSI target with professional features"
8
HOMEPAGE="http://iscsitarget.sourceforge.net/"
8
HOMEPAGE="http://iscsitarget.sourceforge.net/"
Lines 25-30 Link Here
25
	epatch "${FILESDIR}"/${PN}-0.4.15-isns-set-scn-flag.patch #180619
25
	epatch "${FILESDIR}"/${PN}-0.4.15-isns-set-scn-flag.patch #180619
26
	epatch "${FILESDIR}"/${PN}-0.4.15-build.patch
26
	epatch "${FILESDIR}"/${PN}-0.4.15-build.patch
27
	epatch "${FILESDIR}"/${P}+glibc-2.8-lists.patch
27
	epatch "${FILESDIR}"/${P}+glibc-2.8-lists.patch
28
	if kernel_is ge 2 6 22 && kernel_is le 2 6 23; then
29
		epatch "${S}"/patches/compat-2.6.22-2.6.23.patch
30
	fi
28
	convert_to_m "${S}"/Makefile
31
	convert_to_m "${S}"/Makefile
29
}
32
}
30
33

Return to bug 227787