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

Collapse All | Expand All

(-)old/geda-gattrib-1.4.3.ebuild (-1 / +6 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit fdo-mime versionator
7
inherit fdo-mime versionator eutils
8
8
9
DESCRIPTION="GPL Electronic Design Automation: attribute editor"
9
DESCRIPTION="GPL Electronic Design Automation: attribute editor"
10
HOMEPAGE="http://www.gpleda.org/"
10
HOMEPAGE="http://www.gpleda.org/"
Lines 28-33 Link Here
28
	>=dev-util/pkgconfig-0.9
28
	>=dev-util/pkgconfig-0.9
29
	nls? ( sys-devel/gettext )"
29
	nls? ( sys-devel/gettext )"
30
30
31
src_unpack() {
32
	unpack ${A} || die "unpacking failed"
33
	epatch "${FILESDIR}"/${P}-gtk17.patch || die "patching failed"
34
}
35
31
src_configure() {
36
src_configure() {
32
	# nls may not work if LINGUAS is set -- upstream bug, they use only variants
37
	# nls may not work if LINGUAS is set -- upstream bug, they use only variants
33
	# like de_DE.po. See Debian bug #336796
38
	# like de_DE.po. See Debian bug #336796

Return to bug 319307