commit:     f530d6b2cfefa888d7b88f54115ecc1be35cdde0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 11 14:42:31 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 <[email protected]> (2020-04-11)
+# git useflag requires dev-libs/libgit2
+dev-util/geany-plugins git
+
 # Matt Turner <[email protected]> (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 <[email protected]> (2015-09-26)
-# git useflag requires dev-libs/libgit2 which few arches support
-dev-util/geany-plugins -git
-
 # Brian Evans <[email protected] (2015-09-14)
 # Unmask new USE flags for mariadb on supported arches
 >=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 <[email protected]> (2020-04-11)
+# git useflag requires dev-libs/libgit2
+<dev-util/geany-plugins-1.35 git
+
 # Andreas Sturmlechner <[email protected]> (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 <[email protected]> (2015-09-26)
-# git useflag requires dev-libs/libgit2 which few arches support
-dev-util/geany-plugins git
-
 # Brian Evans <[email protected] (2015-09-14)
 # Mask new USE flags for mariadb which all arches do not yet have dependencies
 >=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 <[email protected]> (2020-04-11)
+# git useflag requires dev-libs/libgit2
+dev-util/geany-plugins git
+
 # Thomas Deutschmann <[email protected]> (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 <[email protected]> (2020-04-11)
+# git useflag requires dev-libs/libgit2
+<dev-util/geany-plugins-1.35 git
+
 # Sergei Trofimovich <[email protected]> (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 <[email protected]> (2020-04-11)
+# git useflag requires dev-libs/libgit2
+dev-util/geany-plugins git
+
 # Rolf Eike Beer <[email protected]> (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 <[email protected]> (2015-09-26)
-# git useflag requires dev-libs/libgit2 which few arches support
-dev-util/geany-plugins -git
-
 # Brian Evans <[email protected] (2015-09-14)
 # Unmask new USE flags for mariadb on supported arches
 >=dev-db/mariadb-10.1.0 -sst-xtrabackup -galera

Reply via email to