Gentoo Archives: gentoo-dev

From: Zac Medico <zmedico@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] pkg_{pre,post}inst misusage
Date: Fri, 23 Dec 2005 17:15:56
Message-Id: 43AC2FD1.6020103@gmail.com
In Reply to: Re: [gentoo-dev] pkg_{pre,post}inst misusage by "Harald van Dijk"
1 Harald van Dijk wrote:
2 >
3 > Don't know if it's been reported as a portage bug, but this would show
4 > it:
5 >
6 > KEYWORDS="~x86"
7 > src_install() {
8 > dodir /test
9 > dosym /usr/bin /test
10 > }
11 >
12 > When unmerging, portage won't remove /test/bin because its target still exists.
13
14 That is fixed in portage-2.0.53 (latest stable).
15
16 http://bugs.gentoo.org/show_bug.cgi?id=59593
17
18 Zac
19 --
20 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] pkg_{pre,post}inst misusage Jason Stubbs <jstubbs@g.o>