summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-07-02 20:44:59 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-07-02 20:44:59 +0000
commit224bf2f4b64ec58614826b29bb044655adae4f06 (patch)
treebca7d07ed787eaf236751e0a17307a971d9feb18 /media-libs/libtiger
parentSparc stable, security bug #262708. (diff)
downloadgentoo-2-224bf2f4b64ec58614826b29bb044655adae4f06.tar.gz
gentoo-2-224bf2f4b64ec58614826b29bb044655adae4f06.tar.bz2
gentoo-2-224bf2f4b64ec58614826b29bb044655adae4f06.zip
run tests with LC_ALL=C to avoid false positives with poor regexps..
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libtiger')
-rw-r--r--media-libs/libtiger/ChangeLog5
-rw-r--r--media-libs/libtiger/libtiger-0.3.3.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/media-libs/libtiger/ChangeLog b/media-libs/libtiger/ChangeLog
index 42d0733c72b1..ef37fce8f418 100644
--- a/media-libs/libtiger/ChangeLog
+++ b/media-libs/libtiger/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libtiger
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtiger/ChangeLog,v 1.3 2009/07/02 20:38:06 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtiger/ChangeLog,v 1.4 2009/07/02 20:44:59 aballier Exp $
+
+ 02 Jul 2009; Alexis Ballier <aballier@gentoo.org> libtiger-0.3.3.ebuild:
+ run tests with LC_ALL=C to avoid false positives with poor regexps..
02 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
libtiger-0.3.3.ebuild:
diff --git a/media-libs/libtiger/libtiger-0.3.3.ebuild b/media-libs/libtiger/libtiger-0.3.3.ebuild
index 6fe26a389fb8..9bb435b81b34 100644
--- a/media-libs/libtiger/libtiger-0.3.3.ebuild
+++ b/media-libs/libtiger/libtiger-0.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtiger/libtiger-0.3.3.ebuild,v 1.3 2009/07/02 20:38:06 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtiger/libtiger-0.3.3.ebuild,v 1.4 2009/07/02 20:44:59 aballier Exp $
EAPI=2
@@ -30,6 +30,10 @@ src_configure() {
econf $(use_enable doc) --docdir=/usr/share/doc/${PF}
}
+src_test() {
+ LC_ALL=C emake check || die "tests failed"
+}
+
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
find "${D}" -name '*.la' -delete