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

Collapse All | Expand All

(-)usr/portage/app-text/t1utils/t1utils-1.34.ebuild (+8 lines)
Lines 2-7 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/app-text/t1utils/t1utils-1.34.ebuild,v 1.11 2009/04/16 08:48:55 aballier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.34.ebuild,v 1.11 2009/04/16 08:48:55 aballier Exp $
4
4
5
inherit eutils
6
5
IUSE=""
7
IUSE=""
6
8
7
DESCRIPTION="Type 1 Font utilities"
9
DESCRIPTION="Type 1 Font utilities"
Lines 15-20 Link Here
15
RDEPEND="${DEPEND}
17
RDEPEND="${DEPEND}
16
	!<media-libs/freetype-1.4_pre20080316"
18
	!<media-libs/freetype-1.4_pre20080316"
17
19
20
src_unpack() {
21
	unpack "${A}"
22
	cd "${S}"
23
	epatch "${FILESDIR}"/t1utils-1.34-glibc-2.10.patch
24
}
25
18
src_install () {
26
src_install () {
19
	emake DESTDIR="${D}" install || die "make install failed"
27
	emake DESTDIR="${D}" install || die "make install failed"
20
	dodoc NEWS README
28
	dodoc NEWS README

Return to bug 270611