On Tue, Jun 24, 2008 at 01:53:55AM +0200, Robert Buchholz wrote:
> Hi,
>
> I've stumbled upon an inconsitency between package managers the other
> day [1], which was due to both an ebuild and an eclass defining
> inconsisting KEYWORDS.
>
> bla-1.ebuild:
> inherit myeclass
> KEYWORDS="~arch"
Hi,
I've stumbled upon an inconsitency between package managers the other
day [1], which was due to both an ebuild and an eclass defining
inconsisting KEYWORDS.
bla-1.ebuild:
inherit myeclass
KEYWORDS="~arch"
myeclass.eclass:
KEYWORDS="arch"
Portage will resolve this by overwriting the
Just a quick note here in case you work on Python packages.
Recently repoman started warning that setuptools may be suspicious as an
RDEPEND.
A lot of Python packages use another namespace that setuptools provides,
'pkg_resources', for plugin systems so it may not appear obvious that
setuptoo
2008/6/22 Peter Weller <[EMAIL PROTECTED]>:
> On Sun, 2008-06-22 at 15:49 +0200, Alin Nstac wrote:
>> Peter Volkov wrote:
>> > В Сбт, 21/06/2008 в 10:56 +0200, Albert Zeyer пишет:
>> >
>> >> Perhaps install a script which automatically takes the CVS comment when
>> >> some of these files is changed