summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2003-02-01 19:29:35 +0000
committerDan Armak <danarmak@gentoo.org>2003-02-01 19:29:35 +0000
commit86745701dbe2e90965814227998fb0b4dd11ae38 (patch)
tree4e828e4381a1e9e2755e061f8784ea2e42df8fcf /net-im/licq
parentAdded ~sparc keywords (diff)
downloadgentoo-2-86745701dbe2e90965814227998fb0b4dd11ae38.tar.gz
gentoo-2-86745701dbe2e90965814227998fb0b4dd11ae38.tar.bz2
gentoo-2-86745701dbe2e90965814227998fb0b4dd11ae38.zip
Fix a typo that caused bug #13572 (ineffective USE flags).
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/ChangeLog6
-rw-r--r--net-im/licq/licq-1.2.4-r1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog
index 648dac9e6e29..98dd8d94b6a3 100644
--- a/net-im/licq/ChangeLog
+++ b/net-im/licq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/licq
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.11 2003/01/31 18:08:10 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.12 2003/02/01 19:29:35 danarmak Exp $
+
+ 01 Feb 2003; Dan Armak <danarmak@gentoo.org> ChangeLog :
+
+ Fix a typo that caused bug #13572 (ineffective USE flags).
*licq-1.2.4-r1 (31 Jan 2003)
diff --git a/net-im/licq/licq-1.2.4-r1.ebuild b/net-im/licq/licq-1.2.4-r1.ebuild
index 844636ee3bd0..a24aafabd87c 100644
--- a/net-im/licq/licq-1.2.4-r1.ebuild
+++ b/net-im/licq/licq-1.2.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.4-r1.ebuild,v 1.1 2003/01/31 18:08:10 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.4-r1.ebuild,v 1.2 2003/02/01 19:29:35 danarmak Exp $
IUSE="ssl socks5 qt kde"
@@ -22,8 +22,8 @@ use kde && need-kde 3.0
src_compile() {
local first_conf
- use ssl || first_conf = "${first_conf} --disable-openssl"
- use socks5 && first_conf = "${first_conf} --enable-socks5"
+ use ssl || first_conf="${first_conf} --disable-openssl"
+ use socks5 && first_conf="${first_conf} --enable-socks5"
./configure --host=${CHOST} --prefix=/usr ${first_conf} || die
emake || die