diff options
author | 2005-01-30 00:18:18 +0000 | |
---|---|---|
committer | 2005-01-30 00:18:18 +0000 | |
commit | c8921b048b05ea39fb129ce18a7abcd9a4a5ae0f (patch) | |
tree | 9b7f743b8f7710db9e3c2b162a3e230123f0194a /dev-db/mysql/mysql-4.1.8.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-4.1.8.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.1.8.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-4.1.8.ebuild b/dev-db/mysql/mysql-4.1.8.ebuild index 7a68faa902f3..e9e64952f281 100644 --- a/dev-db/mysql/mysql-4.1.8.ebuild +++ b/dev-db/mysql/mysql-4.1.8.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-4.1.8.ebuild,v 1.4 2005/01/23 23:38:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.8.ebuild,v 1.5 2005/01/30 00:18:18 robbat2 Exp $ inherit eutils gnuconfig #to accomodate -laadeedah releases @@ -51,6 +51,7 @@ warning() { } pkg_setup() { + use innodb || ewarn "InnoDB support is not selected to be compiled in." warning } @@ -273,4 +274,5 @@ pkg_postinst() { einfo warning + use innodb || ewarn "InnoDB support is not selected to be compiled in." } |