diff options
author | Sven Wegener <swegener@gentoo.org> | 2008-10-26 12:18:10 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2008-10-26 12:18:10 +0000 |
commit | 82ee2ad9731ba02a97d40b8e1d43a4cb3194e89e (patch) | |
tree | 75ae08ce8c736f0a5214e353efdfdd14ab8c56f4 /dev-db/mysql-gui-tools/mysql-gui-tools-5.0_p12-r2.ebuild | |
parent | Stable on x86 (#244417) (diff) | |
download | gentoo-2-82ee2ad9731ba02a97d40b8e1d43a4cb3194e89e.tar.gz gentoo-2-82ee2ad9731ba02a97d40b8e1d43a4cb3194e89e.tar.bz2 gentoo-2-82ee2ad9731ba02a97d40b8e1d43a4cb3194e89e.zip |
Add patch to fix use of deprecated gtk+ API, fixes bug #240548.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27 x86_64)
Diffstat (limited to 'dev-db/mysql-gui-tools/mysql-gui-tools-5.0_p12-r2.ebuild')
-rw-r--r-- | dev-db/mysql-gui-tools/mysql-gui-tools-5.0_p12-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/mysql-gui-tools/mysql-gui-tools-5.0_p12-r2.ebuild b/dev-db/mysql-gui-tools/mysql-gui-tools-5.0_p12-r2.ebuild index fb76667ea729..15bc49436efd 100644 --- a/dev-db/mysql-gui-tools/mysql-gui-tools-5.0_p12-r2.ebuild +++ b/dev-db/mysql-gui-tools/mysql-gui-tools-5.0_p12-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-gui-tools/mysql-gui-tools-5.0_p12-r2.ebuild,v 1.5 2008/08/17 04:13:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-gui-tools/mysql-gui-tools-5.0_p12-r2.ebuild,v 1.6 2008/10/26 12:18:10 swegener Exp $ GCONF_DEBUG="no" @@ -62,7 +62,8 @@ src_unpack() { "${FILESDIR}"/${PN}-5.0_p8-lua-modules.patch \ "${FILESDIR}"/${P}-query-browser-sps.patch \ "${FILESDIR}"/${P}-libsigc++-2.2.patch \ - "${FILESDIR}"/${P}-gcc-4.3.patch + "${FILESDIR}"/${P}-gcc-4.3.patch \ + "${FILESDIR}"/${P}-deprecated-gtk+-api.patch sed -i \ -e "s/\\(^\\|[[:space:]]\\)-ltermcap\\($\\|[[:space:]]\\)/ /g" \ |