Gentoo Archives: gentoo-dev

From: Alexis Ballier <aballier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] versionator.eclass: Add tests for parameter counts
Date: Sun, 24 Jul 2016 14:44:27
Message-Id: 20160724164410.6c5ac400@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] versionator.eclass: Add tests for parameter counts by "Chí-Thanh Christopher Nguyễn"
1 On Sun, 24 Jul 2016 10:17:24 +0200
2 Chí-Thanh Christopher Nguyễn <chithanh@g.o> wrote:
3 > > Then ebuilds will fail just the same
4 >
5 > No. Before, ebuilds would maybe display an upgrading message when
6 > they shouldn't, or vice versa. Now the eclass dies on them.
7
8
9 As a side note: die-ing in anything after merging the package
10 (>=pkg_postinst) is a seriously bad idea.