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 | fc85c78b0d53c161a2e83dd98d3e2669d3034ac5 (patch) | |
tree | 1a6874ddc0c765a421b50a9dc2a52b615c53f075 /app-pda | |
parent | Stable on amd64 wrt bug #329265 (diff) | |
download | gentoo-2-fc85c78b0d53c161a2e83dd98d3e2669d3034ac5.tar.gz gentoo-2-fc85c78b0d53c161a2e83dd98d3e2669d3034ac5.tar.bz2 gentoo-2-fc85c78b0d53c161a2e83dd98d3e2669d3034ac5.zip |
Fix testsuite wrt #330709 by Diego E. Pettenò.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/jpilot/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/jpilot/jpilot-1.8.0.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-pda/jpilot/ChangeLog b/app-pda/jpilot/ChangeLog index d59ff80300a3..5a196e2c4be7 100644 --- a/app-pda/jpilot/ChangeLog +++ b/app-pda/jpilot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/jpilot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.38 2010/07/13 13:29:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.39 2010/08/01 14:22:02 ssuominen Exp $ + + 01 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> jpilot-1.8.0.ebuild: + Fix testsuite wrt #330709 by Diego E. Pettenò. *jpilot-1.8.0 (13 Jul 2010) 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() { |