summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-03-10 12:51:04 +0000
committerTorsten Veller <tove@gentoo.org>2010-03-10 12:51:04 +0000
commit9c9848fbae2fa4a815f53b81738adb28abe4c9df (patch)
tree4d1007727090a6f23df3c9cba16637e938c4cf30 /x11-misc/remind
parentremove old (diff)
downloadgentoo-2-9c9848fbae2fa4a815f53b81738adb28abe4c9df.tar.gz
gentoo-2-9c9848fbae2fa4a815f53b81738adb28abe4c9df.tar.bz2
gentoo-2-9c9848fbae2fa4a815f53b81738adb28abe4c9df.zip
Set timezone for tests
(Portage version: 2.2_rc66/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/remind')
-rw-r--r--x11-misc/remind/ChangeLog5
-rw-r--r--x11-misc/remind/remind-03.01.08.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/remind/ChangeLog b/x11-misc/remind/ChangeLog
index 5a9a79b5cb69..8b88cf2ab13d 100644
--- a/x11-misc/remind/ChangeLog
+++ b/x11-misc/remind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/remind
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v 1.48 2010/03/10 06:58:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v 1.49 2010/03/10 12:51:04 tove Exp $
+
+ 10 Mar 2010; Torsten Veller <tove@gentoo.org> remind-03.01.08.ebuild:
+ Test fails if not the right timezone is set
*remind-03.01.08 (10 Mar 2010)
diff --git a/x11-misc/remind/remind-03.01.08.ebuild b/x11-misc/remind/remind-03.01.08.ebuild
index 8b779aad5166..216ad71cff80 100644
--- a/x11-misc/remind/remind-03.01.08.ebuild
+++ b/x11-misc/remind/remind-03.01.08.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/remind/remind-03.01.08.ebuild,v 1.1 2010/03/10 06:58:16 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.01.08.ebuild,v 1.2 2010/03/10 12:51:04 tove Exp $
MY_P=${P/_beta/-BETA-}
S=${WORKDIR}/${MY_P}
@@ -26,7 +26,7 @@ src_test() {
ewarn "Testing fails if run as root. Skipping tests."
return
fi
- make test || die
+ TZ=America/New_York make test || die
}
src_install() {