Gentoo Archives: gentoo-dev

From: Ian Whyman <thev00d00@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/
Date: Wed, 10 Jan 2018 13:26:18
Message-Id: 1515590769.2253419.1230542184.340EF5AE@webmail.messagingengine.com
In Reply to: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/ by "Michał Górny"
1 On Wed, 10 Jan 2018, at 12:52 PM, Michał Górny wrote:
2 > W dniu śro, 10.01.2018 o godzinie 08∶35 +0000, użytkownik Mike Frysinger
3 > napisał:
4 > > commit: e65003579e31be4ff949cfa66df2511ecd4c44a0
5 > > Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
6 > > AuthorDate: Wed Jan 10 08:28:35 2018 +0000
7 > > Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
8 > > CommitDate: Wed Jan 10 08:34:18 2018 +0000
9 > > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6500357
10 > >
11 > > net-misc/openssh: mark 7.5_p1-r3 m68k/s390/sh stable
12 > >
13 > > net-misc/openssh/openssh-7.5_p1-r3.ebuild | 2 +-
14 > > 1 file changed, 1 insertion(+), 1 deletion(-)
15 > >
16 > > diff --git a/net-misc/openssh/openssh-7.5_p1-r3.ebuild b/net-misc/openssh/openssh-7.5_p1-r3.ebuild
17 > > index 83dcb1db429..1f173bc6211 100644
18 > > --- a/net-misc/openssh/openssh-7.5_p1-r3.ebuild
19 > > +++ b/net-misc/openssh/openssh-7.5_p1-r3.ebuild
20 > > @@ -25,7 +25,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
21 > >
22 > > LICENSE="BSD GPL-2"
23 > > SLOT="0"
24 > > -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 > > +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26 > > # Probably want to drop ssl defaulting to on in a future version.
27 > > IUSE="abi_mips_n32 audit bindist debug ${HPN_PATCH:++}hpn kerberos kernel_linux ldap ldns libedit libressl livecd pam +pie sctp selinux skey ssh1 +ssl static test X X509"
28 > > REQUIRED_USE="ldns? ( ssl )
29 > >
30 >
31 > This package has unkeyworded arm64 deps, so you've effectively
32 > introduced new depgraph breakage here:
33 >
34 > https://qa-reports.gentoo.org/output/gentoo-ci/b4c5efa7f/output.html#net-misc/openssh
35 >
36 > Please take care to do things properly, and stabilize dependencies
37 > *before* adding stable keywords to a package. Using repoman would also
38 > be appreciated.
39 >
40 > --
41 > Best regards,
42 > Michał Górny
43 >
44
45 As broken as this seems to be, I'm not sure why you chose Mike's commit to reply to here, as clearly he didn't change the ARM64 keywords in this diff...
46
47 Cheers,
48
49 Ian

Replies