diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-08-01 14:22:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-08-01 14:22:02 +0000 |
commit | 22298dd8fb36d8938d172b5b2b378f0e3bae5230 (patch) | |
tree | cde9c8174872b844c6f6348d1bff34c3b7477644 /app-pda/jpilot/jpilot-1.8.0.ebuild | |
parent | Stable on amd64 wrt bug #329265 (diff) | |
download | historical-22298dd8fb36d8938d172b5b2b378f0e3bae5230.tar.gz historical-22298dd8fb36d8938d172b5b2b378f0e3bae5230.tar.bz2 historical-22298dd8fb36d8938d172b5b2b378f0e3bae5230.zip |
Fix testsuite wrt #330709 by Diego E. Pettenò.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-pda/jpilot/jpilot-1.8.0.ebuild')
-rw-r--r-- | app-pda/jpilot/jpilot-1.8.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-pda/jpilot/jpilot-1.8.0.ebuild b/app-pda/jpilot/jpilot-1.8.0.ebuild index e9da4ce95aed..eb1ec8a74bed 100644 --- a/app-pda/jpilot/jpilot-1.8.0.ebuild +++ b/app-pda/jpilot/jpilot-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild,v 1.1 2010/07/13 13:29:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-1.8.0.ebuild,v 1.2 2010/08/01 14:22:02 ssuominen Exp $ EAPI=2 @@ -23,8 +23,10 @@ DEPEND="${RDEPEND} src_prepare() { sed -i \ - -e "/^Icon/s:jpilot.xpm:/usr/share/pixmaps/jpilot/jpilot-icon1.xpm:" \ + -e '/^Icon/s:jpilot.xpm:/usr/share/pixmaps/jpilot/jpilot-icon1.xpm:' \ jpilot.desktop || die + + echo calendar.c > po/POTFILES.skip } src_configure() { |