diff options
Diffstat (limited to 'dev-db/tora/tora-2.0.0.ebuild')
-rw-r--r-- | dev-db/tora/tora-2.0.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-db/tora/tora-2.0.0.ebuild b/dev-db/tora/tora-2.0.0.ebuild index 0df1713ab6bd..d8d9de026d93 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-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/tora/tora-2.0.0.ebuild,v 1.1 2008/12/27 22:37:30 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.0.0.ebuild,v 1.2 2009/04/23 17:59:52 dertobi123 Exp $ EAPI=2 @@ -45,6 +45,9 @@ src_configure() { export HOME="$T/fakehome" addwrite "${QTDIR}/etc/settings" + # Remove files generated with qt-4.4 moc + rm src/{moc_*.cpp,ui_*ui.h} || die "rm failed" + local myconf if use oracle; then |