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

Collapse All | Expand All

(-)libXpm-3.5.7.ebuild.orig (-3 / +5 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2008 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/x11-libs/libXpm/libXpm-3.5.7.ebuild,v 1.6 2007/12/19 23:43:55 cla Exp $
3
# $Header: /var/repositories/local/x11-libs/libXpm/libXpm-3.5.7-r1.ebuild,v 1.1 2008/01/05 17:52:21 impulze Exp $
4
4
5
# Must be before x-modular eclass is inherited
5
# Must be before x-modular eclass is inherited
6
#SNAPSHOT="yes"
6
SNAPSHOT="yes" # we need to force eautoreconf therefore we mark it as cvs-ebuild
7
7
8
inherit x-modular
8
inherit x-modular
9
9
Lines 16-18 Link Here
16
	x11-libs/libXext"
16
	x11-libs/libXext"
17
DEPEND="${RDEPEND}
17
DEPEND="${RDEPEND}
18
	x11-proto/xproto"
18
	x11-proto/xproto"
19
20
PATCHES="${FILESDIR}/${P}-gettext.patch"

Return to bug 191669