From mboxrd@z Thu Jan  1 00:00:00 1970
X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org
X-Spam-Level: 
X-Spam-Status: No, score=0.2 required=5.0 tests=DATE_IN_PAST_12_24,
	DMARC_MISSING,FREEMAIL_FROM,INVALID_DATE,MAILING_LIST_MULTI,
	RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=no autolearn_force=no
	version=4.0.0
Received: from mailout03.sul.t-online.com ([194.25.134.81])
	by cvs.gentoo.org with esmtp (Exim 3.22 #1)
	id 14tUJb-0002LT-00
	for gentoo-dev@gentoo.org; Sat, 28 Apr 2001 06:59:11 -0600
Received: from fwd02.sul.t-online.com 
	by mailout03.sul.t-online.com with smtp 
	id 14tUJE-0001Og-01; Sat, 28 Apr 2001 14:58:48 +0200
Received: from helios.bagwan (320095285153-0001@[62.155.143.146]) by fwd02.sul.t-online.com
	with smtp id 14tUJ5-0e6ODgC; Sat, 28 Apr 2001 14:58:39 +0200
Received: (qmail 22661 invoked by uid 0); 28 Apr 2001 15:41:48 -0000
Received: from sadchitananda2.bagwan (HELO gentoo.org) (achim@192.168.2.1)
  by helios.bagwan with SMTP; 28 Apr 2001 15:41:48 -0000
Message-ID: <3AEAB7D7.B0A5E8B9@gentoo.org>
From: AGottinger@t-online.de (Achim Gottinger)
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: gentoo-dev@gentoo.org
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender: 320095285153-0001@t-dialin.net
Subject: [gentoo-dev] koffice-1.1-beta1 package
Sender: gentoo-dev-admin@gentoo.org
Errors-To: gentoo-dev-admin@gentoo.org
X-BeenThere: gentoo-dev@gentoo.org
X-Mailman-Version: 2.0
Precedence: bulk
Reply-To: gentoo-dev@gentoo.org
X-Reply-To: achim@gentoo.org
List-Help: <mailto:gentoo-dev-request@gentoo.org?subject=help>
List-Post: <mailto:gentoo-dev@gentoo.org>
List-Subscribe: <http://www.gentoo.org/mailman/listinfo/gentoo-dev>,
	<mailto:gentoo-dev-request@gentoo.org?subject=subscribe>
List-Id: Gentoo Linux development list <gentoo-dev.gentoo.org>
List-Unsubscribe: <http://www.gentoo.org/mailman/listinfo/gentoo-dev>,
	<mailto:gentoo-dev-request@gentoo.org?subject=unsubscribe>
List-Archive: <http://www.gentoo.org/pipermail/gentoo-dev/>
Date: Sat Apr 28 07:00:01 2001
X-Original-Date: Sat, 28 Apr 2001 14:30:15 +0200
X-Archives-Salt: f95dfd6c-9715-4a79-bc5b-5b56b501eea1
X-Archives-Hash: 132996244563c56f5954678312167a10

Hi devs,

I made a package for koffice-1.1-beta1 today. Unfortunately it requires
that python is compiled without
readline,ncurses and crypt support. I made a new rev of python (r2) that
does not build these modules
if USE does not contain readline. To build it without edition
/etc/make.conf, say

export USE=" "
ebuild python-2.0-r2.ebuild merge
unset USE

the space in the brackets is required!

bye achim~