diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-10-05 00:57:36 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-10-05 00:57:36 +0000 |
commit | aeea327783058e14a48b9347582b27a744c0d664 (patch) | |
tree | 1d62cd7f6d2065ed4a7e899e488737903306246f /dev-db | |
parent | Bug #284946: Per upstream changes, MySQL now requires at least GCC4. (diff) | |
download | gentoo-2-aeea327783058e14a48b9347582b27a744c0d664.tar.gz gentoo-2-aeea327783058e14a48b9347582b27a744c0d664.tar.bz2 gentoo-2-aeea327783058e14a48b9347582b27a744c0d664.zip |
Fixup for implicit RDEPEND. Selinux needs to fix their hardened profiles to allow gcc-4 like the non-selinux hardened profiles.
(Portage version: 2.2_rc42/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-5.0.83.ebuild | 3 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.84-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.84.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-5.0.83.ebuild b/dev-db/mysql/mysql-5.0.83.ebuild index acd757fec3f5..69e6fe051054 100644 --- a/dev-db/mysql/mysql-5.0.83.ebuild +++ b/dev-db/mysql/mysql-5.0.83.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild,v 1.2 2009/10/05 00:52:57 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild,v 1.3 2009/10/05 00:57:36 robbat2 Exp $ MY_EXTRAS_VER="20090706-1838Z" EAPI=2 @@ -16,6 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbs EPATCH_EXCLUDE='' DEPEND=">=sys-devel/gcc-4" +RDEPEND="" # 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/mysql-5.0.84-r1.ebuild b/dev-db/mysql/mysql-5.0.84-r1.ebuild index 3ce1d6c59dca..9728584ec9ac 100644 --- a/dev-db/mysql/mysql-5.0.84-r1.ebuild +++ b/dev-db/mysql/mysql-5.0.84-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild,v 1.3 2009/10/05 00:52:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild,v 1.4 2009/10/05 00:57:36 robbat2 Exp $ MY_EXTRAS_VER="20090908-1245Z" EAPI=2 @@ -16,6 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~spar EPATCH_EXCLUDE='' DEPEND=">=sys-devel/gcc-4" +RDEPEND="" # 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/mysql-5.0.84.ebuild b/dev-db/mysql/mysql-5.0.84.ebuild index dbf609441fe5..c60e24b116bb 100644 --- a/dev-db/mysql/mysql-5.0.84.ebuild +++ b/dev-db/mysql/mysql-5.0.84.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild,v 1.2 2009/10/05 00:52:57 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild,v 1.3 2009/10/05 00:57:36 robbat2 Exp $ MY_EXTRAS_VER="20090904-0939Z" EAPI=2 @@ -16,6 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~spar EPATCH_EXCLUDE='' DEPEND=">=sys-devel/gcc-4" +RDEPEND="" # 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 |