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
commitceda5ab9e9a279381d4a3c183e2d4c5722f9fad0 (patch)
treef67d869d207d5f2a964a11d785042ff74efd0c4c /net-im
parentswitched emake to make. Fixes #5834 (diff)
downloadgentoo-2-ceda5ab9e9a279381d4a3c183e2d4c5722f9fad0.tar.gz
gentoo-2-ceda5ab9e9a279381d4a3c183e2d4c5722f9fad0.tar.bz2
gentoo-2-ceda5ab9e9a279381d4a3c183e2d4c5722f9fad0.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
}