diff options
author | 2009-02-28 22:42:10 +0000 | |
---|---|---|
committer | 2009-02-28 22:42:10 +0000 | |
commit | d666c72cede17117f174094a747564e3d5bedfff (patch) | |
tree | a9be557acf5165ecbee486857aad01311482c644 /dev-db/mysql/mysql-4.1.22-r1.ebuild | |
parent | econf typos thanks to Alon in bug #260668 (diff) | |
download | gentoo-2-d666c72cede17117f174094a747564e3d5bedfff.tar.gz gentoo-2-d666c72cede17117f174094a747564e3d5bedfff.tar.bz2 gentoo-2-d666c72cede17117f174094a747564e3d5bedfff.zip |
Bug #259977: apply the automake patch so that older 4.1 still compiles.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysql/mysql-4.1.22-r1.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.1.22-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-4.1.22-r1.ebuild b/dev-db/mysql/mysql-4.1.22-r1.ebuild index c79aa79fdb97..0c736557cd08 100644 --- a/dev-db/mysql/mysql-4.1.22-r1.ebuild +++ b/dev-db/mysql/mysql-4.1.22-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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-4.1.22-r1.ebuild,v 1.6 2008/12/14 20:17:13 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.22-r1.ebuild,v 1.7 2009/02/28 22:42:10 robbat2 Exp $ -MY_EXTRAS_VER="20070105" +MY_EXTRAS_VER="20090228-2228Z" SERVER_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz" inherit mysql |