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

Collapse All | Expand All

(-)/var/lib/portage/gentoo/gnome-base/gnome-keyring/gnome-keyring-2.22.3-r1.ebuild (-1 / +5 lines)
Lines 2-8 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/gnome-base/gnome-keyring/gnome-keyring-2.22.3-r1.ebuild,v 1.9 2009/03/15 21:23:04 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.22.3-r1.ebuild,v 1.9 2009/03/15 21:23:04 maekke Exp $
4
4
5
inherit gnome2 eutils pam
5
inherit gnome2 eutils pam autotools
6
6
7
DESCRIPTION="Password and keyring managing daemon"
7
DESCRIPTION="Password and keyring managing daemon"
8
HOMEPAGE="http://www.gnome.org/"
8
HOMEPAGE="http://www.gnome.org/"
Lines 43-46 Link Here
43
43
44
	# Backport from trunk for fixing upstream bug #511285, bug #238098
44
	# Backport from trunk for fixing upstream bug #511285, bug #238098
45
	epatch "${FILESDIR}/${P}-warnings.patch"
45
	epatch "${FILESDIR}/${P}-warnings.patch"
46
47
	# Fix inability to find libtasn1-config, bug #266554
48
	epatch "${FILESDIR}/${P}-libtasn1.patch"
49
	eautoreconf
46
}
50
}

Return to bug 266554