Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: [gentoo-dev] koffice-1.1-beta1 package
Date: Sat, 28 Apr 2001 06:59:11
Message-Id: 3AEAB7D7.B0A5E8B9@gentoo.org
1 Hi devs,
2
3 I made a package for koffice-1.1-beta1 today. Unfortunately it requires
4 that python is compiled without
5 readline,ncurses and crypt support. I made a new rev of python (r2) that
6 does not build these modules
7 if USE does not contain readline. To build it without edition
8 /etc/make.conf, say
9
10 export USE=" "
11 ebuild python-2.0-r2.ebuild merge
12 unset USE
13
14 the space in the brackets is required!
15
16 bye achim~

Replies

Subject Author
Re: [gentoo-dev] koffice-1.1-beta1 package Daniel Robbins <drobbins@g.o>