summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-10-15 13:54:51 +0000
committerMarinus Schraal <foser@gentoo.org>2002-10-15 13:54:51 +0000
commiteccbe0b744a995025c1b6aa9cc9b9f9b254978d0 (patch)
tree2796d8f17be000649d5d75f56467c0eb2bbc9844 /app-admin/gwcc
parentRevision bump due to sandbox fixes (diff)
downloadgentoo-2-eccbe0b744a995025c1b6aa9cc9b9f9b254978d0.tar.gz
gentoo-2-eccbe0b744a995025c1b6aa9cc9b9f9b254978d0.tar.bz2
gentoo-2-eccbe0b744a995025c1b6aa9cc9b9f9b254978d0.zip
Revision bump due to sandbox fix
Diffstat (limited to 'app-admin/gwcc')
-rw-r--r--app-admin/gwcc/ChangeLog7
-rw-r--r--app-admin/gwcc/files/digest-gwcc-0.9.6-r2 (renamed from app-admin/gwcc/files/digest-gwcc-0.9.6-r1)0
-rw-r--r--app-admin/gwcc/gwcc-0.9.6-r2.ebuild (renamed from app-admin/gwcc/gwcc-0.9.6-r1.ebuild)8
3 files changed, 11 insertions, 4 deletions
diff --git a/app-admin/gwcc/ChangeLog b/app-admin/gwcc/ChangeLog
index 4001cb3f14b9..403edd9389fb 100644
--- a/app-admin/gwcc/ChangeLog
+++ b/app-admin/gwcc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/gwcc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gwcc/ChangeLog,v 1.2 2002/08/13 20:11:43 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gwcc/ChangeLog,v 1.3 2002/10/15 13:54:51 foser Exp $
+
+*gwcc-0.9.6-r2 (15 Oct 2002)
+
+ 15 Oct 2002; foser <foser@gentoo.org> gwcc-0.9.6-r2.ebuild :
+ Disable nls, quick 'n dirty sandbox fix (bug #8384)
*gwcc-0.9.6-r1 (1 Feb 2002)
diff --git a/app-admin/gwcc/files/digest-gwcc-0.9.6-r1 b/app-admin/gwcc/files/digest-gwcc-0.9.6-r2
index 9672b604c552..9672b604c552 100644
--- a/app-admin/gwcc/files/digest-gwcc-0.9.6-r1
+++ b/app-admin/gwcc/files/digest-gwcc-0.9.6-r2
diff --git a/app-admin/gwcc/gwcc-0.9.6-r1.ebuild b/app-admin/gwcc/gwcc-0.9.6-r2.ebuild
index 980b153c6ceb..03fb5b454a10 100644
--- a/app-admin/gwcc/gwcc-0.9.6-r1.ebuild
+++ b/app-admin/gwcc/gwcc-0.9.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gwcc/gwcc-0.9.6-r1.ebuild,v 1.11 2002/10/05 05:39:05 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gwcc/gwcc-0.9.6-r2.ebuild,v 1.1 2002/10/15 13:54:51 foser Exp $
IUSE="nls"
@@ -20,8 +20,10 @@ RDEPEND="nls? ( sys-devel/gettext )
src_compile() {
local myconf
-
- use nls || myconf="--disable-nls"
+
+ #sandbox fix, always disable nls
+ myconf="--disable-nls"
+ #use nls || myconf="--disable-nls"
econf ${myconf} || die
make || die