--- libXpm-3.5.8.ebuild 2010-01-19 20:36:53.000000000 +0000 +++ libXpm-3.5.8.ebuild 2010-01-25 20:41:23.631612129 +0000 @@ -2,6 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/libXpm-3.5.8.ebuild,v 1.11 2010/01/19 20:08:23 armin76 Exp $ +# Must be before x-modular eclass is inherited +SNAPSHOT="yes" # We need to force eautoreconf, therefore we mark it as cvs-ebuild + inherit x-modular DESCRIPTION="X.Org Xpm library" @@ -15,3 +18,5 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) x11-proto/xproto" + +PATCHES="${FILESDIR}/${P}-gettext.patch"