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

Collapse All | Expand All

(-)chrpath-0.13.ebuild.orig (-6 / +13 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
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/app-admin/chrpath/chrpath-0.13.ebuild,v 1.10 2008/11/23 18:05:16 patrick Exp $
3
# $Header: $
4
4
5
inherit eutils
5
EAPI="2"
6
7
inherit eutils autotools
6
8
7
DESCRIPTION="chrpath can modify the rpath and runpath of ELF executables"
9
DESCRIPTION="chrpath can modify the rpath and runpath of ELF executables"
8
HOMEPAGE="http://directory.fsf.org/project/chrpath/"
10
HOMEPAGE="http://directory.fsf.org/project/chrpath/"
Lines 13-20 Link Here
13
KEYWORDS="amd64 arm ppc x86 ~x86-fbsd"
15
KEYWORDS="amd64 arm ppc x86 ~x86-fbsd"
14
IUSE=""
16
IUSE=""
15
17
18
src_prepare() {
19
	epatch "${FILESDIR}"/chrpath-multilib.patch
20
	epatch "${FILESDIR}"/chrpath-keepgoing.patch
21
	eautoreconf
22
}
23
16
src_install() {
24
src_install() {
17
	dobin chrpath || die
25
	einstall
18
	doman chrpath.1
19
	dodoc ChangeLog AUTHORS NEWS README
26
	dodoc ChangeLog AUTHORS NEWS README
20
}
27
}

Return to bug 265575