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 | 7f5f82f8394e4400ceeee7957dab1e3708e4b805 (patch) | |
tree | d62e1be5470056cf598365a4a905d9d5c0e502d5 /dev-db/tora | |
parent | Added to ~amd64. (diff) | |
download | historical-7f5f82f8394e4400ceeee7957dab1e3708e4b805.tar.gz historical-7f5f82f8394e4400ceeee7957dab1e3708e4b805.tar.bz2 historical-7f5f82f8394e4400ceeee7957dab1e3708e4b805.zip |
Going back to mono build
Diffstat (limited to 'dev-db/tora')
-rw-r--r-- | dev-db/tora/Manifest | 2 | ||||
-rw-r--r-- | dev-db/tora/tora-1.3.14.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/tora/Manifest b/dev-db/tora/Manifest index bc7d9fe144fa..4ab4aa81dc98 100644 --- a/dev-db/tora/Manifest +++ b/dev-db/tora/Manifest @@ -1,6 +1,6 @@ MD5 215c5f688e4368b0de3e78f9a4963ffd ChangeLog 4358 MD5 bda8803c4adc9cf0b308b71157891f05 metadata.xml 536 MD5 53af6a388da203d28bdb6f2b86a1ee6b tora-1.3.13.ebuild 1553 -MD5 6423ac3984c00f7a1f1fbc04f5eae3a7 tora-1.3.14.1.ebuild 1563 +MD5 501864bd2a60619bd7ae23f94ce9276b tora-1.3.14.1.ebuild 1562 MD5 6e56617a37ef8382d8eda0609b63ea02 files/digest-tora-1.3.13 70 MD5 e937ff9aa1c78b74db75186de6f51759 files/digest-tora-1.3.14.1 72 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" \ |