Gentoo Archives: gentoo-osx

From: Grobian <grobian@g.o>
To: gentoo-osx@l.g.o
Subject: [gentoo-osx] >=app-portage/esearch-0.7.1 masked
Date: Sat, 27 Aug 2005 09:40:16
Message-Id: 431034D5.2060802@gentoo.org
1 app-portage/esearch-0.7.1 explicitly requires python compiled with
2 readline. Apple doesn't do this for us, hence portage wants to pull
3 python for users that use esearch. Unfortunately for us esearch has
4 been marked unstable when it was created, so I decided to mask it in the
5 macos profile.
6
7 A user in IRC encountered this problem when updating world using
8 ~ppc-macos. I expect all upcoming versions of esearch to require
9 readline in esearch, hence I checked this patch in:
10
11
12 Index: package.mask
13 ===================================================================
14 RCS file:
15 /var/cvsroot/gentoo-x86/profiles/default-darwin/macos/package.mask,v
16 retrieving revision 1.1
17 diff -u -r1.1 package.mask
18 --- package.mask 4 May 2005 00:05:33 -0000 1.1
19 +++ package.mask 27 Aug 2005 09:34:33 -0000
20 @@ -1,2 +1,6 @@
21 # this version of nano can't save files on Mac OS X - see bug 89040
22 =app-editors/nano-1.3.4
23 +
24 +# the newest esearch requires python with readline, which is not what
25 +# OSX supplies by default
26 +>=app-portage/esearch-0.7.1
27
28
29 --
30 Fabian Groffen
31 Gentoo for Mac OS X
32 --
33 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] >=app-portage/esearch-0.7.1 masked Grobian <grobian@g.o>