public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] how to prevent portage from installing masked package
@ 2018-10-06 11:05 John Covici
  2018-10-06 12:26 ` Neil Bothwick
  2018-10-06 19:44 ` [gentoo-user] " Martin Vaeth
  0 siblings, 2 replies; 19+ messages in thread
From: John Covici @ 2018-10-06 11:05 UTC (permalink / raw
  To: gentoo-user

Hi.  I am in a situation where portage wants to install a package
which I have masked.  Its  wants to do this
[ebuild     U #] x11-libs/gtk+-3.24.1:3::mv [3.22.30:3::gentoo]
but I want to keep the old one.  Why is this happening and how can I
preventthe install of the newer gtk+ which breaks some accessibility
features?

Thanks  in advance for any suggestions.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-06 11:05 [gentoo-user] how to prevent portage from installing masked package John Covici
@ 2018-10-06 12:26 ` Neil Bothwick
  2018-10-06 13:12   ` John Covici
  2018-10-06 19:44 ` [gentoo-user] " Martin Vaeth
  1 sibling, 1 reply; 19+ messages in thread
From: Neil Bothwick @ 2018-10-06 12:26 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 715 bytes --]

On Sat, 06 Oct 2018 07:05:52 -0400, John Covici wrote:

> Hi.  I am in a situation where portage wants to install a package
> which I have masked.  Its  wants to do this
> [ebuild     U #] x11-libs/gtk+-3.24.1:3::mv [3.22.30:3::gentoo]
> but I want to keep the old one.  Why is this happening and how can I
> preventthe install of the newer gtk+ which breaks some accessibility
> features?

It's difficult to say without seeing the portage output but it is
probably a package that needs the newer version. Add -t to the emerge
command to see what requires the later GTK+, you'll probably need to mask
that too.


-- 
Neil Bothwick

I don't know what makes you tick but I wish it was a time bomb.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-06 12:26 ` Neil Bothwick
@ 2018-10-06 13:12   ` John Covici
  2018-10-06 13:32     ` Rich Freeman
  0 siblings, 1 reply; 19+ messages in thread
From: John Covici @ 2018-10-06 13:12 UTC (permalink / raw
  To: gentoo-user

On Sat, 06 Oct 2018 08:26:15 -0400,
Neil Bothwick wrote:
> 
> [1  <text/plain; US-ASCII (quoted-printable)>]
> On Sat, 06 Oct 2018 07:05:52 -0400, John Covici wrote:
> 
> > Hi.  I am in a situation where portage wants to install a package
> > which I have masked.  Its  wants to do this
> > [ebuild     U #] x11-libs/gtk+-3.24.1:3::mv [3.22.30:3::gentoo]
> > but I want to keep the old one.  Why is this happening and how can I
> > preventthe install of the newer gtk+ which breaks some accessibility
> > features?
> 
> It's difficult to say without seeing the portage output but it is
> probably a package that needs the newer version. Add -t to the emerge
> command to see what requires the later GTK+, you'll probably need to mask
> that too.

OK, I thought it would just either refuse or tell me something, but I
will do that and see what I see.  Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-06 13:12   ` John Covici
@ 2018-10-06 13:32     ` Rich Freeman
  2018-10-06 14:04       ` John Covici
  2018-10-06 18:04       ` John Covici
  0 siblings, 2 replies; 19+ messages in thread
From: Rich Freeman @ 2018-10-06 13:32 UTC (permalink / raw
  To: gentoo-user

On Sat, Oct 6, 2018 at 9:12 AM John Covici <covici@ccs.covici.com> wrote:
>
> On Sat, 06 Oct 2018 08:26:15 -0400,
> Neil Bothwick wrote:
> >
> > [1  <text/plain; US-ASCII (quoted-printable)>]
> > On Sat, 06 Oct 2018 07:05:52 -0400, John Covici wrote:
> >
> > > Hi.  I am in a situation where portage wants to install a package
> > > which I have masked.  Its  wants to do this
> > > [ebuild     U #] x11-libs/gtk+-3.24.1:3::mv [3.22.30:3::gentoo]
> > > but I want to keep the old one.  Why is this happening and how can I
> > > preventthe install of the newer gtk+ which breaks some accessibility
> > > features?
> >
> > It's difficult to say without seeing the portage output but it is
> > probably a package that needs the newer version. Add -t to the emerge
> > command to see what requires the later GTK+, you'll probably need to mask
> > that too.
>
> OK, I thought it would just either refuse or tell me something, but I
> will do that and see what I see.  Thanks.
>

It is already doing both.

It is refusing to install the masked package, which is why it is
aborting, and probably suggesting that you unmask it.  Likewise the
big hash tag in the output is noting that is masked currently.

The problem is that you're probably also telling portage something
contradictory, like installing some package that requires the newer
version of gtk+ (probably from your world set).  So, it isn't doing
that either, and is giving you a bunch of output.

Impossible to guess what the issue is without the full output, but as
suggested sticking --tree and --verbose in there would help.  That
will show the dependency relationships, and also USE flags which might
be triggering them.

If you have a package masked and nothing else is trying to pull it in,
then portage will more quietly ignore it.  It is calling the situation
to your attention because one way or another it won't be doing
something you currently want it to (keeping some other package
up-to-date, but also not installing this version of gtk+).

-- 
Rich


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-06 13:32     ` Rich Freeman
@ 2018-10-06 14:04       ` John Covici
  2018-10-06 18:04       ` John Covici
  1 sibling, 0 replies; 19+ messages in thread
From: John Covici @ 2018-10-06 14:04 UTC (permalink / raw
  To: gentoo-user

On Sat, 06 Oct 2018 09:32:24 -0400,
Rich Freeman wrote:
> 
> On Sat, Oct 6, 2018 at 9:12 AM John Covici <covici@ccs.covici.com> wrote:
> >
> > On Sat, 06 Oct 2018 08:26:15 -0400,
> > Neil Bothwick wrote:
> > >
> > > [1  <text/plain; US-ASCII (quoted-printable)>]
> > > On Sat, 06 Oct 2018 07:05:52 -0400, John Covici wrote:
> > >
> > > > Hi.  I am in a situation where portage wants to install a package
> > > > which I have masked.  Its  wants to do this
> > > > [ebuild     U #] x11-libs/gtk+-3.24.1:3::mv [3.22.30:3::gentoo]
> > > > but I want to keep the old one.  Why is this happening and how can I
> > > > preventthe install of the newer gtk+ which breaks some accessibility
> > > > features?
> > >
> > > It's difficult to say without seeing the portage output but it is
> > > probably a package that needs the newer version. Add -t to the emerge
> > > command to see what requires the later GTK+, you'll probably need to mask
> > > that too.
> >
> > OK, I thought it would just either refuse or tell me something, but I
> > will do that and see what I see.  Thanks.
> >
> 
> It is already doing both.
> 
> It is refusing to install the masked package, which is why it is
> aborting, and probably suggesting that you unmask it.  Likewise the
> big hash tag in the output is noting that is masked currently.
> 
> The problem is that you're probably also telling portage something
> contradictory, like installing some package that requires the newer
> version of gtk+ (probably from your world set).  So, it isn't doing
> that either, and is giving you a bunch of output.
> 
> Impossible to guess what the issue is without the full output, but as
> suggested sticking --tree and --verbose in there would help.  That
> will show the dependency relationships, and also USE flags which might
> be triggering them.
> 
> If you have a package masked and nothing else is trying to pull it in,
> then portage will more quietly ignore it.  It is calling the situation
> to your attention because one way or another it won't be doing
> something you currently want it to (keeping some other package
> up-to-date, but also not installing this version of gtk+).

Problem is, that it is NOT aborting, if it were it would tell me which
package ispulling in the gtk+ package.  If I can't figure this out, I
will post the full output here.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-06 13:32     ` Rich Freeman
  2018-10-06 14:04       ` John Covici
@ 2018-10-06 18:04       ` John Covici
  2018-10-06 18:55         ` Rich Freeman
  1 sibling, 1 reply; 19+ messages in thread
From: John Covici @ 2018-10-06 18:04 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2320 bytes --]

On Sat, 06 Oct 2018 09:32:24 -0400,
Rich Freeman wrote:
> 
> On Sat, Oct 6, 2018 at 9:12 AM John Covici <covici@ccs.covici.com> wrote:
> >
> > On Sat, 06 Oct 2018 08:26:15 -0400,
> > Neil Bothwick wrote:
> > >
> > > [1  <text/plain; US-ASCII (quoted-printable)>]
> > > On Sat, 06 Oct 2018 07:05:52 -0400, John Covici wrote:
> > >
> > > > Hi.  I am in a situation where portage wants to install a package
> > > > which I have masked.  Its  wants to do this
> > > > [ebuild     U #] x11-libs/gtk+-3.24.1:3::mv [3.22.30:3::gentoo]
> > > > but I want to keep the old one.  Why is this happening and how can I
> > > > preventthe install of the newer gtk+ which breaks some accessibility
> > > > features?
> > >
> > > It's difficult to say without seeing the portage output but it is
> > > probably a package that needs the newer version. Add -t to the emerge
> > > command to see what requires the later GTK+, you'll probably need to mask
> > > that too.
> >
> > OK, I thought it would just either refuse or tell me something, but I
> > will do that and see what I see.  Thanks.
> >
> 
> It is already doing both.
> 
> It is refusing to install the masked package, which is why it is
> aborting, and probably suggesting that you unmask it.  Likewise the
> big hash tag in the output is noting that is masked currently.
> 
> The problem is that you're probably also telling portage something
> contradictory, like installing some package that requires the newer
> version of gtk+ (probably from your world set).  So, it isn't doing
> that either, and is giving you a bunch of output.
> 
> Impossible to guess what the issue is without the full output, but as
> suggested sticking --tree and --verbose in there would help.  That
> will show the dependency relationships, and also USE flags which might
> be triggering them.
> 
> If you have a package masked and nothing else is trying to pull it in,
> then portage will more quietly ignore it.  It is calling the situation
> to your attention because one way or another it won't be doing
> something you currently want it to (keeping some other package
> up-to-date, but also not installing this version of gtk+).

So, I have not been able to figure this out, it did not abort and
wants to install the masked package, so hear is the whole output ---
thanks for all your help.


[-- Attachment #2: tree_update.txt --]
[-- Type: text/plain, Size: 57556 bytes --]

Script started on 2018-10-06 10:07:17-04:00

These are the packages that would be merged:

Calculating dependencies  ..... . ........ done!
[nomerge       ] app-arch/zip-3.0-r3::gentoo  USE="bzip2 crypt unicode -natspec" 
[nomerge       ]  app-arch/unzip-6.0_p21-r2::gentoo  USE="bzip2 natspec unicode" 
[nomerge       ]   dev-libs/libnatspec-0.3.0::gentoo  USE="doc -python" PYTHON_TARGETS="python2_7" 
[nomerge       ]    dev-libs/popt-1.16-r2::gentoo  USE="nls -static-libs" ABI_X86="(64) -32 (-x32)" 
[nomerge       ]     sys-devel/gettext-0.19.8.1::gentoo  USE="acl cxx doc ncurses nls openmp -cvs -emacs -git -java -static-libs" ABI_X86="32 (64) (-x32)" 
[nomerge       ]      dev-libs/expat-2.2.6::gentoo  USE="unicode -examples -static-libs" ABI_X86="32 (64) (-x32)" 
[nomerge       ]       sys-devel/autoconf-2.69-r4:2.69::gentoo  USE="-emacs" 
[nomerge       ]        dev-lang/perl-5.26.2:0/5.26::gentoo  USE="berkdb doc gdbm ithreads -debug" 
[nomerge       ]         sys-libs/zlib-1.2.11-r2:0/1::gentoo  USE="minizip -static-libs" ABI_X86="32 (64) (-x32)" 
[nomerge       ]          sys-devel/libtool-2.4.6-r5:2::gentoo  USE="-vanilla" 
[nomerge       ]           sys-devel/automake-1.16.1-r1:1.16::gentoo  USE="-test" 
[ebuild     U  ]            sys-apps/help2man-1.47.7::gentoo [1.47.6::gentoo] USE="nls" 196 KiB
[nomerge       ]         app-admin/perl-cleaner-2.26-r1::gentoo 
[nomerge       ]          app-portage/portage-utils-0.73::gentoo  USE="nls -static" 
[nomerge       ]           dev-libs/iniparser-3.1-r1::gentoo  USE="doc -examples -static-libs" ABI_X86="(64) -32 (-x32)" 
[nomerge       ]            app-doc/doxygen-1.8.14-r1::gentoo  USE="doc dot latex qt5 -clang -debug -doxysearch (-sqlite)" 
[nomerge       ]             media-libs/freetype-2.9.1-r4:2::gentoo  USE="X adobe-cff bzip2 cleartype_hinting doc harfbuzz png -bindist -debug -fontforge -infinality -static-libs -utils" ABI_X86="32 (64) (-x32)" 
[ebuild  rR    ]              media-libs/harfbuzz-1.9.0:0/0.9.18::gentoo  USE="cairo glib graphite icu introspection truetype -debug -fontconfig -static-libs -test" ABI_X86="32 (64) (-x32)" 0 KiB
[nomerge       ]               dev-libs/glib-2.56.2:2::gentoo  USE="dbus (mime) xattr -debug (-fam) (-selinux) -static-libs -systemtap -test -utils" ABI_X86="32 (64) (-x32)" 
[ebuild  r  U  ]                virtual/libffi-3.3_rc0:0/7::gentoo [3.0.13-r1:0/0::gentoo] ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild     U  ]                 dev-libs/libffi-3.3_rc0:0/7::gentoo [3.2.1-r2:0/0::gentoo] USE="-debug -pax_kernel -static-libs -test" ABI_X86="32 (64) (-x32)" 1,060 KiB
[nomerge       ]                app-text/docbook-xml-dtd-4.1.2-r6:4.1.2::gentoo 
[nomerge       ]                 app-text/docbook-xsl-stylesheets-1.79.1-r2::gentoo  USE="-ruby" 
[nomerge       ]                  app-text/build-docbook-catalog-1.21::gentoo 
[nomerge       ]                   sys-apps/util-linux-2.32.1::gentoo  USE="cramfs ncurses nls pam readline suid systemd udev unicode -build -caps -fdformat -kill -python (-selinux) -slang -static-libs -test -tty-helpers" ABI_X86="32 (64) (-x32)" PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4 -python3_6 -python3_7" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6 -python3_7" 
[nomerge       ]                    virtual/libudev-232:0/1::gentoo  USE="systemd -static-libs" ABI_X86="32 (64) (-x32)" 
[nomerge       ]                     sys-apps/systemd-239-r1:0/2::gentoo  USE="acl gcrypt kmod lz4 pam pcre policykit resolvconf seccomp split-usr ssl -apparmor -audit -build -cryptsetup -curl -elfutils -gnuefi -http -idn -importd -libidn2 -lzma -nat -qrcode (-selinux) -sysv-utils -test -vanilla -xkb" ABI_X86="32 (64) (-x32)" 
[nomerge       ]                      sys-libs/libcap-2.25-r1::gentoo  USE="pam -static-libs" ABI_X86="32 (64) (-x32)" 
[nomerge       ]                       virtual/pam-0-r1::gentoo  ABI_X86="32 (64) (-x32)" 
[ebuild     U  ]                        sys-libs/pam-1.3.1::gentoo [1.3.0-r2::gentoo] USE="berkdb cracklib filecaps nls pie -audit -debug -nis (-selinux) -static-libs% (-test%) (-vim-syntax%)" ABI_X86="32 (64) (-x32)" 733 KiB
[ebuild     U  ]                         sys-auth/pambase-20150213-r2::gentoo [20150213-r1::gentoo] USE="cracklib nullok sha512 systemd -consolekit -debug -elogind -minimal -mktemp -pam_krb5 -pam_ssh -passwdqc -securetty (-selinux) (-gnome-keyring%*)" 0 KiB
[nomerge       ]                         sys-libs/db-6.0.35-r1:6.0::gentoo  USE="cxx doc -examples -java -tcl -test" ABI_X86="32 (64) (-x32)" 
[ebuild     U  ]                          sys-devel/binutils-2.31.1-r1:2.31::gentoo [2.31.1:2.31::gentoo] USE="cxx doc nls -multitarget -static-libs -test" 13 KiB
[nomerge       ]                         app-text/docbook-xml-dtd-4.5-r1:4.5::gentoo 
[nomerge       ]                          dev-libs/libxml2-2.9.8:2::gentoo  USE="ipv6 python readline -debug -examples -icu -lzma -static-libs -test" ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 
[nomerge       ]                           dev-lang/python-2.7.15:2.7::gentoo  USE="bluetooth doc gdbm ipv6 ncurses readline sqlite ssl (threads) tk (wide-unicode) xml (-berkdb) -build -examples -hardened -libressl -wininst" 
[nomerge       ]                            app-eselect/eselect-python-20171204::gentoo 
[nomerge       ]                             app-admin/eselect-1.4.13::gentoo  USE="doc -emacs -vim-syntax" 
[nomerge       ]                              dev-python/docutils-0.14::gentoo  PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6" 
[nomerge       ]                               dev-lang/python-3.5.5-r1:3.5/3.5m::gentoo  USE="bluetooth gdbm ipv6 ncurses readline sqlite ssl (threads) tk xml -build -examples -hardened -libressl -test -wininst" 
[ebuild  rR    ]                                net-wireless/bluez-5.50:0/3::gentoo  USE="alsa btpclient cups doc mesh obex readline systemd test-programs udev -debug -deprecated -experimental -extra-tools (-selinux) -test -user-session" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild     U  ]                                 sys-apps/hwids-20180917::gentoo [20180518::gentoo] USE="net pci udev usb" 3,137 KiB
[nomerge       ]                                 dev-python/dbus-python-1.2.8::gentoo  USE="-doc -examples -test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6 -python3_7" 
[nomerge       ]                                  sys-apps/dbus-1.12.10::gentoo  USE="X doc systemd -debug -elogind (-selinux) -static-libs -test -user-session" ABI_X86="32 (64) (-x32)" 
[nomerge       ]                                   x11-libs/libX11-1.6.6::gentoo  USE="ipv6 -doc -static-libs -test" ABI_X86="32 (64) (-x32)" 
[nomerge       ]                                    x11-libs/xtrans-1.3.5::gentoo  USE="doc" 
[nomerge       ]                                     app-text/asciidoc-8.6.10::gentoo  USE="-examples -graphviz -highlight -test" PYTHON_SINGLE_TARGET="python2_7 -pypy" PYTHON_TARGETS="python2_7 -pypy" 
[nomerge       ]                                      dev-libs/libxslt-1.1.32::gentoo  USE="crypt -debug -examples -python -static-libs" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7" 
[ebuild     U  ]                                       dev-libs/libgcrypt-1.8.3-r1:0/20::gentoo [1.8.3:0/20::gentoo] USE="doc -o-flag-munging -static-libs" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild     U  ]                                        dev-libs/libgpg-error-1.32-r1::gentoo [1.32::gentoo] USE="nls -common-lisp -static-libs" ABI_X86="32 (64) (-x32)" 0 KiB
[nomerge       ]                                        virtual/texi2dvi-0-r2::gentoo 
[nomerge       ]                                         virtual/latex-base-1.0::gentoo 
[nomerge       ]                                          dev-texlive/texlive-latexrecommended-2017::gentoo  USE="doc -source" 
[nomerge       ]                                           dev-texlive/texlive-latex-2017::gentoo  USE="doc -source" 
[nomerge       ]                                            dev-texlive/texlive-basic-2017-r1::gentoo  USE="doc luajittex -source" 
[ebuild  rR    ]                                             app-text/texlive-core-2017-r4::gentoo  USE="X doc luajittex xetex -cjk -source -tk" 0 KiB
[nomerge       ]                                              media-gfx/graphite2-1.3.12-r1::gentoo  USE="-perl -test" ABI_X86="32 (64) (-x32)" 
[ebuild     U  ]                                               dev-util/cmake-3.12.3::gentoo [3.12.2::gentoo] USE="doc ncurses -emacs -qt5 -system-jsoncpp -test" 8,192 KiB
[nomerge       ]                                                app-arch/libarchive-3.3.3:0/13::gentoo  USE="acl bzip2 e2fsprogs iconv lzma threads xattr zlib -expat -libressl -lz4 -lzo -nettle -static-libs" ABI_X86="(64) -32 (-x32)" 
[nomerge       ]                                                 dev-libs/openssl-1.0.2p::gentoo  USE="asm sslv3 tls-heartbeat zlib -bindist -gmp -kerberos -rfc3779 -sctp -sslv2 -static-libs -test -vanilla" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(sse2)" 
[nomerge       ]                                                  app-misc/ca-certificates-20180409.3.37::gentoo  USE="-cacert" 
[nomerge       ]                                                   dev-lang/python-3.7.0:3.7/3.7m::gentoo  USE="bluetooth gdbm ipv6 ncurses readline sqlite ssl tk xml -build -examples -hardened -libressl -test -wininst" 
[ebuild     U  ]                                                    dev-db/sqlite-3.25.2:3::gentoo [3.24.0:3::gentoo] USE="doc readline -debug -icu -secure-delete -static-libs -tcl -test -tools" ABI_X86="32 (64) (-x32)" 11,713 KiB
[nomerge       ]                                                    dev-tcltk/blt-2.4z-r13::gentoo  USE="X jpeg -static-libs" 
[nomerge       ]                                                     dev-lang/tk-8.6.8:0/8.6::gentoo  USE="threads truetype (-aqua) -debug -test -xscreensaver" ABI_X86="(64) -32 (-x32)" 
[ebuild     U  ]                                                      media-libs/fontconfig-2.13.1-r2:1.0::gentoo [2.13.0-r4:1.0::gentoo] USE="-doc -static-libs" ABI_X86="32 (64) (-x32)" 1,684 KiB
[nomerge       ]                                                       virtual/ttf-fonts-1-r1::gentoo 
[nomerge       ]                                                        media-fonts/liberation-fonts-2.00.1-r3::gentoo  USE="X -fontforge" 
[ebuild     U  ]                                                         media-fonts/encodings-1.0.4-r3::gentoo [1.0.4-r1::gentoo] USE="X%*" 0 KiB
[nomerge       ]                                                          x11-apps/mkfontdir-1.0.7::gentoo 
[nomerge       ]                                                           x11-apps/mkfontscale-1.1.3::gentoo 
[nomerge       ]                                                            x11-libs/libfontenc-1.1.3-r1::gentoo  USE="-static-libs" 
[nomerge       ]                                                             x11-base/xorg-proto-2018.4::gentoo 
[ebuild     U  ]                                                              dev-util/meson-0.48.0-r1::gentoo [0.47.1::gentoo] PYTHON_TARGETS="python3_5 -python3_6 -python3_7%" 1,277 KiB
[nomerge       ]                                                               dev-python/setuptools-40.0.0::gentoo  USE="-test" PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6 -python3_7" 
[ebuild     U  ]                                                                dev-python/certifi-2018.8.24::gentoo [2018.4.16::gentoo] PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6 -python3_7%" 144 KiB
[nomerge       ]                                                net-misc/curl-7.61.1::gentoo  USE="ipv6 ldap ssl -adns -brotli -http2 -idn -kerberos -metalink -rtmp -samba -ssh -static-libs -test -threads" ABI_X86="(64) -32 (-x32)" CURL_SSL="openssl -axtls -gnutls -libressl -mbedtls -nss (-winssl)" 
[nomerge       ]                                                 net-nds/openldap-2.4.45::gentoo  USE="berkdb crypt gnutls ipv6 minimal ssl syslog tcpd -cxx -debug -experimental -iodbc -kerberos -kinit -libressl -odbc -overlays -pbkdf2 -perl -samba -sasl (-selinux) -sha2 -slp -smbkrb5passwd -static-libs" ABI_X86="(64) -32 (-x32)" 
[ebuild     U  ]                                                  net-libs/gnutls-3.5.19-r1:0/30::gentoo [3.5.19:0/30::gentoo] USE="cxx idn nls openssl seccomp tls-heartbeat zlib -dane -doc -examples -guile -openpgp -pkcs11 -sslv2 -sslv3 -static-libs -test -test-full -tools -valgrind" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild     U  ]                                                dev-libs/libuv-1.23.1:0/1::gentoo [1.23.0:0/1::gentoo] USE="-static-libs" ABI_X86="(64) -32 (-x32)" 1,163 KiB
[ebuild  rR    ]                                              dev-tex/bibtexu-3.71_p20170524::gentoo  USE="doc -source" 0 KiB
[ebuild  r  U  ]                                               dev-libs/icu-62.1:0/62.1::gentoo [60.2:0/60.2::gentoo] USE="doc -debug -examples -static-libs" ABI_X86="32 (64) (-x32)" 22,919 KiB
[nomerge       ]                                              dev-libs/zziplib-0.13.62-r2::gentoo  USE="doc sdl -static-libs -test" 
[nomerge       ]                                               media-libs/libsdl-1.2.15-r9::gentoo  USE="X alsa joystick opengl sound video xv -aalib -custom-cflags -dga -fbcon -libcaca -nas -oss -pulseaudio -static-libs -tslib -xinerama" ABI_X86="(64) -32 (-x32)" 
[nomerge       ]                                                virtual/glu-9.0-r2::gentoo  ABI_X86="(64) -32 (-x32)" 
[nomerge       ]                                                 media-libs/glu-9.0.0-r1::gentoo  USE="-static-libs" ABI_X86="(64) -32 (-x32)" 
[nomerge       ]                                                  virtual/opengl-7.0-r2::gentoo  ABI_X86="(64) -32 (-x32)" 
[ebuild     U  ]                                                   media-libs/mesa-18.2.2::gentoo [18.2.0-r1::gentoo] USE="classic dri3 egl gallium gbm gles2 llvm wayland -d3d9 -debug -gles1 -lm_sensors -opencl -osmesa -pax_kernel -pic (-selinux) -test -unwind -vaapi -valgrind -vdpau -vulkan -xa -xvmc" ABI_X86="32 (64) (-x32)" VIDEO_CARDS="nouveau (-freedreno) -i915 -i965 (-imx) -intel -r100 -r200 -r300 -r600 -radeon -radeonsi (-vc4) -virgl (-vivante) -vmware" 11,109 KiB
[nomerge       ]                                                    dev-libs/wayland-protocols-1.16::gentoo 
[ebuild  rR    ]                                                     dev-libs/wayland-1.15.0::gentoo  USE="-doc -static-libs" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild     U  ]                                                    x11-libs/libxcb-1.13.1:0/1.12::gentoo [1.13:0/1.12::gentoo] USE="doc xkb (-selinux) -static-libs -test" ABI_X86="32 (64) (-x32)" 495 KiB
[ebuild  NS    ]                                                    sys-devel/llvm-7.0.0-r1:7::gentoo [5.0.1:5::gentoo, 6.0.1-r1:6::gentoo] USE="doc libffi ncurses xml -debug -exegesis -gold -libedit -test -xar" ABI_X86="32 (64) (-x32)" LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARM -Hexagon -Lanai -MSP430 -Mips -PowerPC -Sparc -SystemZ -XCore" 27,661 KiB
[ebuild     U  ]                                                     sys-devel/gcc-8.2.0-r3:8.2.0::gentoo [8.2.0-r2:8.2.0::gentoo] USE="cxx doc fortran (multilib) nls nptl openmp pch (pie) sanitize ssp vtv (-altivec) -debug (-fixed-point) -go -graphite (-hardened) (-jit) (-libssp) -mpx -objc -objc++ -objc-gc -pgo -regression-test -systemtap -vanilla" 14 KiB
[ebuild     U  ]                                                     sys-devel/llvm-common-7.0.0::gentoo [6.0.1::gentoo] 0 KiB
[ebuild     U  ]                                                    x11-libs/libdrm-2.4.95::gentoo [2.4.94::gentoo] USE="-libkms -valgrind" ABI_X86="32 (64) (-x32)" VIDEO_CARDS="nouveau -amdgpu (-exynos) (-freedreno) -intel (-omap) -radeon (-tegra) (-vc4) (-vivante) -vmware" 802 KiB
[ebuild  rR    ]                                              x11-libs/cairo-1.14.12::gentoo  USE="X glib opengl svg xcb (-aqua) -debug (-gles2) -static-libs -valgrind" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild  r  U  ]                                               sys-libs/binutils-libs-2.31.1-r1:0/2.31.1-r1::gentoo [2.31.1:0/2.31.1::gentoo] USE="nls -64-bit-bfd -multitarget -static-libs" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild     U  ]                                               media-libs/libpng-1.6.35-r1:0/16::gentoo [1.6.35:0/16::gentoo] USE="apng (-neon) -static-libs" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="sse" 0 KiB
[nomerge       ]                                              app-text/poppler-0.67.0:0/78::gentoo  USE="cairo cxx doc introspection jpeg jpeg2k lcms png qt5 tiff utils -cjk -curl -debug -nss" 
[nomerge       ]                                               dev-qt/qtxml-5.11.1:5/5.11::gentoo  USE="-debug -test" 
[ebuild  rR    ]                                                dev-qt/qtcore-5.11.1-r1:5/5.11::gentoo  USE="icu systemd -debug -test" 0 KiB
[nomerge       ]                                               dev-qt/qtgui-5.11.1:5/5.11::gentoo  USE="accessibility dbus egl evdev gif jpeg libinput png udev xcb -debug -eglfs (-gles2) -ibus -test -tslib -tuio -vnc" 
[ebuild     U  ]                                                dev-libs/libinput-1.12.1:0/10::gentoo [1.12.0:0/10::gentoo] USE="-doc" INPUT_DEVICES="-wacom" 508 KiB
[ebuild  rR    ]                                               dev-libs/gobject-introspection-1.56.1::gentoo  USE="cairo -doctool -test" PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4 -python3_6 -python3_7" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6 -python3_7" 0 KiB
[ebuild     U  ]                                 dev-python/pygobject-3.28.3:3::gentoo [3.24.1-r1:3::gentoo] USE="cairo -examples -test (-threads%*)" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6 -python3_7" 982 KiB
[ebuild  r  U  ]                                 dev-libs/json-c-0.13.1-r1:0/4::gentoo [0.13:0/3::gentoo] USE="doc -static-libs" ABI_X86="(64) -32 (-x32)" 625 KiB
[nomerge       ]                                 net-print/cups-2.2.8-r1::gentoo  USE="X acl dbus pam ssl systemd threads -debug -java -kerberos -lprng-compat -python (-selinux) -static-libs -usb -xinetd -zeroconf" ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python2_7" 
[nomerge       ]                                  net-print/cups-filters-1.21.2::gentoo  USE="dbus foomatic jpeg ldap pdf png postscript tiff -ipp_autosetup -pclm -perl -static-libs -test -zeroconf" 
[ebuild     U  ]                                   sys-devel/bc-1.07.1-r2::gentoo [1.07.1-r1::gentoo] USE="readline -forced-sandbox% -libedit -static" 0 KiB
[ebuild     U  ]                                   app-text/ghostscript-gpl-9.25::gentoo [9.21::gentoo] USE="X cups dbus gtk tiff unicode -static-libs" L10N="-de -ja -ko -zh-CN -zh-TW" 32,258 KiB
[ebuild     U #]                                    x11-libs/gtk+-3.24.1:3::mv [3.22.30:3::gentoo] USE="X colord cups introspection wayland -adwaita-icon-theme% (-aqua) -atk-bridge% -broadway -cloudprint -examples -test -vim-syntax -xinerama" ABI_X86="32 (64) (-x32)" 18,856 KiB
[nomerge       ]                                     x11-misc/colord-1.3.4:0/2::gentoo  USE="gusb introspection policykit systemd udev -argyllcms -examples -extra-print-profiles -scanner -vala" ABI_X86="32 (64) (-x32)" 
[nomerge       ]                                      sys-auth/polkit-0.115-r1::gentoo  USE="gtk introspection nls pam systemd -elogind -examples -jit -kde (-selinux) -test" 
[ebuild  rR    ]                                       dev-lang/spidermonkey-52.9.1_pre1:52::gentoo  USE="system-icu -custom-cflags -custom-optimization -debug -minimal -test" 0 KiB
[ebuild     U  ]                                   app-text/qpdf-8.2.1:0/21::gentoo [8.1.0:0/21::gentoo] USE="doc -examples -perl -static-libs -test" 8,063 KiB
[ebuild  rR    ]                                 dev-libs/libical-3.0.3:0/3::gentoo  USE="berkdb doc -examples -static-libs -test" 0 KiB
[ebuild     U  ]                      app-arch/lz4-1.8.3:0/r131::gentoo [1.8.2:0/r131::gentoo] USE="-static-libs" ABI_X86="32 (64) (-x32)" 321 KiB
[nomerge       ]          sys-apps/portage-2.3.50-r4::gentoo  USE="doc (ipc) native-extensions rsync-verify xattr -build -epydoc -gentoo-dev (-selinux)" PYTHON_TARGETS="python2_7 python3_5 -pypy -python3_4 -python3_6 -python3_7" 
[ebuild     U  ]           app-crypt/gnupg-2.2.10-r1::gentoo [2.2.10::gentoo] USE="bzip2 doc ldap nls readline smartcard ssl usb (-selinux) -tofu -tools -wks-server" 0 KiB
[ebuild     U  ]            dev-libs/npth-1.6-r1::gentoo [1.5::gentoo] USE="-static-libs" 294 KiB
[ebuild     U  ]            dev-libs/libksba-1.3.5-r2::gentoo [1.3.5-r1::gentoo] USE="-static-libs" 0 KiB
[ebuild     U  ]            dev-libs/libassuan-2.5.1-r1::gentoo [2.5.1::gentoo] USE="-static-libs" 0 KiB
[ebuild     U  ]            app-crypt/pinentry-1.1.0-r3::gentoo [1.1.0-r2::gentoo] USE="gnome-keyring gtk ncurses qt5 -caps -emacs -fltk -static" 0 KiB
[ebuild     U  ]             app-crypt/gcr-3.28.0:0/1::gentoo [3.20.0:0/1::gentoo] USE="gtk introspection vala -debug -test" 1,298 KiB
[nomerge       ]             app-crypt/libsecret-0.18.6-r1::gentoo  USE="crypt introspection -test -vala" ABI_X86="(64) -32 (-x32)" 
[ebuild     U  ]              gnome-base/gnome-keyring-3.28.2::gentoo [3.20.1::gentoo] USE="caps filecaps pam ssh-agent (-selinux) -test" 1,292 KiB
[nomerge       ]            virtual/mta-1::gentoo 
[nomerge       ]             mail-mta/sendmail-8.14.9-r1::gentoo  USE="ipv6 ldap mbox sasl ssl tcpd -libressl -nis -sockets" 
[ebuild     U  ]              net-mail/mailbase-1.5::gentoo [1.4::gentoo] USE="pam" 0 KiB
[ebuild  NS    ]          app-shells/bash-4.3_p48-r2:4.3::gentoo [4.3_p48-r1:0::gentoo] USE="net nls readline -afs -bashlogger -examples -mem-scramble -plugins" 0 KiB
[ebuild  rR    ] media-video/mplayer-1.3.0-r5::gentoo  USE="X a52 aalib alsa cddb cdio cdparanoia doc dts dvd dvdnav enca encode gif iconv ipv6 jack jpeg libass live mad mng network opengl osdmenu png pulseaudio rtc sdl shm theora truetype unicode vorbis x264 xscreensaver xv xvid (-altivec) (-aqua) -bidi -bl -bluray -bs2b -cpudetection -debug -dga -dv -dvb -faac -faad -fbcon -ftp -ggi -gsm -joystick -ladspa -libcaca -libmpeg2 -lirc -lzo -md5sum -mp3 -nas -nut -openal -oss -pnm -pvr -radio -rar -rtmp -samba (-selinux) -speex -tga -toolame -tremor -twolame -v4l -vcd -vdpau (-vidix) -xinerama -xvmc -yuv4mpeg -zoran" CPU_FLAGS_X86="mmx mmxext sse sse2 ssse3 -3dnow -3dnowext" VIDEO_CARDS="-mga (-tdfx)" 0 KiB
[nomerge       ]  virtual/jack-0::gentoo  ABI_X86="(64) -32 (-x32)" 
[nomerge       ]   media-sound/jack-audio-connection-kit-0.125.0::gentoo  USE="alsa doc pam (-altivec) (-coreaudio) -debug -examples -oss" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse -3dnow" 
[ebuild     U  ]    media-libs/libsndfile-1.0.28-r4::gentoo [1.0.28-r1::gentoo] USE="alsa -minimal -sqlite -static-libs -test" ABI_X86="(64) -32 (-x32)" 0 KiB
[nomerge       ]  media-video/ffmpeg-3.4.4:0/55.57.57::gentoo  USE="X alsa bzip2 doc encode fdk gpl hardcoded-tables iconv mp3 network opengl openssl postproc sdl svg theora threads truetype vorbis x264 xcb xvid zlib (-altivec) -amr -amrenc (-appkit) -bluray -bs2b -cdio (-celt) -chromaprint -chromium -cpudetection -debug -flite -fontconfig -frei0r -fribidi -gcrypt -gme -gmp -gnutls -gsm -iec61883 -ieee1394 -jack -jpeg2k -kvazaar -ladspa -libass -libcaca -libdrm -libilbc -librtmp -libsoxr -libv4l -lzma (-mipsdspr1) (-mipsdspr2) (-mipsfpu) (-mmal) -modplug -nvenc -openal -opencl -openh264 -opus -oss -pic -pulseaudio -rubberband -samba -snappy -speex -ssh -static-libs -test -twolame -v4l -vaapi -vdpau -vpx -wavpack -webp -x265 -zeromq -zimg -zvbi" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="avx mmx mmxext sse sse2 sse3 sse4_1 sse4_2 ssse3 -3dnow -3dnowext -aes -avx2 -fma3 -fma4 -xop" FFTOOLS="aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-fast!
 start sidxindex trasher" 
[ebuild     U  ]   media-libs/libtheora-1.1.1-r2::gentoo [1.1.1-r1::gentoo] USE="doc encode -examples -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  r  U  ]  media-libs/libass-0.14.0:0/9::gentoo [0.13.5:0/5::gentoo] USE="fontconfig harfbuzz -static-libs" ABI_X86="(64) -32 (-x32)" 348 KiB
[ebuild     U  ]  media-libs/libmad-0.15.1b-r9::gentoo [0.15.1b-r8::gentoo] USE="-debug -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ] app-admin/mcelog-161::gentoo [160::gentoo] USE="(-selinux)" 302 KiB
[ebuild     U  ] app-misc/tmux-2.8::gentoo [2.7::gentoo] USE="-debug (-selinux) -utempter -vim-syntax" 623 KiB
[ebuild     U  ] dev-tcltk/expect-5.45.4::gentoo [5.45::gentoo] USE="doc -debug -threads" 618 KiB
[ebuild  rR    ] app-text/calibre-3.26.1::gentoo  USE="udisks -ios" PYTHON_TARGETS="python2_7" 0 KiB
[nomerge       ]  dev-python/PyQt5-5.10.1-r1::gentoo  USE="bluetooth dbus gui network opengl printsupport svg webkit widgets -debug -declarative -designer -examples (-gles2) -help -location -multimedia -positioning -sensors -serialport -sql -testlib -webchannel -webengine -websockets -x11extras -xmlpatterns" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 
[ebuild     U  ]   dev-python/sip-4.19.13:0/12::gentoo [4.19.12:0/12::gentoo] USE="doc -debug" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6 -python3_7%" 1,015 KiB
[ebuild  rR    ]   dev-qt/qtwebkit-5.212.0_pre20180120:5/5.212::gentoo  USE="X gstreamer hyphen jit nsplugin opengl printsupport -geolocation (-gles2) -multimedia -orientation -qml -webp" 0 KiB
[ebuild     U  ]    media-libs/gst-plugins-bad-1.14.3:1.0::gentoo [1.14.2:1.0::gentoo] USE="X bzip2 egl gtk introspection nls opengl orc -gles2 -test -vcd -vnc -wayland" ABI_X86="(64) -32 (-x32)" 4,569 KiB
[ebuild     U  ]     media-libs/gstreamer-1.14.4:1.0::gentoo [1.14.2:1.0::gentoo] USE="caps introspection nls orc -test -unwind" ABI_X86="(64) -32 (-x32)" 3,188 KiB
[ebuild     U  ]     media-plugins/gst-plugins-gtk-1.14.4:1.0::gentoo [1.14.2:1.0::gentoo] USE="X egl opengl -gles2 -wayland" ABI_X86="(64) -32 (-x32)" 3,704 KiB
[ebuild     U  ]      media-libs/gst-plugins-base-1.14.4-r1:1.0::gentoo [1.14.2-r1:1.0::gentoo] USE="X alsa egl introspection nls ogg opengl orc pango theora vorbis -gbm -gles2 -ivorbis -wayland" ABI_X86="(64) -32 (-x32)" 3,617 KiB
[ebuild     U  ]      media-libs/gst-plugins-good-1.14.4:1.0::gentoo [1.14.2:1.0::gentoo] USE="nls orc" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ]  sys-fs/udisks-2.8.1:2::gentoo [2.8.0:2::gentoo] USE="acl introspection nls systemd -debug -elogind -lvm (-selinux) -vdo" 1,324 KiB
[ebuild     U  ]   sys-libs/libblockdev-2.20::gentoo [2.19::gentoo] USE="cryptsetup doc -bcache -dmraid -escrow -kbd -lvm -test -vdo" PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4 -python3_6 -python3_7" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6 -python3_7" 331 KiB
[ebuild  rR    ]    sys-fs/cryptsetup-2.0.4-r1:0/12::gentoo  USE="argon2 gcrypt nls udev -kernel -libressl -nettle -openssl -pwquality -python -reencrypt -static -static-libs -urandom" PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4 -python3_6 -python3_7" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6 -python3_7" 0 KiB
[ebuild     U  ]  dev-python/pillow-5.3.0::gentoo [5.2.0::gentoo] USE="doc jpeg lcms tiff truetype zlib -examples -imagequant -jpeg2k -test -tk -webp" PYTHON_TARGETS="python2_7 python3_5 -pypy% -python3_4% -python3_6 -python3_7%" 15,190 KiB
[ebuild     U  ]   dev-python/olefile-0.46::gentoo [0.45.1::gentoo] USE="doc" PYTHON_TARGETS="python2_7 python3_5 -pypy% -pypy3% -python3_4% -python3_6 -python3_7" 96 KiB
[nomerge       ]  virtual/python-dnspython-2::gentoo  PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 
[nomerge       ]   dev-python/dnspython-1.16.0_pre20180731::gentoo  USE="-examples -test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 
[ebuild     U  ]    dev-python/pycryptodome-3.6.6::gentoo [3.4.7::gentoo] PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6 -python3_7%" 6,971 KiB
[nomerge       ] dev-db/mysql-5.7.23:0/18::gentoo  USE="perl server (-client-libs) -cracklib -debug -jemalloc -latin1 -libressl -numa -profiling (-selinux) -static -static-libs -systemtap -tcmalloc -test -yassl" ABI_X86="(64) -32 (-x32)" 
[ebuild     U  ]  dev-db/mysql-init-scripts-2.2-r4::gentoo [2.2-r3::gentoo] 0 KiB
[ebuild     U  ] sys-fs/zfs-kmod-0.7.11::gentoo [0.7.9-r1::gentoo] USE="rootfs -custom-cflags -debug" 6,408 KiB
[nomerge       ]  virtual/linux-sources-3-r1::gentoo  USE="-firmware" 
[ebuild  NS    ]   sys-kernel/gentoo-sources-4.18.12:4.18.12::gentoo [4.9.24:4.9.24::gentoo, 4.9.35:4.9.35::gentoo, 4.9.39:4.9.39::gentoo, 4.9.41:4.9.41::gentoo, 4.9.43:4.9.43::gentoo, 4.9.50:4.9.50::gentoo, 4.9.61:4.9.61::gentoo, 4.9.71:4.9.71::gentoo, 4.9.78:4.9.78::gentoo, 4.9.82:4.9.82::gentoo, 4.9.95:4.9.95::gentoo, 4.9.103:4.9.103::gentoo, 4.13.5:4.13.5::gentoo, 4.13.12:4.13.12::gentoo, 4.14.15:4.14.15::gentoo, 4.15.4:4.15.4::gentoo, 4.15.10:4.15.10::gentoo, 4.16.9:4.16.9::gentoo, 4.17.2:4.17.2::gentoo, 4.17.4:4.17.4::gentoo, 4.17.12:4.17.12::gentoo, 4.18.5:4.18.5::gentoo, 4.18.8:4.18.8::gentoo] USE="-build -experimental -symlink" 380 KiB
[ebuild     U  ]  sys-kernel/spl-0.7.11::gentoo [0.7.9-r1::gentoo] USE="-custom-cflags -debug" 539 KiB
[ebuild     U  ] net-dns/bind-tools-9.12.2_p2::gentoo [9.12.2_p1::gentoo] USE="doc ipv6 readline seccomp ssl xml -gost -gssapi -idn -libedit -libidn2 -libressl -urandom" 9,202 KiB
[nomerge       ] dev-perl/DBD-Pg-3.7.0::gentoo 
[ebuild     U  ]  dev-db/postgresql-11_beta4:11::gentoo [11_beta3:11::gentoo] USE="doc ldap nls pam python readline server ssl systemd xml zlib -kerberos -libressl -llvm -perl (-selinux) -static-libs -tcl -threads -uuid" PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4 -python3_6" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 20,649 KiB
[ebuild     U  ]   sys-apps/less-538::mv [535::mv] USE="less-select lesspipe pcre unicode -original-gentoo -source" 334 KiB
[ebuild  rR    ] media-video/handbrake-1.1.1::gentoo  USE="fdk gstreamer gtk -libav -libav-aac -x265" 0 KiB
[ebuild     U  ]  media-plugins/gst-plugins-x264-1.14.3:1.0::gentoo [1.14.2:1.0::gentoo] ABI_X86="(64) -32 (-x32)" 869 KiB
[ebuild     U  ]   media-libs/gst-plugins-ugly-1.14.3:1.0::gentoo [1.14.2:1.0::gentoo] USE="nls" ABI_X86="(64) -32 (-x32)" 0 KiB
[nomerge       ]  media-libs/libvpx-1.7.0:0/5::gentoo  USE="doc highbitdepth svc threads -postproc -static-libs -test" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="avx mmx sse sse2 sse3 sse4_1 ssse3 -avx2" 
[nomerge       ]   dev-lang/php-7.2.10:7.2::gentoo  USE="acl apache2 bcmath berkdb bzip2 cgi cli ctype curl fileinfo filter fpm ftp gd gdbm hash iconv imap ipv6 json ldap mhash mysql mysqli nls odbc opcache pcntl pdo phar posix postgres readline session sharedmem simplexml sockets spell sqlite ssl sysvipc tokenizer truetype unicode xml xmlreader xmlrpc xmlwriter zip zlib -argon2 -calendar -cdb -cjk -coverage -debug -embed -enchant -exif -firebird -flatfile -gmp -inifile -intl -iodbc -kerberos -ldap-sasl -libedit -libressl -lmdb -mssql -oci8-instant-client -phpdbg -qdbm -recode (-selinux) -session-mm -snmp -soap -sodium -systemd -test -threads -tidy -tokyocabinet -wddx -webp -xpm -xslt -zip-encryption" 
[ebuild     U  ]    dev-db/unixODBC-2.3.7::gentoo [2.3.6::gentoo] USE="minimal odbcmanual unicode -static-libs" ABI_X86="(64) -32 (-x32)" 1,631 KiB
[ebuild     U  ]    www-servers/apache-2.4.35:2::gentoo [2.4.34-r2:2::gentoo] USE="doc gdbm ldap ssl suexec suexec-caps -debug -libressl (-selinux) -static -suexec-syslog -threads" APACHE2_MODULES="access_compat actions alias asis auth_basic auth_digest authn_alias authn_anon authn_core authn_dbd authn_dbm authn_file authz_core authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi dav dav_fs dav_lock dbd deflate dir env expires ext_filter file_cache filter headers ident imagemap include info log_config log_forensic logio mime mime_magic negotiation proxy proxy_ajp proxy_connect proxy_fcgi proxy_http rewrite setenvif socache_shmcb speling status substitute unique_id unixd userdir usertrack vhost_alias -authz_dbd -brotli -cache_disk -cache_socache -cern_meta -cgid -charset_lite -dumpio -http2 -lbmethod_bybusyness -lbmethod_byrequests -lbmethod_bytraffic -lbmethod_heartbeat -macro -md -proxy_balancer -proxy_ftp -proxy_html -proxy_scgi -proxy_wstunnel -!
 ratelimit -remoteip -reqtimeout -slotmem_shm -version -watchdog -xml2enc" APACHE2_MPMS="prefork -event -worker" 6,880 KiB
[ebuild     U  ]     app-admin/apache-tools-2.4.35::gentoo [2.4.34::gentoo] USE="ssl -libressl" 0 KiB
[ebuild     U  ]  media-libs/opus-1.3_rc2::gentoo [1.2.1::gentoo] USE="doc -custom-modes -static-libs (-ambisonics%)" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse" 1,010 KiB
[ebuild     U  ]  media-plugins/gst-plugins-a52dec-1.14.3:1.0::gentoo [1.14.2:1.0::gentoo] USE="orc" ABI_X86="(64) -32 (-x32)" 0 KiB
[nomerge       ] media-sound/abcde-2.8.1::gentoo  USE="aac cdparanoia cdr flac id3tag lame musicbrainz vorbis -mac -musepack -normalize -opus -replaygain -speex -wavpack" 
[nomerge       ]  virtual/cdrtools-1::mv 
[ebuild     U  ]   app-shells/schily-tools-2018.09.26::mv [2018.09.04::mv] USE="acl doc filecaps nls unicode xattr -caps -suid" RENAMESCHILY="calc compare count jsh libschily man2html p" SCHILYTOOLS="bosh calc calltree cdrtools change compare copy count cpp cstyle cut hdump lndir man2html match mdigest obosh p paste patch pbosh sccs sfind smake star termcap translit udiff ved -label -manmake -mountcd -pxupgrade" 4,197 KiB
[ebuild     U  ] net-libs/nodejs-9.11.2::gentoo [8.12.0::gentoo] USE="npm snapshot ssl -debug -doc -icu -inspector -systemtap -test" CPU_FLAGS_X86="sse2" PYTHON_TARGETS="python2_7" 18,075 KiB
[nomerge       ] dev-vcs/bzr-2.7.1_pre::gentoo  USE="doc sftp -curl -linguas_ar -linguas_ast -linguas_bs -linguas_ca -linguas_cs -linguas_de -linguas_el -linguas_en_AU -linguas_en_GB -linguas_es -linguas_fa -linguas_fo -linguas_fr -linguas_gl -linguas_he -linguas_id -linguas_it -linguas_ja -linguas_ko -linguas_ms -linguas_my -linguas_nb -linguas_nl -linguas_oc -linguas_pl -linguas_pt_BR -linguas_ro -linguas_ru -linguas_sco -linguas_si -linguas_sk -linguas_sr -linguas_sv -linguas_tr -linguas_ug -linguas_uk -linguas_vi -linguas_zh_CN -test" PYTHON_TARGETS="python2_7" 
[ebuild     U  ]  dev-python/paramiko-2.4.2::gentoo [2.4.1::gentoo] USE="doc -examples (-server) -test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 283 KiB
[nomerge       ]   dev-python/pynacl-1.2.1::gentoo  USE="-test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 
[ebuild     U  ]    dev-libs/libsodium-1.0.16-r2:0/23::gentoo [1.0.16-r1:0/23::gentoo] USE="asm urandom -minimal -static-libs" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse4_1 -aes" 0 KiB
[ebuild  rR    ] media-video/mpv-0.27.2::gentoo  USE="X alsa cdda cli doc dvd egl encode iconv jpeg lcms libass lua luajit opengl uchardet xv zlib zsh-completion (-aqua) -archive -bluray (-coreaudio) -cplugins -cuda -drm -dvb -gbm -jack -javascript (-libav) -libcaca -libmpv -openal -oss -pulseaudio (-raspberry-pi) -rubberband -samba -sdl (-selinux) -test -tools -v4l -vaapi -vdpau -wayland" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 0 KiB
[nomerge       ] media-video/totem-3.24.0::gentoo  USE="introspection nautilus python -debug -lirc -test" PYTHON_SINGLE_TARGET="python3_5 -python3_4 -python3_6" PYTHON_TARGETS="python3_5 -python3_4 -python3_6" 
[nomerge       ]  media-libs/clutter-1.26.2-r1:1.0::gentoo  USE="X doc egl gtk introspection wayland (-aqua) -debug -test" 
[ebuild     U  ]   dev-libs/json-glib-1.4.4::gentoo [1.2.8::gentoo] USE="introspection -gtk-doc% (-debug%)" ABI_X86="(64) -32 (-x32)" 162 KiB
[ebuild     U  ]  media-plugins/gst-plugins-taglib-1.14.4:1.0::gentoo [1.14.2:1.0::gentoo] ABI_X86="(64) -32 (-x32)" 0 KiB
[nomerge       ]  media-plugins/grilo-plugins-0.3.7:0.3::gentoo  USE="dvd gnome-online-accounts tracker youtube (-chromaprint) -daap -examples -flickr -freebox (-lua) -subtitles -test -thetvdb -upnp-av -vimeo" 
[nomerge       ]   dev-libs/libgdata-0.17.9-r1:0/22::gentoo  USE="crypt gnome-online-accounts introspection -static-libs -test -vala" 
[ebuild     U  ]    net-libs/gnome-online-accounts-3.26.2:0/1::gentoo [3.24.5:0/1::gentoo] USE="gnome introspection -debug -kerberos -vala" 1,373 KiB
[ebuild  rR    ]     net-libs/webkit-gtk-2.20.5:4/37::gentoo  USE="X doc egl geolocation gnome-keyring gstreamer introspection jit libnotify nsplugin opengl spell webgl (-aqua) -coverage -gles2 -test -wayland" 0 KiB
[nomerge       ]      media-libs/woff2-1.0.2-r1::gentoo 
[ebuild     U  ]       app-arch/brotli-1.0.6-r1:0/1::gentoo [1.0.5:0/1::gentoo] USE="-python -test" ABI_X86="(64%*) -32% (-x32)" PYTHON_TARGETS="python2_7 python3_5 -pypy -python3_4 -python3_6 -python3_7" 23,270 KiB
[ebuild     U  ]     gnome-base/gnome-control-center-3.26.2-r1:2::gentoo [3.24.3:2::local_ebuilds] USE="bluetooth colord cups gnome-online-accounts ibus networkmanager -debug -kerberos -v4l -wayland" INPUT_DEVICES="-wacom" 7,369 KiB
[ebuild     U  ]      gnome-base/gnome-settings-daemon-3.26.2-r1::gentoo [3.24.4::gentoo] USE="colord cups policykit systemd%* udev -debug -elogind% -networkmanager -smartcard (-test) -wayland (-openrc-force%)" INPUT_DEVICES="-wacom" 1,594 KiB
[ebuild     U  ]       sys-power/upower-0.99.8:0/3::gentoo [0.99.7:0/3::gentoo] USE="doc introspection -ios (-selinux)" 439 KiB
[blocks b      ]       <gnome-base/gnome-session-3.25.4 ("<gnome-base/gnome-session-3.25.4" is blocking gnome-base/gnome-settings-daemon-3.26.2-r1)
[ebuild     U  ]        gnome-base/gnome-session-3.26.1::gentoo [3.24.2-r1::gentoo] USE="doc ipv6 systemd" 765 KiB
[uninstall     ]        gnome-base/gnome-session-3.24.2-r1::gentoo  USE="doc ipv6 systemd" 
[nomerge       ]      gnome-extra/nm-applet-1.8.18::gentoo  USE="gcr introspection modemmanager -ayatana (-selinux) -teamd" 
[ebuild     U  ]       net-misc/networkmanager-1.14.0::gentoo [1.12.2::gentoo] USE="bluetooth dhclient introspection modemmanager ncurses nss policykit ppp systemd wext wifi -audit -connection-sharing -consolekit -dhcpcd -elogind -gnutls -iwd -json -ofono -ovs -resolvconf (-selinux) -teamd -test -vala" ABI_X86="(64) -32 (-x32)" 4,287 KiB
[ebuild     U  ]        net-dialup/ppp-2.4.7-r7:0/2.4.7::gentoo [2.4.7-r6:0/2.4.7::gentoo] USE="ipv6 pam -activefilter -atm -dhcp -eap-tls -gtk -libressl -radius" 40 KiB
[ebuild     U  ]      sys-apps/accountsservice-0.6.50-r1::gentoo [0.6.50::gentoo] USE="doc introspection systemd -elogind (-selinux)" 0 KiB
[ebuild     U  ]      net-fs/samba-4.9.1::gentoo [4.9.0::gentoo] USE="acl client cups fam ldap pam system-mitkrb5 systemd winbind -addc -addns -ads -ceph -cluster -debug (-dmapi) -gnutls -gpg -iprint -json -python -quota (-selinux) -syslog (-system-heimdal) -test -zeroconf" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7" 17,596 KiB
[nomerge       ]       dev-python/subunit-1.2.0-r1::gentoo  USE="-static-libs -test" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6" 
[nomerge       ]        dev-python/testtools-2.3.0::gentoo  USE="doc -test" PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6" 
[nomerge       ]         dev-python/unittest2-1.1.0::gentoo  PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6" 
[nomerge       ]          dev-python/traceback2-1.4.0::gentoo  PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6" 
[nomerge       ]           dev-python/linecache2-1.0.0::gentoo  USE="-test" PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6" 
[ebuild     U  ]            dev-python/pbr-4.3.0::gentoo [4.2.0-r2::gentoo] USE="-test" PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6 -python3_7" 111 KiB
[ebuild  rR    ]      x11-drivers/xf86-input-libinput-0.28.0-r1::gentoo  0 KiB
[ebuild  r  U  ]       x11-base/xorg-server-1.20.1:0/1.20.1::gentoo [1.20.0:0/1.20.0::gentoo] USE="doc glamor ipv6 kdrive systemd udev xorg -debug -dmx -libressl -minimal (-selinux) -static-libs -unwind -wayland -xcsecurity -xephyr -xnest -xvfb" 5,961 KiB
[nomerge       ]        x11-base/xorg-drivers-1.20::gentoo  INPUT_DEVICES="keyboard libinput mouse -elographics -evdev -joystick -synaptics -tslib -vmmouse -void -wacom" VIDEO_CARDS="nouveau -amdgpu -ast -dummy -fbdev (-freedreno) (-geode) -glint -i915 -i965 -intel -mga -nv -nvidia (-omap) -qxl -r128 -radeon -radeonsi -siliconmotion (-tdfx) (-tegra) (-vc4) -vesa -via -virtualbox -vmware (-voodoo)" 
[ebuild  rR    ]         x11-drivers/xf86-video-nouveau-1.0.15-r1::gentoo  0 KiB
[ebuild  rR    ]         x11-drivers/xf86-input-keyboard-1.9.0::gentoo  0 KiB
[ebuild  rR    ]         x11-drivers/xf86-input-mouse-1.9.3::gentoo  0 KiB
[nomerge       ]      gnome-extra/gnome-color-manager-3.24.0::gentoo  USE="(-packagekit) -raw -test" 
[ebuild     U  ]       media-libs/libexif-0.6.21-r2::gentoo [0.6.21-r1::gentoo] USE="doc nls -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  rR    ]   app-misc/tracker-1.12.4:0/100::gentoo  USE="exif flac gif gstreamer gtk iso jpeg miner-fs mp3 nautilus pdf seccomp tiff upower vorbis xml -cue -ffmpeg -firefox-bookmarks -gsf -iptc -libav -networkmanager -playlist -rss -stemmer -test -thunderbird -upnp-av -xmp -xps" 0 KiB
[nomerge       ]    virtual/imagemagick-tools-0::gentoo  USE="jpeg png svg tiff -perl" 
[ebuild     U  ]     media-gfx/imagemagick-7.0.8.12:0/7.0.8.12::gentoo [7.0.8.11:0/7.0.8.11::gentoo] USE="X bzip2 cxx jpeg lcms openmp pango png svg tiff truetype xml zlib -corefonts -djvu -fftw -fontconfig -fpx -graphviz -hdri -heif% -jbig -jpeg2k -lqr -lzma -opencl -openexr -perl -postscript -q32 -q8 -raw -static-libs -test -webp -wmf" 8,429 KiB
[nomerge       ]    gnome-extra/nautilus-tracker-tags-1.12.4::gentoo 
[nomerge       ]     gnome-base/nautilus-3.24.2.1-r1::gentoo  USE="exif gnome introspection previewer tracker (-packagekit) (-selinux) -sendto -test -xmp" 
[nomerge       ]      gnome-extra/sushi-3.24.0::gentoo  USE="-office" 
[ebuild     U  ]       dev-libs/gjs-1.50.4::gentoo [1.48.7::gentoo] USE="cairo gtk -examples -test" 598 KiB
[ebuild     U  ]       app-text/evince-3.28.4:0/evd3.4-evv3.3::gentoo [3.28.2:0/evd3.4-evv3.3::gentoo] USE="gnome gnome-keyring gstreamer introspection nautilus nsplugin postscript tiff -djvu -dvi -t1lib -xps" 2,124 KiB
[ebuild     U  ]  media-plugins/gst-plugins-meta-1.14.3:1.0::gentoo [1.14.1:1.0::gentoo] USE="X a52 aac alsa cdda dts dvd ffmpeg flac mp3 mpeg ogg vorbis x264 -dv -dvb -http -jack -lame -libass -libvisual -mms -modplug -opus -oss -pulseaudio -taglib -theora -v4l -vaapi -vcd -vpx -wavpack" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ]   media-plugins/gst-plugins-faad-1.14.3:1.0::gentoo [1.14.2:1.0::gentoo] ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ]   media-plugins/gst-plugins-dvdread-1.14.3:1.0::gentoo [1.14.2:1.0::gentoo] ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ]   media-plugins/gst-plugins-cdio-1.14.3:1.0::gentoo [1.14.2:1.0::gentoo] ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ]   media-plugins/gst-plugins-mpg123-1.14.4:1.0::gentoo [1.14.2:1.0::gentoo] ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ]   media-plugins/gst-plugins-flac-1.14.4:1.0::gentoo [1.14.2:1.0::gentoo] ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ]   media-plugins/gst-plugins-resindvd-1.14.3:1.0::gentoo [1.14.2:1.0::gentoo] ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ]   media-plugins/gst-plugins-dts-1.14.3:1.0::gentoo [1.14.2:1.0::gentoo] USE="orc" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ]   media-plugins/gst-plugins-mpeg2dec-1.14.3:1.0::gentoo [1.14.2:1.0::gentoo] ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ] dev-lisp/sbcl-1.4.12:0/1.4.12::gentoo [1.4.11:0/1.4.11::gentoo] USE="doc threads unicode zlib -debug -pax_kernel -source" 16,009 KiB
[ebuild     U  ] sys-kernel/linux-firmware-20181001::gentoo [20180913::gentoo] USE="-savedconfig" 154,686 KiB
[nomerge       ] sys-apps/openrc-0.38.2::gentoo  USE="ncurses netifrc pam unicode -audit -debug -newnet (-prefix) (-selinux) -static-libs" 
[ebuild     U  ]  sys-process/psmisc-23.2-r1::gentoo [23.1-r1::gentoo] USE="X ipv6 nls (-selinux)" 5 KiB
[nomerge       ] app-portage/layman-2.4.2-r1::gentoo  USE="git sync-plugin-portage -bazaar -cvs -darcs -g-sorcery -gpg -mercurial -sqlite -squashfs -subversion -test" PYTHON_TARGETS="python2_7 python3_5 -pypy -python3_4 -python3_6" 
[ebuild     U  ]  dev-vcs/git-2.19.1::gentoo [2.19.0::gentoo] USE="blksha1 curl doc gnome-keyring gpg iconv nls pcre pcre-jit perl python threads webdav -cgi -cvs -emacs -highlight -libressl -mediawiki -mediawiki-experimental (-ppcsha1) -subversion -test -tk -xinetd" PYTHON_TARGETS="python2_7" 6,721 KiB
[ebuild     U  ] app-text/linuxdoc-tools-0.9.73::gentoo [0.9.72::gentoo] USE="-doc" 600 KiB
[nomerge       ] dev-util/catalyst-9999::gentoo  USE="doc -ccache -system-bootloader" PYTHON_TARGETS="python3_5 -python3_4 -python3_6" 
[nomerge       ]  sys-boot/syslinux-6.04_pre1::gentoo  USE="-custom-cflags" 
[ebuild     U  ]   sys-fs/mtools-4.0.19::gentoo [4.0.18-r2::gentoo] USE="X" 436 KiB
[ebuild     U  ] app-admin/sudo-1.8.25_p1-r1::gentoo [1.8.25_p1::gentoo] USE="ldap nls pam sendmail -gcrypt -offensive -openssl -sasl (-selinux) -skey -sssd%" 0 KiB
[ebuild     U  ] net-ftp/proftpd-1.3.6-r2::gentoo [1.3.6-r1::gentoo] USE="acl caps doc ifsession ipv6 ldap ncurses nls pam pcre rewrite ssl tcpd -authfile -ban -case -clamav -copy -ctrls -deflate -diskuse -dso -dynmasq -exec -ident -ifversion -kerberos -libressl -log_forensic -memcache -msg -mysql -postgres -qos -radius -ratio -readme (-selinux) -sftp -shaper -sitemisc -snmp -softquota -sqlite -test -unique_id -vroot -xinetd" 0 KiB
[ebuild     U  ] app-admin/ansible-2.7.0::gentoo [2.6.4::gentoo] USE="doc -test" PYTHON_TARGETS="python2_7 python3_5 -python3_6" 11,498 KiB
[nomerge       ]  dev-python/netaddr-0.7.19::gentoo  USE="cli -test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 
[nomerge       ]   dev-python/ipython-5.8.0::gentoo  USE="qt5 smp wxwidgets -doc -examples -matplotlib -nbconvert -notebook -test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 
[nomerge       ]    dev-python/qtconsole-4.3.1::gentoo  USE="doc -test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 
[nomerge       ]     dev-python/ipykernel-4.8.2::gentoo  USE="-test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 
[nomerge       ]      www-servers/tornado-5.1::gentoo  USE="doc -examples -test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6 -python3_7" 
[nomerge       ]       dev-python/twisted-18.7.0::gentoo  USE="crypt soap -conch -http2 -serial -test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6 -python3_7" 
[nomerge       ]        dev-python/automat-0.7.0::gentoo  USE="-examples -test" PYTHON_TARGETS="python2_7 python3_5 -pypy -python3_4 -python3_6" 
[nomerge       ]         dev-python/m2r-0.1.14::gentoo  USE="-test" PYTHON_TARGETS="python2_7 python3_5 -pypy -python3_4 -python3_6" 
[ebuild     U  ]          dev-python/mistune-0.8.3::gentoo [0.7.4::gentoo] USE="-test" PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6 -python3_7%" 58 KiB
[nomerge       ]    dev-python/ipyparallel-6.0.2-r1::gentoo  USE="-doc -test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 
[nomerge       ]     dev-python/notebook-5.2.1::gentoo  USE="-doc -test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 
[nomerge       ]      dev-python/nbconvert-5.2.1::gentoo  USE="-doc -test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 
[ebuild     U  ]       dev-python/bleach-3.0.0::gentoo [2.1.3::gentoo] USE="-test" PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6 -python3_7%" 161 KiB
[ebuild     U  ] sys-fs/zfs-0.7.11::gentoo [0.7.9-r1::gentoo] USE="rootfs -custom-cflags -debug (-kernel-builtin) -static-libs -test-suite" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 0 KiB
[nomerge       ] app-arch/alien-8.95-r1::gentoo  USE="bzip2" 
[ebuild     U  ]  app-arch/dpkg-1.19.1::gentoo [1.19.0.5::gentoo] USE="bzip2 lzma nls unicode update-alternatives zlib -libmd% (-selinux) -static-libs% -test" 4,494 KiB
[ebuild     U  ]  dev-util/debhelper-11.4.1::gentoo [11.3.5::gentoo] USE="-test" L10N="-de -es -fr" 464 KiB
[ebuild     U  ] sys-apps/lm_sensors-3.4.0_p20180923:0/4.4.0::gentoo [3.4.0_p20180820:0/4.4.0::gentoo] USE="-contrib -sensord -static-libs" ABI_X86="(64) -32 (-x32)" 259 KiB
[ebuild     U  ] app-arch/rar-5.6.1_p20180930::gentoo [5.6.1_beta1_p20180903::gentoo] USE="-all_sfx" 530 KiB
[ebuild     U  ] mail-filter/spamassassin-3.4.2-r1::gentoo [3.4.1-r21::gentoo] USE="berkdb ipv6 ldap ssl -cron -libressl -mysql -postgres -qmail -sqlite -test" 2,637 KiB
[ebuild     U  ] www-client/firefox-62.0.3::gentoo [62.0-r1::mv] USE="dbus gmp-autoupdate pulseaudio screenshot startup-notification -bindist -clang% -custom-cflags -custom-optimization -debug -eme-free -geckodriver% -hardened -hwaccel -jack -lto% (-neon) (-selinux) -system-harfbuzz -system-icu -system-jpeg -system-libevent -system-libvpx -system-sqlite -test -wifi" L10N="-ach -af -an -ar -as -ast -az -bg -bn-BD -bn-IN -br -bs -ca -cak -cs -cy -da -de -dsb -el -en-GB -en-ZA -eo -es-AR -es-CL -es-ES -es-MX -et -eu -fa -ff -fi -fr -fy -ga -gd -gl -gn -gu -he -hi -hr -hsb -hu -hy -id -is -it -ja -ka -kab -kk -km -kn -ko -lij -lt -lv -mai -mk -ml -mr -ms -nb -nl -nn -or -pa -pl -pt-BR -pt-PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv -ta -te -th -tr -uk -uz -vi -xh -zh-CN -zh-TW" 253,449 KiB
[ebuild     U  ]  virtual/rust-1.29.1::gentoo [1.28.0::gentoo] 0 KiB
[ebuild     U  ]   dev-lang/rust-1.29.1:stable/1.29::gentoo [1.28.0-r1:stable/1.28::gentoo] USE="doc jemalloc -cargo (-clippy) -debug -libressl -rls -rustfmt -wasm" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2%*" LLVM_TARGETS="(X86) -AArch64 -AMDGPU -ARM -BPF -Hexagon -Lanai -MSP430 -Mips -NVPTX -PowerPC -Sparc -SystemZ -XCore" 191,463 KiB
[ebuild     U  ]    dev-util/cargo-0.30.0::gentoo [0.29.0::gentoo] USE="doc -debug -libressl" 19,964 KiB
[ebuild     U  ]     net-libs/libssh2-1.8.0-r2::gentoo [1.8.0-r1::gentoo] USE="zlib -gcrypt -libressl -mbedtls% (-static-libs%) (-test%)" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  NS    ]  sys-devel/clang-7.0.0:7::gentoo [5.0.1:5::gentoo, 6.0.1:6::gentoo] USE="doc static-analyzer xml -debug -default-compiler-rt -default-libcxx -test (-z3)" ABI_X86="(64) -32 (-x32)" LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARM -Hexagon -Lanai -MSP430 -Mips -PowerPC -Sparc -SystemZ -XCore" PYTHON_TARGETS="python2_7" 13,130 KiB
[ebuild     U  ]   sys-devel/clang-common-7.0.0::gentoo [6.0.1::gentoo] 0 KiB
[ebuild  NS    ]   sys-devel/clang-runtime-7.0.0:7.0.0::gentoo [5.0.0:5.0.0::gentoo, 5.0.1:5.0.1::gentoo, 6.0.0-r1:6.0.0::gentoo, 6.0.1:6.0.1::gentoo] USE="compiler-rt openmp sanitize -crt -libcxx" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  NS    ]    sys-libs/compiler-rt-7.0.0:7.0.0::gentoo [5.0.0:5.0.0::gentoo, 5.0.1:5.0.1::gentoo, 6.0.0:6.0.0::gentoo, 6.0.1:6.0.1::gentoo] USE="clang -test" 1,773 KiB
[ebuild  NS    ]    sys-libs/compiler-rt-sanitizers-7.0.0:7.0.0::gentoo [5.0.0:5.0.0::gentoo, 5.0.1:5.0.1::gentoo, 6.0.0:6.0.0::gentoo, 6.0.1:6.0.1::gentoo] USE="clang -test" 0 KiB
[ebuild     U  ]    sys-libs/libomp-7.0.0::gentoo [6.0.1::gentoo] USE="-cuda -hwloc -offload -ompt -test" ABI_X86="(64) -32 (-x32)" 890 KiB
[ebuild     U  ]  virtual/cargo-1.29.1::gentoo [1.28.0::gentoo] 0 KiB
[ebuild     U  ] sys-kernel/dracut-048::gentoo [047-r1::gentoo] USE="-debug (-selinux)" 302 KiB
[ebuild     U  ] net-vpn/libreswan-3.26::gentoo [3.25::gentoo] USE="ldap pam seccomp systemd -caps -curl -dnssec (-selinux) -test" 3,620 KiB
[ebuild     U  ] sys-devel/crossdev-20180918::gentoo [20180818::gentoo] 27 KiB
[ebuild  NS    ] www-apps/nextcloud-14.0.1:14.0.1::gentoo [12.0.4:12.0.4::gentoo, 12.0.7:12.0.7::gentoo, 12.0.11:12.0.11::gentoo, 13.0.0:13.0.0::gentoo, 13.0.1:13.0.1::gentoo, 13.0.2:13.0.2::gentoo, 13.0.4:13.0.4::gentoo, 13.0.5:13.0.5::gentoo, 14.0.0:14.0.0::gentoo] USE="curl postgres sqlite vhosts -mysql" 48,596 KiB
[ebuild     U  ] net-misc/youtube-dl-2018.09.26::gentoo [2018.09.10::gentoo] USE="offensive -test" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 2,972 KiB
[nomerge       ] media-sound/rhythmbox-3.4.2::gentoo  USE="cdr dbus gnome-keyring libnotify nsplugin python udev -daap -ipod -lirc -mtp -test -upnp-av" PYTHON_SINGLE_TARGET="python3_5 -python3_4 -python3_6" PYTHON_TARGETS="python3_5 -python3_4 -python3_6" 
[ebuild     U  ]  media-plugins/gst-plugins-soup-1.14.4:1.0::gentoo [1.14.2:1.0::gentoo] ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ]  media-plugins/gst-plugins-libmms-1.14.3:1.0::gentoo [1.14.2:1.0::gentoo] ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ] app-editors/vim-8.1.0412::gentoo [8.1.0034::gentoo] USE="X acl gpm nls -cscope -debug -lua -luajit -minimal -perl -python -racket -ruby (-selinux) -tcl -terminal -vim-pager" PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4 -python3_6" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6" 13,533 KiB
[ebuild     U  ]  app-editors/vim-core-8.1.0412::gentoo [8.1.0034::gentoo] USE="acl nls -minimal" 0 KiB
[ebuild     U  ] net-dns/bind-9.12.2_p2::gentoo [9.12.2_p1::gentoo] USE="berkdb caps dlz doc ipv6 ldap ssl threads xml zlib -dnsrps -dnstap -fixed-rrset -geoip -gost -gssapi -idn -json -libidn2 -libressl -lmdb -mysql -odbc -postgres -python -rpz (-seccomp) (-selinux) -static-libs -urandom" PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6 -python3_7%" 0 KiB
[ebuild   R    ] dev-lang/mono-4.4.1.0::gentoo  USE="nls (-doc) -minimal -pax_kernel -xen" ABI_X86="(64) -32 (-x32)" KERNEL="(linux%*)" 0 KiB
[ebuild  rR    ] dev-lang/ghc-8.4.3:0/8.4.3::haskell  USE="doc gmp -binary -ghcbootstrap -ghcmakebinary -profile" 0 KiB
[nomerge       ] media-video/dvdrip-0.98.11-r4::gentoo  USE="ffmpeg mplayer ogg subtitles vorbis xine xvid -fping -libav -vcd" 
[nomerge       ]  media-video/transcode-1.1.7-r3::gentoo  USE="X a52 aac alsa dvd iconv jpeg mp3 mpeg ogg quicktime sdl theora truetype vorbis x264 xml xvid (-altivec) -dv -imagemagick -lzo -mjpeg (-nuv) -oss (-pic) -postproc -v4l" CPU_FLAGS_X86="mmx sse sse2 -3dnow" 
[ebuild     U  ]   media-libs/libquicktime-1.2.4-r3::gentoo [1.2.4-r2::gentoo] USE="X aac alsa doc encode ffmpeg gtk jpeg lame opengl png vorbis x264 -dv -libav -schroedinger -static-libs" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="mmx" 0 KiB

Total: 170 packages (138 upgrades, 8 in new slots, 24 reinstalls, 1 uninstall), Size of downloads: 1,091,510 KiB
Conflict: 1 block

The following packages are causing rebuilds:

  (media-libs/libass-0.14.0:0/9::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (media-video/mplayer-1.3.0-r5:0/0::gentoo, ebuild scheduled for merge)
    (media-video/mpv-0.27.2:0/0::gentoo, ebuild scheduled for merge)
    (media-video/handbrake-1.1.1:0/0::gentoo, ebuild scheduled for merge)
  (virtual/libffi-3.3_rc0:0/7::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (dev-lang/ghc-8.4.3:0/8.4.3::haskell, ebuild scheduled for merge)
    (dev-libs/gobject-introspection-1.56.1:0/0::gentoo, ebuild scheduled for merge)
    (dev-libs/wayland-1.15.0:0/0::gentoo, ebuild scheduled for merge)
  (x11-base/xorg-server-1.20.1:0/1.20.1::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (x11-drivers/xf86-video-nouveau-1.0.15-r1:0/0::gentoo, ebuild scheduled for merge)
    (x11-drivers/xf86-input-keyboard-1.9.0:0/0::gentoo, ebuild scheduled for merge)
    (x11-drivers/xf86-input-libinput-0.28.0-r1:0/0::gentoo, ebuild scheduled for merge)
    (x11-drivers/xf86-input-mouse-1.9.3:0/0::gentoo, ebuild scheduled for merge)
  (sys-libs/binutils-libs-2.31.1-r1:0/2.31.1-r1::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (x11-libs/cairo-1.14.12:0/0::gentoo, ebuild scheduled for merge)
  (dev-libs/icu-62.1:0/62.1::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (app-misc/tracker-1.12.4:0/100::gentoo, ebuild scheduled for merge)
    (app-text/texlive-core-2017-r4:0/0::gentoo, ebuild scheduled for merge)
    (dev-tex/bibtexu-3.71_p20170524:0/0::gentoo, ebuild scheduled for merge)
    (dev-qt/qtwebkit-5.212.0_pre20180120:5/5.212::gentoo, ebuild scheduled for merge)
    (app-text/calibre-3.26.1:0/0::gentoo, ebuild scheduled for merge)
    (media-libs/harfbuzz-1.9.0:0/0.9.18::gentoo, ebuild scheduled for merge)
    (dev-libs/libical-3.0.3:0/3::gentoo, ebuild scheduled for merge)
    (dev-lang/spidermonkey-52.9.1_pre1:52/52::gentoo, ebuild scheduled for merge)
    (net-libs/webkit-gtk-2.20.5:4/37::gentoo, ebuild scheduled for merge)
    (dev-qt/qtcore-5.11.1-r1:5/5.11::gentoo, ebuild scheduled for merge)
  (dev-libs/json-c-0.13.1-r1:0/4::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (sys-fs/cryptsetup-2.0.4-r1:0/12::gentoo, ebuild scheduled for merge)
    (net-wireless/bluez-5.50:0/3::gentoo, ebuild scheduled for merge)

Would you like to merge these packages? [Yes/No] no

Quitting.


Script done on 2018-10-06 10:14:32-04:00

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-06 18:04       ` John Covici
@ 2018-10-06 18:55         ` Rich Freeman
  2018-10-06 20:29           ` John Covici
  0 siblings, 1 reply; 19+ messages in thread
From: Rich Freeman @ 2018-10-06 18:55 UTC (permalink / raw
  To: gentoo-user

On Sat, Oct 6, 2018 at 2:04 PM John Covici <covici@ccs.covici.com> wrote:
>
> So, I have not been able to figure this out, it did not abort and
> wants to install the masked package, so hear is the whole output ---
> thanks for all your help.
>

What is the actual package.mask set to?  Does the same mask cover both
the installed and upgraded version of gtk+?  It seems odd to me that
emerge would even offer the option to continue if a package was
masked.  You might want to check with the portage team.

-- 
Rich


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-user] Re: how to prevent portage from installing masked package
  2018-10-06 11:05 [gentoo-user] how to prevent portage from installing masked package John Covici
  2018-10-06 12:26 ` Neil Bothwick
@ 2018-10-06 19:44 ` Martin Vaeth
  2018-10-06 22:51   ` John Covici
  1 sibling, 1 reply; 19+ messages in thread
From: Martin Vaeth @ 2018-10-06 19:44 UTC (permalink / raw
  To: gentoo-user

John Covici <covici@ccs.covici.com> wrote:
> [ebuild     U #] x11-libs/gtk+-3.24.1:3::mv [3.22.30:3::gentoo]
> prevent the install of the newer gtk+ which breaks some accessibility
> features?

With USE="atk-bridge adwaita-icon-theme" this "breakage" will not happen.



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-06 18:55         ` Rich Freeman
@ 2018-10-06 20:29           ` John Covici
  2018-10-06 21:34             ` Jack
  2018-10-06 23:11             ` Rich Freeman
  0 siblings, 2 replies; 19+ messages in thread
From: John Covici @ 2018-10-06 20:29 UTC (permalink / raw
  To: gentoo-user

On Sat, 06 Oct 2018 14:55:53 -0400,
Rich Freeman wrote:
> 
> On Sat, Oct 6, 2018 at 2:04 PM John Covici <covici@ccs.covici.com> wrote:
> >
> > So, I have not been able to figure this out, it did not abort and
> > wants to install the masked package, so hear is the whole output ---
> > thanks for all your help.
> >
> 
> What is the actual package.mask set to?  Does the same mask cover both
> the installed and upgraded version of gtk+?  It seems odd to me that
> emerge would even offer the option to continue if a package was
> masked.  You might want to check with the portage team.

The line in my /etc/portage/package.mask says
>x11-libs/gtk+-3.22.30

How do I get in touch with the portage team?

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-06 20:29           ` John Covici
@ 2018-10-06 21:34             ` Jack
  2018-10-07  0:39               ` Paul Colquhoun
  2018-10-06 23:11             ` Rich Freeman
  1 sibling, 1 reply; 19+ messages in thread
From: Jack @ 2018-10-06 21:34 UTC (permalink / raw
  To: gentoo-user

On 2018.10.06 16:29, John Covici wrote:
> On Sat, 06 Oct 2018 14:55:53 -0400, Rich Freeman wrote:
> > On Sat, Oct 6, 2018 at 2:04 PM John Covici <covici@ccs.covici.com>  
> wrote:
>>> So, I have not been able to figure this out, it did not abort and  
>>> wants to install the masked package, so hear is the whole output  
>>> --- thanks for all your help.
> > >
>> What is the actual package.mask set to?  Does the same mask cover  
>> both the installed and upgraded version of gtk+?  It seems odd to me  
>> that emerge would even offer the option to continue if a package was  
>> masked.  You might want to check with the portage team.
> 
> The line in my /etc/portage/package.mask says
> x11-libs/gtk+-3.22.30

For a specific version, you probably want that to be
  =x11-libs/gtk+-3.22.30
or
  >=x11-libs/gtk+-3.22.30

although the # in
[ebuild     U #] x11-libs/gtk+-3.24.1:3::mv [3.22.30:3::gentoo]
seems to show it knows it is listed in package.mask.

Jack

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] Re: how to prevent portage from installing masked package
  2018-10-06 19:44 ` [gentoo-user] " Martin Vaeth
@ 2018-10-06 22:51   ` John Covici
  2018-10-06 23:48     ` Neil Bothwick
  0 siblings, 1 reply; 19+ messages in thread
From: John Covici @ 2018-10-06 22:51 UTC (permalink / raw
  To: gentoo-user

On Sat, 06 Oct 2018 15:44:05 -0400,
Martin Vaeth wrote:
> 
> John Covici <covici@ccs.covici.com> wrote:
> > [ebuild     U #] x11-libs/gtk+-3.24.1:3::mv [3.22.30:3::gentoo]
> > prevent the install of the newer gtk+ which breaks some accessibility
> > features?
> 
> With USE="atk-bridge adwaita-icon-theme" this "breakage" will not happen.
However -adwaita-icon-theme is followed by % -- does this not mean it
cannot be modified by the user?


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-06 20:29           ` John Covici
  2018-10-06 21:34             ` Jack
@ 2018-10-06 23:11             ` Rich Freeman
  2018-10-07  0:43               ` Rich Freeman
  2018-10-07  4:19               ` John Covici
  1 sibling, 2 replies; 19+ messages in thread
From: Rich Freeman @ 2018-10-06 23:11 UTC (permalink / raw
  To: gentoo-user

On Sat, Oct 6, 2018 at 4:29 PM John Covici <covici@ccs.covici.com> wrote:
>
> On Sat, 06 Oct 2018 14:55:53 -0400,
> Rich Freeman wrote:
> >
> > On Sat, Oct 6, 2018 at 2:04 PM John Covici <covici@ccs.covici.com> wrote:
> > >
> > > So, I have not been able to figure this out, it did not abort and
> > > wants to install the masked package, so hear is the whole output ---
> > > thanks for all your help.
> > >
> >
> > What is the actual package.mask set to?  Does the same mask cover both
> > the installed and upgraded version of gtk+?  It seems odd to me that
> > emerge would even offer the option to continue if a package was
> > masked.  You might want to check with the portage team.
>
> The line in my /etc/portage/package.mask says
> >x11-libs/gtk+-3.22.30

Are you sure you don't have it also unmasked in package.unmask or similar?

It looks like the version you already have installed is masked.  So,
perhaps portage doesn't consider upgrading from an already-installed
masked version to a newer masked version a problem.

>
> How do I get in touch with the portage team?

Well, aside from pinging on IRC you could file a bug.  I'm not sure if
it is behaving as expected since you already have a masked package
installed.

I'm actually surprised it didn't try to downgrade gtk+ to an older
version, unless something else needs the installed version.  Or unless
you have it unmasked someplace else.

-- 
Rich


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] Re: how to prevent portage from installing masked package
  2018-10-06 22:51   ` John Covici
@ 2018-10-06 23:48     ` Neil Bothwick
  2018-10-07  6:48       ` Martin Vaeth
  0 siblings, 1 reply; 19+ messages in thread
From: Neil Bothwick @ 2018-10-06 23:48 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 433 bytes --]

On Sat, 06 Oct 2018 18:51:11 -0400, John Covici wrote:

> > With USE="atk-bridge adwaita-icon-theme" this "breakage" will not
> > happen.  

> However -adwaita-icon-theme is followed by % -- does this not mean it
> cannot be modified by the user?

No, it means the flag is "newly added or removed", parentheses indicate a
masked flag.


-- 
Neil Bothwick

We never really grow up; we only learn how to act in public.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-06 21:34             ` Jack
@ 2018-10-07  0:39               ` Paul Colquhoun
  2018-10-07  4:21                 ` John Covici
  0 siblings, 1 reply; 19+ messages in thread
From: Paul Colquhoun @ 2018-10-07  0:39 UTC (permalink / raw
  To: gentoo-user

On Sunday, 7 October 2018 8:34:39 AM AEDT Jack wrote:
> On 2018.10.06 16:29, John Covici wrote:
> > On Sat, 06 Oct 2018 14:55:53 -0400, Rich Freeman wrote:
> > > On Sat, Oct 6, 2018 at 2:04 PM John Covici <covici@ccs.covici.com>
> > 
> > wrote:
> >>> So, I have not been able to figure this out, it did not abort and
> >>> wants to install the masked package, so hear is the whole output
> >>> --- thanks for all your help.
> >> 
> >> What is the actual package.mask set to?  Does the same mask cover
> >> both the installed and upgraded version of gtk+?  It seems odd to me
> >> that emerge would even offer the option to continue if a package was
> >> masked.  You might want to check with the portage team.
> > 
> > The line in my /etc/portage/package.mask says
> > x11-libs/gtk+-3.22.30
> 
> For a specific version, you probably want that to be
>   =x11-libs/gtk+-3.22.30
> or
> 
>   >=x11-libs/gtk+-3.22.30
> 
> although the # in
> [ebuild     U #] x11-libs/gtk+-3.24.1:3::mv [3.22.30:3::gentoo]
> seems to show it knows it is listed in package.mask.


Apart from the package.mask syntax error, there is also an emerge flag you 
might want to try:

	--autounmask-keep-masks y

I added this when emerge kept asking me to unmask stuff I had manually masked.


-- 
Reverend Paul Colquhoun, ULC.     http://andor.dropbear.id.au/
  Asking for technical help in newsgroups?  Read this first:
     http://catb.org/~esr/faqs/smart-questions.html#intro





^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-06 23:11             ` Rich Freeman
@ 2018-10-07  0:43               ` Rich Freeman
  2018-10-07  4:19               ` John Covici
  1 sibling, 0 replies; 19+ messages in thread
From: Rich Freeman @ 2018-10-07  0:43 UTC (permalink / raw
  To: gentoo-user

On Sat, Oct 6, 2018 at 7:11 PM Rich Freeman <rich0@gentoo.org> wrote:
>
> On Sat, Oct 6, 2018 at 4:29 PM John Covici <covici@ccs.covici.com> wrote:
> >
> > On Sat, 06 Oct 2018 14:55:53 -0400,
> > Rich Freeman wrote:
> > >
> > > On Sat, Oct 6, 2018 at 2:04 PM John Covici <covici@ccs.covici.com> wrote:
> > > >
> > > > So, I have not been able to figure this out, it did not abort and
> > > > wants to install the masked package, so hear is the whole output ---
> > > > thanks for all your help.
> > > >
> > >
> > > What is the actual package.mask set to?  Does the same mask cover both
> > > the installed and upgraded version of gtk+?  It seems odd to me that
> > > emerge would even offer the option to continue if a package was
> > > masked.  You might want to check with the portage team.
> >
> > The line in my /etc/portage/package.mask says
> > >x11-libs/gtk+-3.22.30
>
> It looks like the version you already have installed is masked.

Disregard this bit.  Between quotes and
oh-well-I-can't-think-of-a-better-excuse I missed that there is no =
there.  I would check for anything unmasking specific versions but I
have no idea offhand why the upgrade is happening...

-- 
Rich


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-06 23:11             ` Rich Freeman
  2018-10-07  0:43               ` Rich Freeman
@ 2018-10-07  4:19               ` John Covici
  1 sibling, 0 replies; 19+ messages in thread
From: John Covici @ 2018-10-07  4:19 UTC (permalink / raw
  To: gentoo-user

On Sat, 06 Oct 2018 19:11:40 -0400,
Rich Freeman wrote:
> 
> On Sat, Oct 6, 2018 at 4:29 PM John Covici <covici@ccs.covici.com> wrote:
> >
> > On Sat, 06 Oct 2018 14:55:53 -0400,
> > Rich Freeman wrote:
> > >
> > > On Sat, Oct 6, 2018 at 2:04 PM John Covici <covici@ccs.covici.com> wrote:
> > > >
> > > > So, I have not been able to figure this out, it did not abort and
> > > > wants to install the masked package, so hear is the whole output ---
> > > > thanks for all your help.
> > > >
> > >
> > > What is the actual package.mask set to?  Does the same mask cover both
> > > the installed and upgraded version of gtk+?  It seems odd to me that
> > > emerge would even offer the option to continue if a package was
> > > masked.  You might want to check with the portage team.
> >
> > The line in my /etc/portage/package.mask says
> > >x11-libs/gtk+-3.22.30
> 
> Are you sure you don't have it also unmasked in package.unmask or similar?
> 
> It looks like the version you already have installed is masked.  So,
> perhaps portage doesn't consider upgrading from an already-installed
> masked version to a newer masked version a problem.
> 
> >
> > How do I get in touch with the portage team?
> 
> Well, aside from pinging on IRC you could file a bug.  I'm not sure if
> it is behaving as expected since you already have a masked package
> installed.
> 
> I'm actually surprised it didn't try to downgrade gtk+ to an older
> version, unless something else needs the installed version.  Or unless
> you have it unmasked someplace else.

Ahhh, that was the secret, I had a huge unmask file originally for
gnome -- a much older version and there it was, >gtk+3.21 .

Thanks a lot for your help and I will now see if it behaves better.

And yep, it is now working as expected.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] how to prevent portage from installing masked package
  2018-10-07  0:39               ` Paul Colquhoun
@ 2018-10-07  4:21                 ` John Covici
  0 siblings, 0 replies; 19+ messages in thread
From: John Covici @ 2018-10-07  4:21 UTC (permalink / raw
  To: gentoo-user

On Sat, 06 Oct 2018 20:39:42 -0400,
Paul Colquhoun wrote:
> 
> On Sunday, 7 October 2018 8:34:39 AM AEDT Jack wrote:
> > On 2018.10.06 16:29, John Covici wrote:
> > > On Sat, 06 Oct 2018 14:55:53 -0400, Rich Freeman wrote:
> > > > On Sat, Oct 6, 2018 at 2:04 PM John Covici <covici@ccs.covici.com>
> > > 
> > > wrote:
> > >>> So, I have not been able to figure this out, it did not abort and
> > >>> wants to install the masked package, so hear is the whole output
> > >>> --- thanks for all your help.
> > >> 
> > >> What is the actual package.mask set to?  Does the same mask cover
> > >> both the installed and upgraded version of gtk+?  It seems odd to me
> > >> that emerge would even offer the option to continue if a package was
> > >> masked.  You might want to check with the portage team.
> > > 
> > > The line in my /etc/portage/package.mask says
> > > x11-libs/gtk+-3.22.30
> > 
> > For a specific version, you probably want that to be
> >   =x11-libs/gtk+-3.22.30
> > or
> > 
> >   >=x11-libs/gtk+-3.22.30
> > 
> > although the # in
> > [ebuild     U #] x11-libs/gtk+-3.24.1:3::mv [3.22.30:3::gentoo]
> > seems to show it knows it is listed in package.mask.
> 
> 
> Apart from the package.mask syntax error, there is also an emerge flag you 
> might want to try:
> 
> 	--autounmask-keep-masks y
> 
> I added this when emerge kept asking me to unmask stuff I had manually masked.

Thanks for the tip, I never heard of that one.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-user] Re: how to prevent portage from installing masked package
  2018-10-06 23:48     ` Neil Bothwick
@ 2018-10-07  6:48       ` Martin Vaeth
  2018-10-07  8:44         ` John Covici
  0 siblings, 1 reply; 19+ messages in thread
From: Martin Vaeth @ 2018-10-07  6:48 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick <neil@digimed.co.uk> wrote:
> --Sig_/199FZt974m.Ua./7+MHQOSx
> Content-Type: text/plain; charset=US-ASCII
> Content-Transfer-Encoding: quoted-printable
>
> On Sat, 06 Oct 2018 18:51:11 -0400, John Covici wrote:
>
>> > With USE=3D"atk-bridge adwaita-icon-theme" this "breakage" will not
>> > happen. =20
>
>> However -adwaita-icon-theme is followed by % -- does this not mean it
>> cannot be modified by the user?
>
> No, it means the flag is "newly added or removed", parentheses indicate a
> masked flag.

That being said, if you are not interested to ever disable any of
these two USE-flags, there is no reason to ever install gtk+:3
from the mv overlay. (The whole point of gtk+:3 in the mv overlay is
to make this functionality - hence the dependencies it brings -
optional.) I suggest that in this case you put

x11-libs/gtk+:3::mv

into your package mask instead of a particular version mask.



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] Re: how to prevent portage from installing masked package
  2018-10-07  6:48       ` Martin Vaeth
@ 2018-10-07  8:44         ` John Covici
  0 siblings, 0 replies; 19+ messages in thread
From: John Covici @ 2018-10-07  8:44 UTC (permalink / raw
  To: gentoo-user

On Sun, 07 Oct 2018 02:48:08 -0400,
Martin Vaeth wrote:
> 
> Neil Bothwick <neil@digimed.co.uk> wrote:
> > --Sig_/199FZt974m.Ua./7+MHQOSx
> > Content-Type: text/plain; charset=US-ASCII
> > Content-Transfer-Encoding: quoted-printable
> >
> > On Sat, 06 Oct 2018 18:51:11 -0400, John Covici wrote:
> >
> >> > With USE=3D"atk-bridge adwaita-icon-theme" this "breakage" will not
> >> > happen. =20
> >
> >> However -adwaita-icon-theme is followed by % -- does this not mean it
> >> cannot be modified by the user?
> >
> > No, it means the flag is "newly added or removed", parentheses indicate a
> > masked flag.
> 
> That being said, if you are not interested to ever disable any of
> these two USE-flags, there is no reason to ever install gtk+:3
> from the mv overlay. (The whole point of gtk+:3 in the mv overlay is
> to make this functionality - hence the dependencies it brings -
> optional.) I suggest that in this case you put
> 
> x11-libs/gtk+:3::mv
> 
> into your package mask instead of a particular version mask.
> 
> 

OK, thanks, I will see what happens.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-10-07  8:44 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-06 11:05 [gentoo-user] how to prevent portage from installing masked package John Covici
2018-10-06 12:26 ` Neil Bothwick
2018-10-06 13:12   ` John Covici
2018-10-06 13:32     ` Rich Freeman
2018-10-06 14:04       ` John Covici
2018-10-06 18:04       ` John Covici
2018-10-06 18:55         ` Rich Freeman
2018-10-06 20:29           ` John Covici
2018-10-06 21:34             ` Jack
2018-10-07  0:39               ` Paul Colquhoun
2018-10-07  4:21                 ` John Covici
2018-10-06 23:11             ` Rich Freeman
2018-10-07  0:43               ` Rich Freeman
2018-10-07  4:19               ` John Covici
2018-10-06 19:44 ` [gentoo-user] " Martin Vaeth
2018-10-06 22:51   ` John Covici
2018-10-06 23:48     ` Neil Bothwick
2018-10-07  6:48       ` Martin Vaeth
2018-10-07  8:44         ` John Covici

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox