diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-01-30 00:18:18 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-01-30 00:18:18 +0000 |
commit | c8921b048b05ea39fb129ce18a7abcd9a4a5ae0f (patch) | |
tree | 9b7f743b8f7710db9e3c2b162a3e230123f0194a /dev-db/mysql/mysql-3.23.52-r1.ebuild | |
parent | added ~amd64 to KEYWORDS. (diff) | |
download | gentoo-2-c8921b048b05ea39fb129ce18a7abcd9a4a5ae0f.tar.gz gentoo-2-c8921b048b05ea39fb129ce18a7abcd9a4a5ae0f.tar.bz2 gentoo-2-c8921b048b05ea39fb129ce18a7abcd9a4a5ae0f.zip |
Add warning about InnoDB, bug #44592.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-db/mysql/mysql-3.23.52-r1.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-3.23.52-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-3.23.52-r1.ebuild b/dev-db/mysql/mysql-3.23.52-r1.ebuild index 67a98e9adb3f..cab163398334 100644 --- a/dev-db/mysql/mysql-3.23.52-r1.ebuild +++ b/dev-db/mysql/mysql-3.23.52-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.52-r1.ebuild,v 1.21 2005/01/23 23:38:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.52-r1.ebuild,v 1.22 2005/01/30 00:18:18 robbat2 Exp $ SVER=${PV%.*} #normal releases: @@ -32,6 +32,7 @@ RDEPEND="" # mysql; easier before, then it pulls in mysql. src_unpack() { + use innodb || ewarn "InnoDB support is not selected to be compiled in." unpack ${A} || die cd ${S} || die # required for qmail-mysql @@ -170,4 +171,5 @@ pkg_postinst() { einfo "\"ebuild /var/db/pkg/dev-db/${PF}/${PF}.ebuild config\"" einfo "if this is a new install." einfo + use innodb || ewarn "InnoDB support is not selected to be compiled in." } |