diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-21 15:54:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-21 15:54:25 +0000 |
commit | 664c03892de7a35827965f9697009ecfecfb24e8 (patch) | |
tree | f648e167fa3fec4e47e39af6ee35328eb2a4dff3 /x11-misc | |
parent | Drop 4.3.3. Drop hppa keywords per bug #304363. (diff) | |
download | gentoo-2-664c03892de7a35827965f9697009ecfecfb24e8.tar.gz gentoo-2-664c03892de7a35827965f9697009ecfecfb24e8.tar.bz2 gentoo-2-664c03892de7a35827965f9697009ecfecfb24e8.zip |
Fix testsuite wrt #324967 by Diego E. Pettenò.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xcave/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xcave/xcave-2.3.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/xcave/ChangeLog b/x11-misc/xcave/ChangeLog index a57977e73d25..43b41c7df184 100644 --- a/x11-misc/xcave/ChangeLog +++ b/x11-misc/xcave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcave # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/ChangeLog,v 1.1 2010/06/20 10:48:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/ChangeLog,v 1.2 2010/06/21 15:54:25 ssuominen Exp $ + + 21 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> xcave-2.3.2.ebuild: + Fix testsuite wrt #324967 by Diego E. Pettenò. *xcave-2.3.2 (20 Jun 2010) diff --git a/x11-misc/xcave/xcave-2.3.2.ebuild b/x11-misc/xcave/xcave-2.3.2.ebuild index 1c2d64237cc5..18b84fb94f01 100644 --- a/x11-misc/xcave/xcave-2.3.2.ebuild +++ b/x11-misc/xcave/xcave-2.3.2.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/x11-misc/xcave/xcave-2.3.2.ebuild,v 1.1 2010/06/20 10:48:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/xcave-2.3.2.ebuild,v 1.2 2010/06/21 15:54:25 ssuominen Exp $ EAPI=2 inherit autotools @@ -23,6 +23,7 @@ DEPEND="${RDEPEND} dev-util/intltool" src_prepare() { + echo src/xcave_supp.c > po/POTFILES.skip # intltoolize --force --copy --automake || die eautoreconf } |