Gentoo Archives: gentoo-python

From: "Michał Górny" <mgorny@g.o>
To: "Michał Górny" <mgorny@g.o>
Cc: gentoo-python@l.g.o, python@g.o
Subject: Re: [gentoo-python] Fixing python-exec slotting issue
Date: Wed, 02 Oct 2013 12:49:01
Message-Id: 20131002144932.5c8ab7f6@gentoo.org
In Reply to: [gentoo-python] Fixing python-exec slotting issue by "Michał Górny"
1 Dnia 2013-10-02, o godz. 13:30:51
2 Michał Górny <mgorny@g.o> napisał(a):
3
4 > Now, we don't have a proper way of updating deps of the old packages,
5 > and portage's --dynamic-deps doesn't seem to handle it. We can either:
6 >
7 > a) tell users to hack their vdb and fix deps therein,
8
9 Another possible solution popped up in #gentoo-python.
10
11 We could make python-exec:2 ebuild run a quick vardb fixup.
12
13 find -name '*DEPEND' -exec \
14 sed -i -e 's@dev-python/python-exec\[@dev-python/python-exec:0[@' {} +
15
16 While ugly, it should be fairly safe and easy to do. And I think that
17 we can currently rely on vdb internals like this since other ebuilds,
18 eclasses and software does that as well.
19
20 --
21 Best regards,
22 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature