summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-11-14 02:20:21 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-11-14 02:20:21 +0000
commit1367189ad7773bcc48b53fd0284bc1b1b117359a (patch)
treeaad1ffa09e9fd261421beb4662b4722f4d88ebc1 /dev-db
parentRedo the Manifest from manual commit. (diff)
downloadgentoo-2-1367189ad7773bcc48b53fd0284bc1b1b117359a.tar.gz
gentoo-2-1367189ad7773bcc48b53fd0284bc1b1b117359a.tar.bz2
gentoo-2-1367189ad7773bcc48b53fd0284bc1b1b117359a.zip
Test commit again, with repoman.
(Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc3-00249-ga622cf6 x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql/ChangeLog5
-rw-r--r--dev-db/mysql/mysql-5.0.70.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index 9e4bb7cbb4ed..ab95d83d497b 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/mysql
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.462 2008/11/14 02:16:25 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.463 2008/11/14 02:20:21 robbat2 Exp $
+
+ 14 Nov 2008; Robin H. Johnson <robbat2@gentoo.org> mysql-5.0.70.ebuild:
+ Test commit again, with repoman.
14 Nov 2008; Robin H. Johnson <robbat2@gentoo.org> files/my.cnf-4.0,
files/my.cnf-4.1:
diff --git a/dev-db/mysql/mysql-5.0.70.ebuild b/dev-db/mysql/mysql-5.0.70.ebuild
index 5517b3260a96..c3329802821e 100644
--- a/dev-db/mysql/mysql-5.0.70.ebuild
+++ b/dev-db/mysql/mysql-5.0.70.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.70.ebuild,v 1.1 2008/11/14 01:06:12 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.70.ebuild,v 1.2 2008/11/14 02:20:21 robbat2 Exp $
MY_EXTRAS_VER="20080601"
SERVER_URI="http://mirror.provenscaling.com/mysql/enterprise/source/5.0/${P}.tar.gz"
@@ -18,7 +18,7 @@ EPATCH_EXCLUDE=''
# and create your own mysql-extras tarball, looking at 000_index.txt
src_test() {
- make check || die "make check failed"
+ emake -j1 check || die "make check failed"
if ! use "minimal" ; then
if [[ $UID -eq 0 ]]; then
die "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root."