Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Why adding python3_8 to Gentoo sucks?
Date: Fri, 15 Nov 2019 12:19:40
Message-Id: ecf5c901-c80b-2087-9f5d-9a8bcc45a7f3@gentoo.org
In Reply to: Re: [gentoo-dev] Why adding python3_8 to Gentoo sucks? by Alexey 'Alexxy' Shvetsov
1 On 11/15/19 7:04 AM, Alexey 'Alexxy' Shvetsov wrote:
2 >
3 > As i remember some decades ago policy was: revbump needed if you change
4 > chnages stuff installed on filesystem. So in case of py addition it is. So what
5 > changed?
6 >
7 > Are there some new written rules that says in what case you need revbump and
8 > in what it needed?
9 >
10
11 To avoid breaking dependency resolution on users' systems, you have to
12 make a new revision whenever you change a metadata variable that the
13 package manager uses: DEPEND, RDEPEND, BDEPEND, IUSE, LICENSE,
14 PYTHON_COMPAT, etc.
15
16 Basically, unless your change is completely trivial (updated comment,
17 typo fix...), you should be making a new revision by default.

Replies

Subject Author
Re: [gentoo-dev] Why adding python3_8 to Gentoo sucks? Alexey 'Alexxy' Shvetsov <alexxy@g.o>