Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: Sebastian Pipping <sping@g.o>
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/
Date: Wed, 09 Dec 2015 06:48:36
Message-Id: 20151209074137.07ed85ec.mgorny@gentoo.org
1 On Tue, 8 Dec 2015 21:54:44 +0000 (UTC)
2 "Sebastian Pipping" <sping@g.o> wrote:
3
4 > commit: a1ea06b430e14f68b5b7bf1947a681215157c034
5 > Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
6 > AuthorDate: Tue Dec 8 21:49:31 2015 +0000
7 > Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
8 > CommitDate: Tue Dec 8 21:54:00 2015 +0000
9 > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ea06b4
10 >
11 > media-libs/gegl: Fix ffmpeg/libav dependency (bug #567638)
12 >
13 > Package-Manager: portage-2.2.26
14 >
15 > media-libs/gegl/gegl-0.3.4.ebuild | 10 ++++++----
16 > 1 file changed, 6 insertions(+), 4 deletions(-)
17 >
18 > diff --git a/media-libs/gegl/gegl-0.3.4.ebuild b/media-libs/gegl/gegl-0.3.4.ebuild
19 > index 764b6c9..c2b9409 100644
20 > --- a/media-libs/gegl/gegl-0.3.4.ebuild
21 > +++ b/media-libs/gegl/gegl-0.3.4.ebuild
22 > @@ -18,7 +18,7 @@ if [[ ${PV} == *9999* ]]; then
23 > SRC_URI=""
24 > else
25 > SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
26 > - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
27 > + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
28
29 ...which change is put silently under 'dependency fix' with no explicit
30 warning, and effectively breaks ~ia64 reverse dependencies:
31
32 https://qa-reports.gentoo.org/output/gentoo-ci/42f623e/output.html#media-gfx/gimp
33
34 --
35 Best regards,
36 Michał Górny
37 <http://dev.gentoo.org/~mgorny/>

Replies