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 | 262605807ec3ca0dc4a39dea80987378d60609ea (patch) | |
tree | 98dff8c6b77aa252a62b39b59380978c8871e03b /dev-db/mysql/mysql-5.0.84-r1.ebuild | |
parent | Bug #284946: Per upstream changes, MySQL now requires at least GCC4. (diff) | |
download | historical-262605807ec3ca0dc4a39dea80987378d60609ea.tar.gz historical-262605807ec3ca0dc4a39dea80987378d60609ea.tar.bz2 historical-262605807ec3ca0dc4a39dea80987378d60609ea.zip |
Fixup for implicit RDEPEND. Selinux needs to fix their hardened profiles to allow gcc-4 like the non-selinux hardened profiles.
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'dev-db/mysql/mysql-5.0.84-r1.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.0.84-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |