summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-10-07 19:05:55 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-10-07 19:05:55 +0000
commit47918c044ea0daf96ff79b8cf4a3360d0ce4a16f (patch)
tree48ae58e263dafa30a71c2164c546301b22d79a2f /dev-db
parentRemove old. (diff)
downloadhistorical-47918c044ea0daf96ff79b8cf4a3360d0ce4a16f.tar.gz
historical-47918c044ea0daf96ff79b8cf4a3360d0ce4a16f.tar.bz2
historical-47918c044ea0daf96ff79b8cf4a3360d0ce4a16f.zip
We need a newer libtool now, bug #339717 comment #3.
Package-Manager: portage-2.2_rc90/cvs/Linux x86_64
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mariadb/ChangeLog5
-rw-r--r--dev-db/mariadb/mariadb-5.1.50.ebuild7
-rw-r--r--dev-db/mysql/ChangeLog5
-rw-r--r--dev-db/mysql/mysql-5.1.51.ebuild7
4 files changed, 18 insertions, 6 deletions
diff --git a/dev-db/mariadb/ChangeLog b/dev-db/mariadb/ChangeLog
index b3e6f217d264..685bff764735 100644
--- a/dev-db/mariadb/ChangeLog
+++ b/dev-db/mariadb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/mariadb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.8 2010/10/06 00:15:27 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.9 2010/10/07 19:05:47 robbat2 Exp $
+
+ 07 Oct 2010; Robin H. Johnson <robbat2@gentoo.org> mariadb-5.1.50.ebuild:
+ We need a newer libtool now, bug #339717 comment #3.
*mariadb-5.1.50 (06 Oct 2010)
diff --git a/dev-db/mariadb/mariadb-5.1.50.ebuild b/dev-db/mariadb/mariadb-5.1.50.ebuild
index be998aa30afb..c6f6550b2d13 100644
--- a/dev-db/mariadb/mariadb-5.1.50.ebuild
+++ b/dev-db/mariadb/mariadb-5.1.50.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/dev-db/mariadb/mariadb-5.1.50.ebuild,v 1.1 2010/10/06 00:15:27 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.50.ebuild,v 1.2 2010/10/07 19:05:47 robbat2 Exp $
MY_EXTRAS_VER="20101006-0004Z"
EAPI=2
@@ -15,7 +15,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''
-DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
+# Most of these are in the eclass
+RDEPEND=""
+DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
+ >=sys-devel/libtool-2.2.10"
# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index 761a74fdb12d..456c31eec340 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/mysql
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.549 2010/10/06 00:16:27 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.550 2010/10/07 19:05:55 robbat2 Exp $
+
+ 07 Oct 2010; Robin H. Johnson <robbat2@gentoo.org> mysql-5.1.51.ebuild:
+ We need a newer libtool now, bug #339717 comment #3.
*mysql-5.1.51 (06 Oct 2010)
diff --git a/dev-db/mysql/mysql-5.1.51.ebuild b/dev-db/mysql/mysql-5.1.51.ebuild
index 31ed0348e4d0..4ee30b7f8804 100644
--- a/dev-db/mysql/mysql-5.1.51.ebuild
+++ b/dev-db/mysql/mysql-5.1.51.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/dev-db/mysql/mysql-5.1.51.ebuild,v 1.1 2010/10/06 00:16:27 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v 1.2 2010/10/07 19:05:55 robbat2 Exp $
MY_EXTRAS_VER="20101006-0004Z"
EAPI=2
@@ -21,7 +21,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~spar
# This is often broken still
EPATCH_EXCLUDE=''
-DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
+# Most of these are in the eclass
+RDEPEND=""
+DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
+ >=sys-devel/libtool-2.2.10"
# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay