diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2015-09-26 03:46:41 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2015-09-26 03:46:41 +0000 |
commit | e5250a3931555c7dbe897362f9c79ab567ae2135 (patch) | |
tree | 4812ec044987d48f62208963757937e301880a30 /profiles | |
parent | sys-apps/systemd: Fix noclean-tmp patch for 218 (diff) | |
download | gentoo-e5250a3931555c7dbe897362f9c79ab567ae2135.tar.gz gentoo-e5250a3931555c7dbe897362f9c79ab567ae2135.tar.bz2 gentoo-e5250a3931555c7dbe897362f9c79ab567ae2135.zip |
profiles: Prepare to add geany-plugins-1.25 for bug #555330.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index c3e72b4d9592..34f66e10f015 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -18,6 +18,10 @@ #--- END OF EXAMPLES --- +# Nathan Phillip Brink <binki@gentoo.org> (26 Sep 2015) +# git useflag requires dev-libs/libgit2 which few arches support +dev-util/geany-plugins -git + # Brian Evans <grknight@gentoo.org (14 Sep 2015) # Unmask new USE flags for mariadb on supported arches >=dev-db/mariadb-10.1.0 -mroonga -sst-xtrabackup -galera diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 356e984fc50a..c1fde5640569 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -4,6 +4,10 @@ # This file requires >=portage-2.1.1 +# Nathan Phillip Brink <binki@gentoo.org> (26 Sep 2015) +# git useflag requires dev-libs/libgit2 which few arches support +dev-util/geany-plugins -git + # Brian Evans <grknight@gentoo.org (14 Sep 2015) # Unmask new USE flags for mariadb on supported arches >=dev-db/mariadb-10.1.0 -mroonga -sst-xtrabackup -galera diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index e057e98af4ba..cc2e9338f438 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -5,6 +5,10 @@ # This file requires >=portage-2.1.1 # New entries go on top. +# Nathan Phillip Brink <binki@gentoo.org> (26 Sep 2015) +# git useflag requires dev-libs/libgit2 which few arches support +dev-util/geany-plugins git + # Pawel Hajdan jr <phajdan.jr@gentoo.org> (25 Sep 2015) # Upstream gtk3 support is experimental: # https://code.google.com/p/chromium/issues/detail?id=132847 |