summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xcave/ChangeLog5
-rw-r--r--x11-misc/xcave/xcave-2.3.2.ebuild3
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
}