diff options
author | 2010-03-01 19:57:42 +0000 | |
---|---|---|
committer | 2010-03-01 19:57:42 +0000 | |
commit | 31ac79c0260459954785bbd54703ebf8e71b7449 (patch) | |
tree | 589553c11de690ef84f8314c0c09fa1680e8ccd7 /dev-db/mysql/mysql-5.1.44-r1.ebuild | |
parent | Deleting old ebuild and 2.3 alpha releases. (diff) | |
download | historical-31ac79c0260459954785bbd54703ebf8e71b7449.tar.gz historical-31ac79c0260459954785bbd54703ebf8e71b7449.tar.bz2 historical-31ac79c0260459954785bbd54703ebf8e71b7449.zip |
Bug #307251: update the GCC DEPEND due to C++ template usage.
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'dev-db/mysql/mysql-5.1.44-r1.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.1.44-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.1.44-r1.ebuild b/dev-db/mysql/mysql-5.1.44-r1.ebuild index 2d6efef8e20d..024a8f5de04a 100644 --- a/dev-db/mysql/mysql-5.1.44-r1.ebuild +++ b/dev-db/mysql/mysql-5.1.44-r1.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.44-r1.ebuild,v 1.1 2010/02/27 18:23:30 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r1.ebuild,v 1.2 2010/03/01 19:57:42 robbat2 Exp $ MY_EXTRAS_VER="20100227-1814Z" EAPI=2 @@ -24,7 +24,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~spar # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' -DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )" +DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )" RDEPEND="!media-sound/amarok[embedded]" # Please do not add a naive src_unpack to this ebuild |