diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-12-10 01:53:22 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-12-10 01:53:22 +0000 |
commit | f57577f5d232a9f894066121ce86d280bb759436 (patch) | |
tree | 233107ec946bcf85496c98fa37134ea183c64003 /dev-db | |
parent | Fix gtk related deps. (diff) | |
download | gentoo-2-f57577f5d232a9f894066121ce86d280bb759436.tar.gz gentoo-2-f57577f5d232a9f894066121ce86d280bb759436.tar.bz2 gentoo-2-f57577f5d232a9f894066121ce86d280bb759436.zip |
Apply qt47 patch to stable ebuild to fix bug 375809.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/tora/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/tora/tora-2.1.1.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-db/tora/ChangeLog b/dev-db/tora/ChangeLog index 4867aebfedac..4678fe7f0b08 100644 --- a/dev-db/tora/ChangeLog +++ b/dev-db/tora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/tora -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.89 2010/11/27 14:27:45 dertobi123 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.90 2011/12/10 01:53:22 floppym Exp $ + + 10 Dec 2011; Mike Gilbert <floppym@gentoo.org> tora-2.1.1.ebuild: + Apply qt47 patch to stable ebuild to fix bug 375809. *tora-2.1.3 (27 Nov 2010) diff --git a/dev-db/tora/tora-2.1.1.ebuild b/dev-db/tora/tora-2.1.1.ebuild index 7e8f621c66b7..a07966f4baa2 100644 --- a/dev-db/tora/tora-2.1.1.ebuild +++ b/dev-db/tora/tora-2.1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.1.ebuild,v 1.10 2010/11/07 15:51:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.1.ebuild,v 1.11 2011/12/10 01:53:22 floppym Exp $ EAPI=2 -inherit cmake-utils +inherit cmake-utils eutils DESCRIPTION="TOra - Toolkit For Oracle" HOMEPAGE="http://tora.sourceforge.net" @@ -44,6 +44,8 @@ pkg_setup() { } src_prepare() { + epatch "${FILESDIR}/${PN}-2.1.2-qt47.patch" + sed -i \ -e "/COPYING/ d" \ CMakeLists.txt || die "Removal of COPYING file failed" |