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

Collapse All | Expand All

(-)cpio-2.5.ebuild (-4 / +4 lines)
Lines 10-16 Link Here
10
10
11
LICENSE="GPL-2 LGPL-2"
11
LICENSE="GPL-2 LGPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ~ppc-macos s390 sh sparc x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sh ~sparc ~x86"
14
IUSE=""
14
IUSE=""
15
15
16
DEPEND="virtual/libc"
16
DEPEND="virtual/libc"
Lines 18-30 Link Here
18
src_unpack() {
18
src_unpack() {
19
	unpack ${A}
19
	unpack ${A}
20
	cd ${S}
20
	cd ${S}
21
	sed -i "78d" rmt.c
21
	epatch ${FILESDIR}/cpio-${PV}-gentoo.diff
22
}
22
}
23
23
24
src_install() {
24
src_install() {
25
	#our official mt is now the mt in app-arch/mt-st (supports Linux 2.4, unlike this one)
25
	#our official mt is now the mt in app-arch/mt-st (supports Linux 2.4, unlike this one)
26
	doman cpio.1
26
	doman doc/cpio.1
27
	dodoc ChangeLog NEWS README INSTALL
27
	dodoc ChangeLog NEWS README INSTALL
28
	into /
28
	into /
29
	dobin cpio || die
29
	dobin src/cpio || die
30
}
30
}

Return to bug 68520