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.8.ebuild (+5 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/x11-libs/libXpm/libXpm-3.5.8.ebuild,v 1.11 2010/01/19 20:08:23 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/libXpm-3.5.8.ebuild,v 1.11 2010/01/19 20:08:23 armin76 Exp $
4
4
5
# Must be before x-modular eclass is inherited
6
SNAPSHOT="yes" # We need to force eautoreconf, therefore we mark it as cvs-ebuild
7
5
inherit x-modular
8
inherit x-modular
6
9
7
DESCRIPTION="X.Org Xpm library"
10
DESCRIPTION="X.Org Xpm library"
Lines 15-17 Link Here
15
DEPEND="${RDEPEND}
18
DEPEND="${RDEPEND}
16
	nls? ( sys-devel/gettext )
19
	nls? ( sys-devel/gettext )
17
	x11-proto/xproto"
20
	x11-proto/xproto"
21
22
PATCHES="${FILESDIR}/${P}-gettext.patch"

Return to bug 191669