diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2009-07-10 14:02:19 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2009-07-10 14:02:19 +0000 |
commit | ed37e9c8ed50c4a8887089420d560665fcea8039 (patch) | |
tree | 189d857ff9eb1a5510a74748c5e960881d16f792 /app-crypt/seahorse/seahorse-2.26.2.ebuild | |
parent | dev-util/efence is no more (diff) | |
download | historical-ed37e9c8ed50c4a8887089420d560665fcea8039.tar.gz historical-ed37e9c8ed50c4a8887089420d560665fcea8039.tar.bz2 historical-ed37e9c8ed50c4a8887089420d560665fcea8039.zip |
Fix buils of seahorse against gpgme with LFS. Bug #275445
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'app-crypt/seahorse/seahorse-2.26.2.ebuild')
-rw-r--r-- | app-crypt/seahorse/seahorse-2.26.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-crypt/seahorse/seahorse-2.26.2.ebuild b/app-crypt/seahorse/seahorse-2.26.2.ebuild index 2e4710f6786e..f2cef20b7daf 100644 --- a/app-crypt/seahorse/seahorse-2.26.2.ebuild +++ b/app-crypt/seahorse/seahorse-2.26.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.26.2.ebuild,v 1.1 2009/05/23 20:21:23 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.26.2.ebuild,v 1.2 2009/07/10 14:02:18 dang Exp $ EAPI="2" -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="A GNOME application for managing encryption keys" HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html" @@ -62,6 +62,9 @@ src_prepare() { # Fix intltoolize broken file, see upstream #577133 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed" + + # fix building with gpgme with lfs Bug #275445 + epatch "${FILESDIR}"/${P}-gpgme-lfs.patch } pkg_postinst() { |