Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 526524 - app-text/calibre-1.48 - src_install(): setup.py: ImportError: No module named pyqtconfig
Summary: app-text/calibre-1.48 - src_install(): setup.py: ImportError: No module named...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Stakenvicius (RETIRED)
URL:
Whiteboard:
Keywords:
: 528672 (view as bug list)
Depends on:
Blocks: 552122
  Show dependency tree
 
Reported: 2014-10-22 20:45 UTC by Fred Krogh
Modified: 2016-07-10 17:58 UTC (History)
23 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,5.67 KB, text/plain)
2014-10-22 20:45 UTC, Fred Krogh
Details
emerge -pv of calibre (calibre_emerge-pv,206 bytes, text/plain)
2014-10-22 20:47 UTC, Fred Krogh
Details
calibre_build.log (calibre_build.log,2.79 KB, text/plain)
2014-10-22 20:47 UTC, Fred Krogh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fred Krogh 2014-10-22 20:45:52 UTC
Created attachment 387238 [details]
emerge --info

End of emerge looks like this.

>>> Test phase [not enabled]: app-text/calibre-1.48

>>> Install calibre-1.48 into /var/tmp/portage/app-text/calibre-1.48/image/ category app-text
Traceback (most recent call last):
  File "setup.py", line 13, in <module>
    import setup.commands as commands
  File "/var/tmp/portage/app-text/calibre-1.48/work/calibre/setup/commands.py", line 35, in <module>
    from setup.extensions import Build
  File "/var/tmp/portage/app-text/calibre-1.48/work/calibre/setup/extensions.py", line 13, in <module>
    from PyQt4.pyqtconfig import QtGuiModuleMakefile
ImportError: No module named pyqtconfig
 * ERROR: app-text/calibre-1.48::gentoo failed (install phase):
 *   (no error message)

Attachments to be added
Comment 1 Fred Krogh 2014-10-22 20:47:05 UTC
Created attachment 387240 [details]
emerge -pv of calibre
Comment 2 Fred Krogh 2014-10-22 20:47:50 UTC
Created attachment 387242 [details]
calibre_build.log
Comment 3 Rafał Mużyło 2014-10-22 22:21:08 UTC
Might be the same problem as in bug 525700.
Comment 4 tman 2014-10-25 19:54:24 UTC
i have the same problem on this system:

Portage 2.2.14 (python 3.4.2-final-0, default/linux/amd64/13.0/desktop, gcc-4.8.3, glibc-2.19-r1, 3.17.1-gentoo-r1 x86_64)
=================================================================
System uname: Linux-3.17.1-gentoo-r1-x86_64-Intel-R-_Core-TM-_i7-3740QM_CPU_@_2.70GHz-with-gentoo-2.2
KiB Mem:    24626992 total,   7970644 free
KiB Swap:   25461756 total,  25461756 free
Timestamp of tree: Sat, 25 Oct 2014 19:30:01 +0000
ld GNU ld (Gentoo 2.24 p1.4) 2.24
app-shells/bash:          4.3_p30
dev-java/java-config:     2.2.0
dev-lang/perl:            5.20.1-r2
dev-lang/python:          2.7.8, 3.3.5-r1, 3.4.2
dev-util/cmake:           3.0.2
dev-util/pkgconfig:       0.28-r2
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.13.1
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.14.1
sys-devel/binutils:       2.24-r3
sys-devel/gcc:            4.8.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2-r1
sys-devel/make:           4.1-r1
sys-kernel/linux-headers: 3.17 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo bitcoin steam-overlay bumblebee printer-drivers lokal
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=corei7 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=corei7 -O2 -pipe"
DISTDIR="/mnt/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_DE.UTF-8"
LC_ALL=""
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
PKGDIR="/mnt/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/mnt/portage"
Comment 5 Ian Stakenvicius (RETIRED) gentoo-dev 2014-10-26 02:43:02 UTC
Yes, I can reproduce.  The secret here is to ensure you do not use PyQt4 newer than PyQt4-4.11.2:

- PyQt4-4.11.2-r1 no longer has pyqtconfig
- Upstream has moved on to the 2.x series and PyQt5 and isn't going to fix this
- I am not a python coder, so I can't fix it either
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-08 18:19:07 UTC
*** Bug 528672 has been marked as a duplicate of this bug. ***
Comment 7 Juergen Rose 2014-11-13 13:01:15 UTC
I have the same issue.
Comment 8 Silvio 2014-11-13 23:36:12 UTC
same issue here

emerge --info
Portage 2.2.14 (python 2.7.8-final-0, default/linux/amd64/13.0/desktop/kde, gcc-4.8.3, glibc-2.20, 3.17.2-gentoo x86_64)
=================================================================
System uname: Linux-3.17.2-gentoo-x86_64-Intel-R-_Core-TM-_i7-4710HQ_CPU_@_2.50GHz-with-gentoo-2.2
KiB Mem:    16344912 total,   3972484 free
KiB Swap:   17825788 total,  17825788 free
Timestamp of tree: Thu, 13 Nov 2014 02:15:01 +0000
ld ld di GNU (GNU Binutils) 2.24
distcc 3.2rc1 x86_64-pc-linux-gnu [disabled]
ccache version 3.1.10 [enabled]
app-shells/bash:          4.3_p30-r1
dev-java/java-config:     2.2.0
dev-lang/perl:            5.20.1-r2
dev-lang/python:          2.7.8, 3.3.5-r1, 3.4.2
dev-util/ccache:          3.1.10-r1
dev-util/cmake:           3.0.2
dev-util/pkgconfig:       0.28-r2
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.13.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.14.1
sys-devel/binutils:       2.24-r3
sys-devel/gcc:            4.8.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.3-r2
sys-devel/make:           4.1-r1
sys-kernel/linux-headers: 3.17-r1 (virtual/os-headers)
sys-libs/glibc:           2.20
Repositories: gentoo sunrise gamerlay pinkbyte luman zugaina belak maggu2810-overlay maekke betagarden nikai yarik-overlay amielke-overlay pentoo voyageur vortex manual bibletime
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="${CONFIG_PROTECT} /etc /etc/idea/conf /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/maven-bin-3.1/conf /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs ccache config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS=" http://mirror.ovh.net/gentoo-distfiles/ http://ftp.heanet.ie/pub/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/ rsync://rsync3.it.gentoo.org/gentoo-sources/ ftp://ftp.unina.it/pub/linux/distributions/gentoo/"
LANG="it_IT.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/sunrise /var/lib/layman/gamerlay /var/lib/layman/pinkbyte /var/lib/layman/luman /var/lib/layman/zugaina /var/lib/layman/belak /var/lib/layman/maggu2810-overlay /var/lib/layman/maekke /var/lib/layman/betagarden /var/lib/layman/nikai /var/lib/layman/yarik-overlay /var/lib/layman/amielke-overlay /var/lib/layman/pentoo /var/lib/layman/voyageur /var/lib/layman/vortex /usr/portage/local/manual /var/lib/layman/bibletime"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3ds 64bit X a52 aac aacplus aacs aalib acl acpi ads aften aiglx akode alias alsa amd64 amr ao apache apm apng asyncns audiofile autoreplace autotrace avahi avi bash-completion berkdb bidi bitmap-fonts bluetooth bluray bmp branding browserplugin bzip bzip2 cairo caps cdaudio cdda cddb cdr cli clucene connectionstatus consolekit contactnotes cracklib crypt cuda cups cvd cvs cxx dbus declarative dia dialup dirac djvu dri dtmf dts dv dvb dvd dvdr dvdread dvi dxva2 dynamicplugin ebook efi emboss encode ethereal exif faac faad fam farstream fat fdk ffmpeg firefox flac fluidsynth fontconfig foomaticdb fortran freetds frei0r fribidi g726 g729 gbm gdbm geolocation gif gimp git glamor gles gles2 glib glitz gme gphoto2 gpm gps gpu groupwise gstreamer gtk gtk3 h323 highlight history hvm i8x0 iconv icu ieee1394 ilbc imagemagick innodb ios iphone ipod ipv6 irc ithreads jack java javascript jingle jpeg jpeg2k kate kde kdenlive kdepim kerberos kipi kontact kqemu lame laptop lcms ldap libass libkms libnotify lm_sensors lucene m4a mad marble mbrola mdb mdnsresponder-compat mercurial midi mime minizip mmx mmxext mng modules moonlight mozilla mp3 mp4 mpeg mpeg2 mplayer msn mssql multilib musepack musicbrainz ncurses netmeeting nls nowlistening npt1 nptl nptlonly nsplugin ntfs nvidia odbc ogg openal openexr opengl openipmi openmp opus orc oss pam pango pcmcia pcre pda pdf perl phonon plasma pmu png policykit portaudio postgres ppds pulseaudio python python3 qemu qt qt3support qt4 quicktime rar raw rdesktop rdp readline reiserfs reports rtsp samba sametime sane scanner sdl sdl-image semantic-desktop session shout sip sipim skype smp sms soprano soundtouch speex spell sqlite sse sse2 ssh ssl ssse3 startup-notification subtitles subversion svg tcpd texteffect texteffects theora tidy tiff timidity tk tordns translator truetype truetype-fonts twolame type1-fonts udev udisks unicode upower usb utempter uxa v4l v4l2 vaapi vcd vcdx vdpau video virtualbox vnc vorbis vpx wav wavpack webkit webpresence webrtc-aec wicd wifi win32codecs win64 winbind winetriks winpopup wlm wma wma-fixed wmf wxwidgets wxwindows x264 xcb xcomposite xen xetex xine xinerama xml xmp xscreensaver xv xvid xvmc yahoo zeroconf zlib" ABI_X86="64 32" ALSA_CARDS="snd_hda_intel" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="*" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev joystick synaptics wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="it en it_IT" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20 ruby21" SANE_BACKENDS="*" USERLAND="GNU" VIDEO_CARDS="nvidia intel i965 nv vesa nouveau v4l v4l2 modesetting fbdev" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 9 Juergen Rose 2014-11-16 18:57:59 UTC
Unmasking calibre, dev-python/PyQt5-5.3.2, dev-qt/designer-5.3.2-r1, dev-qt/qtcore-5.3.2, dev-qt/qtdbus-5.3.2, dev-qt/qtdeclarative-5.3.2, dev-qt/qtgui-5.3.2, dev-qt/qtmultimedia-5.3.2, dev-qt/qtnetwork-5.3.2, dev-qt/qtnetwork-5.3.2, dev-qt/qtopengl-5.3.2-r1, dev-qt/qtprintsupport-5.3.2, dev-qt/qtsql-5.3.2, dev-qt/qtsvg-5.3.2, dev-qt/qttest-5.3.2, dev-qt/qtwebkit-5.3.2-r1, dev-qt/qtwidgets-5.3.2, dev-qt/qtxml-5.3.2, dev-qt/qtxmlpatterns-5.3.2 and setting several requested USE flags allows to install calibre-2.9.0.
Comment 10 Joseph Booker 2014-11-17 18:06:55 UTC
Upstream bug (marked wontfix) is at https://bugs.launchpad.net/calibre/+bug/1346949
Comment 11 Chris Smith 2014-11-18 18:16:23 UTC
(In reply to Juergen Rose from comment #9)
> Unmasking calibre, dev-python/PyQt5-5.3.2, dev-qt/designer-5.3.2-r1,
> dev-qt/qtcore-5.3.2, dev-qt/qtdbus-5.3.2, dev-qt/qtdeclarative-5.3.2,
> dev-qt/qtgui-5.3.2, dev-qt/qtmultimedia-5.3.2, dev-qt/qtnetwork-5.3.2,
> dev-qt/qtnetwork-5.3.2, dev-qt/qtopengl-5.3.2-r1,
> dev-qt/qtprintsupport-5.3.2, dev-qt/qtsql-5.3.2, dev-qt/qtsvg-5.3.2,
> dev-qt/qttest-5.3.2, dev-qt/qtwebkit-5.3.2-r1, dev-qt/qtwidgets-5.3.2,
> dev-qt/qtxml-5.3.2, dev-qt/qtxmlpatterns-5.3.2 and setting several requested
> USE flags allows to install calibre-2.9.0.

Tried that but it doesn't run:
$ calibre
Failed to unpickle stored object:
Traceback (most recent call last):
  File "/usr/lib64/calibre/calibre/utils/config.py", line 215, in refresh
    d = cPickle.loads(raw) if raw.strip() else {}
  File "/usr/lib64/calibre/calibre/startup.py", line 36, in load_module
    raise ImportError('Importing PyQt4 is not allowed as calibre uses PyQt5')
ImportError: (ImportError('Importing PyQt4 is not allowed as calibre uses PyQt5',), <built-in function _unpickle_enum>, ('PyQt4.QtCore', 'SortOrder', 1))
This application failed to start because it could not find or load the Qt platform plugin "xcb".

Available platform plugins are: minimal, offscreen.

Reinstalling the application may fix this problem.
Aborted
Comment 12 Chris Smith 2014-11-18 18:34:51 UTC
(In reply to Chris Smith from comment #11)
> Tried that but it doesn't run:

Runs after added the xcb USE flag to dev-qt/qtwidgets and dev-qt/qtgui and remerging them (not sure whether or not both were needed). The calibre-2.9.0 ebuild does not properly check for this.
Comment 13 Chris Smith 2014-11-18 18:41:45 UTC
FYI. This is my unmask file (didn't use any specific versioning).
Started with Juergen's list but needed the 3 listed after calibre in the list in order to get them to build.

# cat /etc/portage/package.unmask/calibre-qt5.unmask 
dev-python/PyQt5
dev-qt/designer
dev-qt/qtcore
dev-qt/qtdbus
dev-qt/qtdeclarative
dev-qt/qtgui
dev-qt/qtmultimedia
dev-qt/qtnetwork
dev-qt/qtopengl
dev-qt/qtprintsupport
dev-qt/qtsql
dev-qt/qtsvg
dev-qt/qttest
dev-qt/qtwebkit
dev-qt/qtwidgets
dev-qt/qtxml
dev-qt/qtxmlpatterns
app-text/calibre
dev-qt/qttranslations
dev-qt/qtscript
dev-qt/qt3support
Comment 14 Justin Lecher (RETIRED) gentoo-dev 2014-11-23 12:38:10 UTC
+*calibre-1.48-r1 (23 Nov 2014)
+
+  23 Nov 2014; Justin Lecher <jlec@gentoo.org> +calibre-1.48-r1.ebuild:
+  Add workaround for newer PyQt4, #526524; use distutils-r1.eclass, fix
+  installation of bash-completions
+
Comment 15 Davide Pesavento gentoo-dev 2015-06-14 19:06:00 UTC
(In reply to Justin Lecher from comment #14)
> +*calibre-1.48-r1 (23 Nov 2014)
> +
> +  23 Nov 2014; Justin Lecher <jlec@gentoo.org> +calibre-1.48-r1.ebuild:
> +  Add workaround for newer PyQt4, #526524; use distutils-r1.eclass, fix
> +  installation of bash-completions
> +

So... I don't understand, is this fixed or not? Can we proceed with PyQt4-4.11.3 stabilization?
Comment 16 Rafał Mużyło 2015-06-14 21:22:15 UTC
(In reply to Davide Pesavento from comment #15)
> (In reply to Justin Lecher from comment #14)
> > +*calibre-1.48-r1 (23 Nov 2014)
> > +
> > +  23 Nov 2014; Justin Lecher <jlec@gentoo.org> +calibre-1.48-r1.ebuild:
> > +  Add workaround for newer PyQt4, #526524; use distutils-r1.eclass, fix
> > +  installation of bash-completions
> > +
> 
> So... I don't understand, is this fixed or not? Can we proceed with
> PyQt4-4.11.3 stabilization?

Of course...not.

The `workaround` in question was '<dev-python/PyQt4-4.11.3[X,svg,webkit,${PYTHON_USEDEP}]' dep.

Though you may simply pmask < calibre 2 and see how much noise users will make or will the maintainer dig into the build system to put the proper fix in place.
Comment 17 Ben de Groot (RETIRED) gentoo-dev 2015-06-16 08:40:17 UTC
(In reply to Rafał Mużyło from comment #16)
> Though you may simply pmask < calibre 2 and see how much noise users will
> make or will the maintainer dig into the build system to put the proper fix
> in place.

We simply need to get Qt5 stable, so we can finally mark calibre-2 stable.
Comment 18 Jean-Claude Repetto 2016-04-07 07:29:08 UTC
I hit this bug today.
Is it possible to mark calibre 2 as stable now, to avoid this problem ?
Comment 19 Davide Pesavento gentoo-dev 2016-04-07 14:40:40 UTC
(In reply to Jean-Claude Repetto from comment #18)
> I hit this bug today.
> Is it possible to mark calibre 2 as stable now, to avoid this problem ?

See bug 558380
Comment 20 Pacho Ramos gentoo-dev 2016-05-18 13:00:08 UTC
Why is this blocking bug 552122?
Comment 21 Davide Pesavento gentoo-dev 2016-05-18 16:17:52 UTC
(In reply to Pacho Ramos from comment #20)
> Why is this blocking bug 552122?

Because it does. PyQt4-4.11.4 breaks the build of calibre-1.x, so it cannot go stable until this bug is fixed, e.g. by stabilizing calibre-2.x

Please next time don't remove blockers if you don't know why they are there.
Comment 22 Davide Pesavento gentoo-dev 2016-07-10 16:11:21 UTC
I just pushed a commit[1] that implements USE=compat for PyQt4. When enabled, it generates and installs the deprecated pyqtconfig module.

[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0569b8570eb3acd5388438ca392b4b820dfd7f70
Comment 23 Michael Palimaka (kensington) gentoo-dev 2016-07-10 17:57:30 UTC
Thanks, fixed in git.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c522f384fd1b723494881efb163101ac3debfee