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

Collapse All | Expand All

(-)vte-0.12.2.ebuild.orig (-2 / +5 lines)
Lines 10-16 HOMEPAGE="http://www.gnome.org/" Link Here
10
LICENSE="LGPL-2"
10
LICENSE="LGPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
12
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
13
IUSE="debug doc python opengl"
13
IUSE="debug doc nls python opengl"
14
14
15
RDEPEND=">=dev-libs/glib-2.6
15
RDEPEND=">=dev-libs/glib-2.6
16
	>=x11-libs/gtk+-2.6
16
	>=x11-libs/gtk+-2.6
Lines 31-37 DEPEND="${RDEPEND} Link Here
31
	doc? ( >=dev-util/gtk-doc-1.0 )
31
	doc? ( >=dev-util/gtk-doc-1.0 )
32
	>=dev-util/pkgconfig-0.9
32
	>=dev-util/pkgconfig-0.9
33
	>=dev-util/intltool-0.31
33
	>=dev-util/intltool-0.31
34
	sys-devel/gettext"
34
	nls? ( sys-devel/gettext )"
35
35
36
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
36
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
37
37
Lines 54-59 src_unpack() { Link Here
54
	# #91617.
54
	# #91617.
55
	epatch "${FILESDIR}"/${PN}-no_lazy_bindings.patch
55
	epatch "${FILESDIR}"/${PN}-no_lazy_bindings.patch
56
56
57
	# Build on NLS free systems. Bug #134436
58
	epatch "${FILESDIR}"/${P}-nonls.patch
59
57
	cd "${S}/gnome-pty-helper"
60
	cd "${S}/gnome-pty-helper"
58
	eautoreconf || die "eautoreconf failed"
61
	eautoreconf || die "eautoreconf failed"
59
}
62
}

Return to bug 134436