From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 317AE1382C5 for ; Tue, 8 May 2018 21:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6EB3E0CA5; Tue, 8 May 2018 21:34:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80DC8E0C7C for ; Tue, 8 May 2018 21:34:00 +0000 (UTC) Received: from sf (trofi-1-pt.tunnel.tserv1.lon2.ipv6.he.net [IPv6:2001:470:1f1c:a0f::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: slyfox) by smtp.gentoo.org (Postfix) with ESMTPSA id 76815335C43; Tue, 8 May 2018 21:33:57 +0000 (UTC) Date: Tue, 8 May 2018 22:33:47 +0100 From: Sergei Trofimovich To: gentoo development Cc: Matt Turner , Gentoo hppa AT , Jeroen Roovers Subject: [gentoo-dev] Re: [PATCH] profiles/profiles.desc: move hppa profiles stable->exp Message-ID: <20180508223347.37b5aae7@sf> In-Reply-To: References: <20180506092023.25743-1-slyfox@gentoo.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: e2a7ae87-cf0e-47a5-94af-f470252343f6 X-Archives-Hash: 4e507977e517c002130baea5acc8bae8 On Sun, 6 May 2018 10:39:56 -0700 Matt Turner wrote: > On Sun, May 6, 2018 at 2:20 AM, Sergei Trofimovich wrote: > > To release the burden on maintainers having to keep outdated > > latest stable versions of packages do not block them on hppa > > stabilization. > > > > hppa@ will still attempt to keep stable keywords for base packages. > > > > CC: hppa@gentoo.org > > CC: jer@gentoo.org > > CC: mattst88@gentoo.org > > Bug: https://bugs.gentoo.org/629554 > > Signed-off-by: Sergei Trofimovich > > --- > > profiles/profiles.desc | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/profiles/profiles.desc b/profiles/profiles.desc > > index 7d4b5781c88..5c5d06c7d96 100644 > > --- a/profiles/profiles.desc > > +++ b/profiles/profiles.desc > > @@ -108,9 +108,9 @@ arm64 default/linux/arm64/17.0/systemd dev > > > > # HPPA Profiles > > # @MAINTAINER: hppa@gentoo.org > > -hppa default/linux/hppa/13.0 stable > > -hppa default/linux/hppa/13.0/desktop dev > > -hppa default/linux/hppa/13.0/developer dev > > +hppa default/linux/hppa/13.0 exp > > +hppa default/linux/hppa/13.0/desktop exp > > +hppa default/linux/hppa/13.0/developer exp > > hppa default/linux/hppa/17.0 exp > > hppa default/linux/hppa/17.0/desktop exp > > hppa default/linux/hppa/17.0/developer exp > > -- > > 2.17.0 > > > > Acked-by: Matt Turner > > For those not in #gentoo-hppa, I attempted to start a conversation > with Jeroen about moving hppa to fully ~arch last week. Rolf (who has > been stabilizing packages on hppa and sparc) said he was against it, > but Jeroen never replied. Pushed the above change to ::gentoo as: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbb698b2a25aa175868a2d33fe6c9cd39c740ae -- Sergei