--- /var/lib/portage/gentoo/gnome-base/gnome-keyring/gnome-keyring-2.22.3-r1.ebuild 2009-03-15 14:38:48.000000000 -0700 +++ ./gnome-keyring-2.22.3-r1.ebuild 2009-04-21 21:57:00.000000000 -0700 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $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 $ -inherit gnome2 eutils pam +inherit gnome2 eutils pam autotools DESCRIPTION="Password and keyring managing daemon" HOMEPAGE="http://www.gnome.org/" @@ -43,4 +43,8 @@ # Backport from trunk for fixing upstream bug #511285, bug #238098 epatch "${FILESDIR}/${P}-warnings.patch" + + # Fix inability to find libtasn1-config, bug #266554 + epatch "${FILESDIR}/${P}-libtasn1.patch" + eautoreconf }