summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2002-08-19 00:21:12 +0000
committerBruce A. Locke <blocke@gentoo.org>2002-08-19 00:21:12 +0000
commitdc31e7562228cfe06fc5f38c6fdf9cbd8b30a6ed (patch)
treedd3a2099abda6f908b665a3ef4fd833c599b6dbf /net-im
parentswitched emake to make. Fixes #5834 (diff)
downloadhistorical-dc31e7562228cfe06fc5f38c6fdf9cbd8b30a6ed.tar.gz
historical-dc31e7562228cfe06fc5f38c6fdf9cbd8b30a6ed.tar.bz2
historical-dc31e7562228cfe06fc5f38c6fdf9cbd8b30a6ed.zip
disabling korean patch due to complaints
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/gaim-0.59-r3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gaim/gaim-0.59-r3.ebuild b/net-im/gaim/gaim-0.59-r3.ebuild
index 38da8c1d79fe..d1cdde1b53e9 100644
--- a/net-im/gaim/gaim-0.59-r3.ebuild
+++ b/net-im/gaim/gaim-0.59-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.59-r3.ebuild,v 1.1 2002/08/18 23:51:57 blocke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.59-r3.ebuild,v 1.2 2002/08/19 00:21:12 blocke Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GTK Instant Messenger client"
@@ -30,7 +30,8 @@ src_unpack() {
# patch for korean encoding
# It should be ok with other languages
# the patch only works with nls
- use nls && patch -p0 < ${FILESDIR}/${P}-korean.patch
+ # PULLED -- got complaints it was hosing gtk2 non-korean users
+ # use nls && patch -p0 < ${FILESDIR}/${P}-korean.patch
}