summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-07-19 14:18:39 +0000
committerJeroen Roovers <jer@gentoo.org>2013-07-19 14:18:39 +0000
commit8384c66884b08025b814620830636ee58803a8ac (patch)
tree53cc6b9e0650073acf9be1558116c9ea4ba1b0d5 /app-benchmarks
parentVersion bump (diff)
downloadgentoo-2-8384c66884b08025b814620830636ee58803a8ac.tar.gz
gentoo-2-8384c66884b08025b814620830636ee58803a8ac.tar.bz2
gentoo-2-8384c66884b08025b814620830636ee58803a8ac.zip
configure: --with open-posix-testsuite => --with-open-posix-testsuite
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/ltp/ChangeLog5
-rw-r--r--app-benchmarks/ltp/ltp-20130503.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-benchmarks/ltp/ChangeLog b/app-benchmarks/ltp/ChangeLog
index 7a168edda985..608354b1cb02 100644
--- a/app-benchmarks/ltp/ChangeLog
+++ b/app-benchmarks/ltp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-benchmarks/ltp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ltp/ChangeLog,v 1.23 2013/05/18 10:03:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ltp/ChangeLog,v 1.24 2013/07/19 14:18:39 jer Exp $
+
+ 19 Jul 2013; Jeroen Roovers <jer@gentoo.org> ltp-20130503.ebuild:
+ configure: --with open-posix-testsuite => --with-open-posix-testsuite
*ltp-20130503 (18 May 2013)
diff --git a/app-benchmarks/ltp/ltp-20130503.ebuild b/app-benchmarks/ltp/ltp-20130503.ebuild
index 75272054dbb7..504b8401a4ad 100644
--- a/app-benchmarks/ltp/ltp-20130503.ebuild
+++ b/app-benchmarks/ltp/ltp-20130503.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ltp/ltp-20130503.ebuild,v 1.1 2013/05/18 10:03:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ltp/ltp-20130503.ebuild,v 1.2 2013/07/19 14:18:39 jer Exp $
EAPI="4"
@@ -44,7 +44,7 @@ src_prepare() {
src_configure() {
# FIXME: improve me
local myconf=
- use open-posix && myconf+="--with open-posix-testsuite "
+ use open-posix && myconf+="--with-open-posix-testsuite "
use pm && mytconf+="--with-power-management-testsuite "
use rt && myconf+="--with-realtime-testsuite "
use perl && myconf+="--with-perl "