diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-09-09 21:43:33 -0400 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-09-09 21:50:23 -0400 |
commit | 47482dfe5290c6c6710eeda14d819249d2d1b95e (patch) | |
tree | 88471410ccd7b1452b546724a727f331e7194d59 | |
parent | www-client/google-chrome-beta: automated update (diff) | |
download | gentoo-47482dfe5290c6c6710eeda14d819249d2d1b95e.tar.gz gentoo-47482dfe5290c6c6710eeda14d819249d2d1b95e.tar.bz2 gentoo-47482dfe5290c6c6710eeda14d819249d2d1b95e.zip |
profiles: mask networkmanager[wext] for arches without wifi
Fixes unsatisfiable REQUIRED_USE constraint.
Gentoo-Bug: 560070
Reported-by: Émeric Maschino
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index ab5e688a043b..18473cc6bd3f 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Alexandre Rostovtsev <tetromino@gentoo.org> (10 Sep 2015) +# Requires wifi USE flag, which is masked for this arch +net-misc/networkmanager wext + # Tobias Klausmann <klausman@gentoo.org> (10 Aug 2015) # Opting out of the net-misc/ofono dep tree until we have a user request >=media-sound/pulseaudio-6.0 ofono-headset diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 0bccfdc17696..58512a2ca3ce 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Alexandre Rostovtsev <tetromino@gentoo.org> (10 Sep 2015) +# Requires wifi USE flag, which is masked for this arch +net-misc/networkmanager wext + # Pacho Ramos <pacho@gentoo.org> (06 Sep 2015) # Missing keywords media-sound/pulseaudio ofono-headset diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index b75b6b5e5bc5..8f43e620def6 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Alexandre Rostovtsev <tetromino@gentoo.org> (10 Sep 2015) +# Requires wifi USE flag, which is masked for this arch +net-misc/networkmanager wext + # Bernard Cafarelli <voyageur@gentoo.org> (06 Aug 2015) # Dependencies missing keywords, bug #543604 sys-devel/llvm ocaml |