diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-07-07 19:09:33 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-07-07 19:09:33 +0000 |
commit | 10bd276c0bbd0f887dc4541718474944dc34a39b (patch) | |
tree | 07dc401098b34b89ab6f0f8c163479a7f8bb23ef /dev-db/tora | |
parent | stable on ia64 #5541 (Manifest recommit) (diff) | |
download | gentoo-2-10bd276c0bbd0f887dc4541718474944dc34a39b.tar.gz gentoo-2-10bd276c0bbd0f887dc4541718474944dc34a39b.tar.bz2 gentoo-2-10bd276c0bbd0f887dc4541718474944dc34a39b.zip |
Going back to mono build
Diffstat (limited to 'dev-db/tora')
-rw-r--r-- | dev-db/tora/tora-1.3.14.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/tora/tora-1.3.14.1.ebuild b/dev-db/tora/tora-1.3.14.1.ebuild index bcdbf557d713..6029ffef42b5 100644 --- a/dev-db/tora/tora-1.3.14.1.ebuild +++ b/dev-db/tora/tora-1.3.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-1.3.14.1.ebuild,v 1.1 2004/07/03 18:55:58 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-1.3.14.1.ebuild,v 1.2 2004/07/07 19:09:33 rizzo Exp $ use debug && inherit debug @@ -43,7 +43,7 @@ src_compile() { local myconf myconf="--prefix=/usr" - #myconf="$myconf --with-mono" + myconf="$myconf --with-mono" use kde \ && myconf="$myconf --with-kde" \ |