https://github.com/clementine-player/Clementine/wiki/Portable-Devices#mtp as written here, clementine mtp support relies on mpt support in gvfs, so there is no sence in clementine +mtp and gvfs -mtp Workaround is simple: use +mtp system-wide or implicitly specify flag on gvfs Reproducible: Always Steps to Reproduce: 1. USE="-mtp" emerge gvfs 2. USE="mtp" emerge clementine Actual Results: You will no see mtp device in clementine Expected Results: You should see mtp device in clementine dfevices tab
commit b8e9cb5c8547483daf7b46942cd5016861cee751 (HEAD -> master, origin/master, origin/HEAD) Author: Alexander Golubev <fatzer2@gmail.com> AuthorDate: Sat Jul 16 06:34:09 2016 +0300 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Sat Jul 16 11:36:39 2016 +0200 media-sound/clementine: add missing USE for a dependency gnome-base/gvfs[mtp]. Gentoo-Bug: https://bugs.gentoo.org/566344 Closes: https://github.com/gentoo/gentoo/pull/1889 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> media-sound/clementine/clementine-1.2.3-r1.ebuild | 169 ---------------------- media-sound/clementine/clementine-1.2.3-r2.ebuild | 169 ++++++++++++++++++++++ media-sound/clementine/clementine-1.3.1-r1.ebuild | 168 --------------------- media-sound/clementine/clementine-1.3.1-r2.ebuild | 168 +++++++++++++++++++++ media-sound/clementine/clementine-9999.ebuild | 2 +- 5 files changed, 338 insertions(+), 338 deletions(-) delete mode 100644 media-sound/clementine/clementine-1.2.3-r1.ebuild create mode 100644 media-sound/clementine/clementine-1.2.3-r2.ebuild delete mode 100644 media-sound/clementine/clementine-1.3.1-r1.ebuild create mode 100644 media-sound/clementine/clementine-1.3.1-r2.ebuild Merged. Thanks!