diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-06-26 18:41:53 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-06-26 18:41:53 +0000 |
commit | 22f51d7a13cb56bda98780d7902b5a189db64d2c (patch) | |
tree | 5260cbdd71b40dff5ee09278586e5c41c59c3a3a /dev-db/tora | |
parent | First beta for the 2.1 version; many more bug fixes and some GTK+ performance... (diff) | |
download | gentoo-2-22f51d7a13cb56bda98780d7902b5a189db64d2c.tar.gz gentoo-2-22f51d7a13cb56bda98780d7902b5a189db64d2c.tar.bz2 gentoo-2-22f51d7a13cb56bda98780d7902b5a189db64d2c.zip |
Really apply the patch for gcc-4.4.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/tora')
-rw-r--r-- | dev-db/tora/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/tora/tora-2.0.0.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-db/tora/ChangeLog b/dev-db/tora/ChangeLog index fe5ef6a9e214..b9a7e11cb252 100644 --- a/dev-db/tora/ChangeLog +++ b/dev-db/tora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/tora # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.69 2009/06/25 21:06:31 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.70 2009/06/26 18:41:53 dertobi123 Exp $ + + 26 Jun 2009; Tobias Scherbaum <dertobi123@gentoo.org> tora-2.0.0.ebuild: + Really apply the patch for gcc-4.4. 25 Jun 2009; Tobias Scherbaum <dertobi123@gentoo.org> +files/tora-2.0.0-gcc44.patch, tora-2.0.0.ebuild: diff --git a/dev-db/tora/tora-2.0.0.ebuild b/dev-db/tora/tora-2.0.0.ebuild index cb9a5de94c32..0cbbb1dc368f 100644 --- a/dev-db/tora/tora-2.0.0.ebuild +++ b/dev-db/tora/tora-2.0.0.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/tora/tora-2.0.0.ebuild,v 1.4 2009/06/25 21:06:31 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.0.0.ebuild,v 1.5 2009/06/26 18:41:53 dertobi123 Exp $ EAPI=2 @@ -41,6 +41,10 @@ pkg_setup() { fi } +src_prepare() { + epatch "${FILESDIR}/${P}-gcc44.patch" +} + src_configure() { # Need to fake out Qt or we'll get sandbox problems REALHOME="$HOME" |