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 6B8CE138350 for ; Sat, 11 Apr 2020 14:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B64AE0935; Sat, 11 Apr 2020 14:50:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6F9B6E0935 for ; Sat, 11 Apr 2020 14:50:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DB6534F03C for ; Sat, 11 Apr 2020 14:50:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 402CB2B for ; Sat, 11 Apr 2020 14:50:05 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1586616593.f530d6b2cfefa888d7b88f54115ecc1be35cdde0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/sparc/, profiles/arch/ia64/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/package.use.mask profiles/arch/amd64/package.use.mask profiles/arch/arm/package.use.stable.mask profiles/arch/base/package.use.mask profiles/arch/ia64/package.use.mask profiles/arch/powerpc/package.use.stable.mask profiles/arch/sparc/package.use.mask profiles/arch/x86/package.use.mask X-VCS-Directories: profiles/arch/x86/ profiles/arch/alpha/ profiles/arch/base/ profiles/arch/arm/ profiles/arch/sparc/ profiles/arch/powerpc/ profiles/arch/ia64/ profiles/arch/amd64/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f530d6b2cfefa888d7b88f54115ecc1be35cdde0 X-VCS-Branch: master Date: Sat, 11 Apr 2020 14:50:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ead264e4-3e9f-4493-acc8-67813013def3 X-Archives-Hash: dd5b665939b00af910b607e47643e726 commit: f530d6b2cfefa888d7b88f54115ecc1be35cdde0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 11 14:42:31 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 11 14:49:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f530d6b2 profiles: Reorganise dev-util/geany-plugins[git] package.use.mask dev-libs/libgit2 is keyworded on many more arches these days, except on: alpha, ia64, sparc Put it in package.use.stable.mask where it is not stable yet: arm, powerpc Bug: https://bugs.gentoo.org/716994 Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/amd64/package.use.mask | 4 ---- profiles/arch/arm/package.use.stable.mask | 6 +++++- profiles/arch/base/package.use.mask | 4 ---- profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/powerpc/package.use.stable.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ---- 8 files changed, 21 insertions(+), 13 deletions(-) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 7a3f8e84ac9..7c465c1ca99 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (2020-04-11) +# git useflag requires dev-libs/libgit2 +dev-util/geany-plugins git + # Matt Turner (2020-03-17) # Requires an insane (and always growing) number of ruby deps sys-block/thin-provisioning-tools test diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 9f7bbe33ffd..d07c5d1aec8 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -197,10 +197,6 @@ dev-java/icedtea -shenandoah # This flag only has meaning on amd64 sys-boot/grub:2 -grub_platforms_xen-32 -# Nathan Phillip Brink (2015-09-26) -# git useflag requires dev-libs/libgit2 which few arches support -dev-util/geany-plugins -git - # Brian Evans =dev-db/mariadb-10.1.0 -mroonga -sst-xtrabackup -galera diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index 03ae92ee77a..065343719bb 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (2020-04-11) +# git useflag requires dev-libs/libgit2 + (2019-11-02) # media-video/pipewire is not stable yet dev-libs/weston pipewire diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 35aad9c845f..cd78a95a075 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -167,10 +167,6 @@ media-video/mpv raspberry-pi # Mask it globally, unmask it on arm. media-video/ffmpeg mmal -# Nathan Phillip Brink (2015-09-26) -# git useflag requires dev-libs/libgit2 which few arches support -dev-util/geany-plugins git - # Brian Evans =dev-db/mariadb-10.1.0 mroonga sst-xtrabackup galera diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index d9317d892bf..1cc325c0bc0 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (2020-04-11) +# git useflag requires dev-libs/libgit2 +dev-util/geany-plugins git + # Thomas Deutschmann (2020-03-15) # Mask USE=libtesseract, app-text/tesseract is not keyworded # Mask USE=dav1d, media-libs/dav1d is not keyworded diff --git a/profiles/arch/powerpc/package.use.stable.mask b/profiles/arch/powerpc/package.use.stable.mask index 582827a67b6..2c44cb8892f 100644 --- a/profiles/arch/powerpc/package.use.stable.mask +++ b/profiles/arch/powerpc/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner (2020-04-11) +# git useflag requires dev-libs/libgit2 + (2019-12-12) # Needs stable net-libs/webkit-gtk, bug #684702 dev-util/geany-plugins markdown diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 13fdb26f61b..4a41a700324 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (2020-04-11) +# git useflag requires dev-libs/libgit2 +dev-util/geany-plugins git + # Rolf Eike Beer (2020-04-11) # uses slot 0 of dev-lang/spidermonkey that is broken on sparc www-client/elinks javascript diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 907b4a58775..16288fe226f 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -191,10 +191,6 @@ www-client/chromium widevine app-emulation/libvirt xen app-emulation/ganeti xen -# Nathan Phillip Brink (2015-09-26) -# git useflag requires dev-libs/libgit2 which few arches support -dev-util/geany-plugins -git - # Brian Evans =dev-db/mariadb-10.1.0 -sst-xtrabackup -galera