summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2008-02-10 18:56:06 +0000
committerMarkus Ullmann <jokey@gentoo.org>2008-02-10 18:56:06 +0000
commit6688aff3d6af9c0c6b4ea60da6aca9238d642625 (patch)
tree41acb93e42c15dc5fd5bd403e32882b4bd8fde6e /net-im
parentUSE cjk for optional dev-libs/oniguruma dep. (diff)
downloadgentoo-2-6688aff3d6af9c0c6b4ea60da6aca9238d642625.tar.gz
gentoo-2-6688aff3d6af9c0c6b4ea60da6aca9238d642625.tar.bz2
gentoo-2-6688aff3d6af9c0c6b4ea60da6aca9238d642625.zip
Strip spaces in assignments
(Portage version: 2.1.4.1)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/climm/ChangeLog5
-rw-r--r--net-im/climm/climm-0.6.1-r1.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/net-im/climm/ChangeLog b/net-im/climm/ChangeLog
index 700cbe92429a..76ef6e9126cb 100644
--- a/net-im/climm/ChangeLog
+++ b/net-im/climm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/climm
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.6 2008/01/08 17:38:53 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.7 2008/02/10 18:56:06 jokey Exp $
+
+ 10 Feb 2008; Markus Ullmann <jokey@gentoo.org> climm-0.6.1-r1.ebuild:
+ Strip spaces in assignments
08 Jan 2008; Markus Ullmann <jokey@gentoo.org> -climm-0.6.ebuild,
-climm-0.6.1.ebuild, climm-0.6.1-r1.ebuild:
diff --git a/net-im/climm/climm-0.6.1-r1.ebuild b/net-im/climm/climm-0.6.1-r1.ebuild
index 0980eb92a3aa..5636d6002384 100644
--- a/net-im/climm/climm-0.6.1-r1.ebuild
+++ b/net-im/climm/climm-0.6.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild,v 1.4 2008/01/08 17:38:53 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild,v 1.5 2008/02/10 18:56:06 jokey Exp $
DESCRIPTION="ICQ text-mode client with many features"
HOMEPAGE="http://www.climm.org/"
@@ -31,13 +31,13 @@ src_compile() {
if use ssl ; then
if ! use gnutls ; then
elog "Using openSSL"
- myconf = "--enable-ssl=openssl"
+ myconf="--enable-ssl=openssl"
else
elog "Using gnutls"
- myconf = "--enable-ssl=gnutls"
+ myconf="--enable-ssl=gnutls"
fi
else
- myconf = "--disable-ssl"
+ myconf="--disable-ssl"
fi
econf \