Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RESOLVED] oracle-jre-bin depends on icedtea?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
chris_harvey
n00b
n00b


Joined: 12 Mar 2010
Posts: 42
Location: Ottawa, Canada

PostPosted: Fri Nov 22, 2013 6:49 pm    Post subject: [RESOLVED] oracle-jre-bin depends on icedtea? Reply with quote

I want to install the official closed source JRE, but it seems like portage REALLY wants me to install icedtea. What's going on here?

Code:

# emerge -pv oracle-jre-bin

These are the packages that would be merged, in order:

Calculating dependencies  ... done!
[ebuild  N     ] dev-java/java-config-wrapper-0.16  8 kB
[ebuild     U  ] dev-lang/python-3.2.5-r3:3.2
[ebuild  N     ] dev-lang/python-exec-2.0:2
[ebuild  N     ] dev-lang/python-exec-0.3.1
[ebuild  NS    ] dev-python/python-exec-10000.2:2
[ebuild     U  ] dev-python/python-exec-10000.1
[blocks b      ] <dev-python/python-exec-10000
[ebuild  N     ] dev-java/java-config-2.1.12-r1:2
[ebuild  N F   ] dev-java/oracle-jre-bin-1.7.0.45:1.7
[ebuild  N     ] dev-java/icedtea-bin-6.1.12.6:6
[ebuild  N     ] virtual/jdk-1.6.0-r2:1.6
[ebuild  N     ] virtual/jre-1.6.0-r1:1.6

Total: 11 packages (2 upgrades, 8 new, 1 in new slot), Size of downloads: 83,468 kB
Fetch Restriction: 1 package (1 unsatisfied)
Conflict: 1 block


thanks,
Chris


Last edited by chris_harvey on Sun Nov 24, 2013 9:15 pm; edited 1 time in total
Back to top
View user's profile Send private message
TomWij
Retired Dev
Retired Dev


Joined: 04 Jul 2012
Posts: 1553

PostPosted: Fri Nov 22, 2013 7:49 pm    Post subject: Reply with quote

You'll probably want to merge oracle-jdk-bin first. icedtea is pulled as a default JDK; so, installing any JRE will pull icedtea unless you already have a JDK present.
Back to top
View user's profile Send private message
chris_harvey
n00b
n00b


Joined: 12 Mar 2010
Posts: 42
Location: Ottawa, Canada

PostPosted: Sat Nov 23, 2013 8:31 pm    Post subject: Reply with quote

no luck:

Code:

# emerge -pv dev-java/oracle-jdk-bin

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] dev-java/java-config-wrapper-0.16
[ebuild     U  ] dev-lang/python-3.2.5-r3:3.2
[ebuild  N     ] dev-lang/python-exec-2.0:2
[ebuild  N     ] dev-lang/python-exec-0.3.1
[ebuild  NS    ] dev-python/python-exec-10000.2:2
[ebuild     U  ] dev-python/python-exec-10000.1
[blocks b      ] <dev-python/python-exec-10000
[ebuild  N     ] dev-java/java-config-2.1.12-r1:2
[ebuild  N F   ] dev-java/oracle-jdk-bin-1.7.0.45:1.7
[ebuild  N     ] dev-java/icedtea-bin-6.1.12.6:6
[ebuild  N     ] virtual/jdk-1.6.0-r2:1.6
[ebuild  N     ] virtual/jre-1.6.0-r1:1.6

Back to top
View user's profile Send private message
Christian99
Veteran
Veteran


Joined: 28 May 2009
Posts: 1668

PostPosted: Sat Nov 23, 2013 9:13 pm    Post subject: Reply with quote

try installing both, jdk and jre, at once
Back to top
View user's profile Send private message
TomWij
Retired Dev
Retired Dev


Joined: 04 Jul 2012
Posts: 1553

PostPosted: Sun Nov 24, 2013 6:30 pm    Post subject: Reply with quote

chris_harvey wrote:
no luck:

Code:
# emerge -pv dev-java/oracle-jdk-bin

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] dev-java/java-config-wrapper-0.16
[ebuild     U  ] dev-lang/python-3.2.5-r3:3.2
[ebuild  N     ] dev-lang/python-exec-2.0:2
[ebuild  N     ] dev-lang/python-exec-0.3.1
[ebuild  NS    ] dev-python/python-exec-10000.2:2
[ebuild     U  ] dev-python/python-exec-10000.1
[blocks b      ] <dev-python/python-exec-10000
[ebuild  N     ] dev-java/java-config-2.1.12-r1:2
[ebuild  N F   ] dev-java/oracle-jdk-bin-1.7.0.45:1.7
[ebuild  N     ] dev-java/icedtea-bin-6.1.12.6:6
[ebuild  N     ] virtual/jdk-1.6.0-r2:1.6
[ebuild  N     ] virtual/jre-1.6.0-r1:1.6


Nothing wrong in that output, but that does not appear to be the complete output it gave; you can read what it states at the end.
Back to top
View user's profile Send private message
chris_harvey
n00b
n00b


Joined: 12 Mar 2010
Posts: 42
Location: Ottawa, Canada

PostPosted: Sun Nov 24, 2013 9:14 pm    Post subject: Reply with quote

TomWij wrote:
chris_harvey wrote:
no luck:

Code:
# emerge -pv dev-java/oracle-jdk-bin

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] dev-java/java-config-wrapper-0.16
[ebuild     U  ] dev-lang/python-3.2.5-r3:3.2
[ebuild  N     ] dev-lang/python-exec-2.0:2
[ebuild  N     ] dev-lang/python-exec-0.3.1
[ebuild  NS    ] dev-python/python-exec-10000.2:2
[ebuild     U  ] dev-python/python-exec-10000.1
[blocks b      ] <dev-python/python-exec-10000
[ebuild  N     ] dev-java/java-config-2.1.12-r1:2
[ebuild  N F   ] dev-java/oracle-jdk-bin-1.7.0.45:1.7
[ebuild  N     ] dev-java/icedtea-bin-6.1.12.6:6
[ebuild  N     ] virtual/jdk-1.6.0-r2:1.6
[ebuild  N     ] virtual/jre-1.6.0-r1:1.6


Nothing wrong in that output, but that does not appear to be the complete output it gave; you can read what it states at the end.

You're right, I trimmed it to try to make it more readable. Turns out I had to keyword virtual/jre and virtual/jdk. I was able to install oracle-jre-bin without ever needing icedtea.
Back to top
View user's profile Send private message
chris_harvey
n00b
n00b


Joined: 12 Mar 2010
Posts: 42
Location: Ottawa, Canada

PostPosted: Sun Nov 24, 2013 9:15 pm    Post subject: [RESOLVED] oracle-jre-bin depends on icedtea? Reply with quote

resolved.
Back to top
View user's profile Send private message
ocbMaurice
Tux's lil' helper
Tux's lil' helper


Joined: 14 Feb 2003
Posts: 90
Location: Switzerland

PostPosted: Tue Aug 05, 2014 2:28 pm    Post subject: Reply with quote

Sorry to bring this old thread back to life, but I was experiencing the same problem with a brand new install.

Code:
# emerge -pv --tree oracle-jdk-bin

[ebuild  N f   ] dev-java/oracle-jdk-bin-1.7.0.65:1.7  USE="fontconfig -X -alsa (-aqua) -derby -doc -examples -jce -nsplugin -pax_kernel (-selinux) -source" 0 kB
[nomerge       ]  app-admin/eselect-java-0.1.0
[nomerge       ]   virtual/jre-1.6.0-r1:1.6
[nomerge       ]    virtual/jdk-1.6.0-r2:1.6
[ebuild  N     ]     dev-java/icedtea-bin-6.1.13.3-r3:6  USE="alsa -X -cjk -cups -doc -examples -nsplugin (-selinux) -source -webstart" 51,933 kB
[ebuild  N     ]   virtual/jre-1.6.0-r1:1.6  0 kB
[ebuild  N     ]  app-admin/eselect-java-0.1.0  0 kB
[nomerge       ] dev-java/oracle-jdk-bin-1.7.0.65:1.7  USE="fontconfig -X -alsa (-aqua) -derby -doc -examples -jce -nsplugin -pax_kernel (-selinux) -source"
[nomerge       ]  media-libs/fontconfig-2.10.92:1.0  USE="-doc -static-libs"
[ebuild  N     ]   app-admin/eselect-fontconfig-1.1  2 kB
[ebuild  N     ]    media-libs/fontconfig-2.10.92:1.0  USE="-doc -static-libs" 1,490 kB
[nomerge       ] dev-java/icedtea-bin-6.1.13.3-r3:6  USE="alsa -X -cjk -cups -doc -examples -nsplugin (-selinux) -source -webstart"
[ebuild  N     ]  virtual/jpeg-62:62  0 kB
[ebuild  N     ]   media-libs/libjpeg-turbo-1.3.1  USE="-java -static-libs" 1,373 kB
[ebuild  N     ]    dev-lang/nasm-2.10.07  USE="-doc" 665 kB
[ebuild  N     ]  media-libs/alsa-lib-1.0.27.2  USE="-alisp -debug -doc -python" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 886 kB
[ebuild  N     ]  media-libs/libpng-1.6.12:0/16  USE="-apng (-neon) -static-libs" 882 kB
[ebuild  N     ]  media-libs/giflib-4.1.6-r3  USE="-X -rle -static-libs" 495 kB
[nomerge       ] media-libs/fontconfig-2.10.92:1.0  USE="-doc -static-libs"
[ebuild  N     ]  virtual/ttf-fonts-1  0 kB
[ebuild  N     ]   media-fonts/dejavu-2.33  USE="-X -fontforge" 4,767 kB
[ebuild  N     ]  media-libs/freetype-2.5.3-r1:2  USE="adobe-cff bindist bzip2 -X -auto-hinter -debug -doc -fontforge (-harfbuzz) -infinality -png -static-libs -utils" 1,664 kB
[nomerge       ] dev-java/icedtea-bin-6.1.13.3-r3:6  USE="alsa -X -cjk -cups -doc -examples -nsplugin (-selinux) -source -webstart"
[ebuild  N     ]  dev-java/java-config-2.2.0:2  PYTHON_TARGETS="python2_7 python3_3 -python3_2" 51 kB
[ebuild  N     ]   dev-java/java-config-wrapper-0.16  8 kB
[ebuild  N     ]   sys-apps/baselayout-java-0.1.0  71 kB
[ebuild  N     ]   dev-lang/python-exec-2.0.1-r1:2  PYTHON_TARGETS="(jython2_5) (jython2_7) (pypy) (python2_7) (python3_2) (python3_3) (-python3_4)" 80 kB


As you can see it wants to install icedtea beside oracle jdk, altough I really just want oracle-jdk-bin 1.7 installed.
I'm not sure why this is even possible, but I solved it by first installing app-admin/eselect-java with no dependencies.

Code:
# emerge -1 --nodeps app-admin/eselect-java
# emerge -pv --tree oracle-jdk-bin

[ebuild  N f   ] dev-java/oracle-jdk-bin-1.7.0.65:1.7  USE="fontconfig -X -alsa (-aqua) -derby -doc -examples -jce -nsplugin -pax_kernel (-selinux) -source" 0 kB
[nomerge       ]  media-libs/fontconfig-2.10.92:1.0  USE="-doc -static-libs"
[ebuild  N     ]   app-admin/eselect-fontconfig-1.1  2 kB
[ebuild  N     ]    media-libs/fontconfig-2.10.92:1.0  USE="-doc -static-libs" 1,490 kB
[ebuild  N     ]     virtual/ttf-fonts-1  0 kB
[ebuild  N     ]      media-fonts/dejavu-2.33  USE="-X -fontforge" 4,767 kB
[ebuild  N     ]     media-libs/freetype-2.5.3-r1:2  USE="adobe-cff bindist bzip2 -X -auto-hinter -debug -doc -fontforge (-harfbuzz) -infinality -png -static-libs -utils" 1,664 kB
[ebuild  N     ]  dev-java/java-config-2.2.0:2  PYTHON_TARGETS="python2_7 python3_3 -python3_2" 51 kB
[ebuild  N     ]   dev-java/java-config-wrapper-0.16  8 kB
[ebuild  N     ]   sys-apps/baselayout-java-0.1.0  71 kB
[ebuild  N     ]   dev-lang/python-exec-2.0.1-r1:2  PYTHON_TARGETS="(jython2_5) (jython2_7) (pypy) (python2_7) (python3_2) (python3_3) (-python3_4)" 80 kB


Maybe it's still usefull for some people!

Best regards
Maurice
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Mon Aug 11, 2014 5:38 am    Post subject: Reply with quote

I just got the same thing on a clean install, tried oracle-jdk-bin, depends on things that depend on icedtea-bin.
Actually, even before that I had a circular dependency of icedtea depending on something that depended on icedtea (I think I fixed that with a temporary USE="-java").

Anyway, I bit the bullet and just let it install both.
But now that I've eselected oracle as system-vm, emerge -ca doesn't get rid of icedtea-bin. Instead I did emerge -Ca icedtea-bin, but then emerge -uDNva world pulled it right back in.

So does a bug need to be filed a) to stop icedtea-bin being pulled in on systems with no working vm, and/or b) to get rid of the dependency that's causing iced-tea to stay on my system after I've got oracle installed and working?
Back to top
View user's profile Send private message
sera
Retired Dev
Retired Dev


Joined: 29 Feb 2008
Posts: 1017
Location: CET

PostPosted: Mon Aug 11, 2014 8:13 pm    Post subject: Reply with quote

Dr Croubie wrote:
I just got the same thing on a clean install, tried oracle-jdk-bin, depends on things that depend on icedtea-bin.
Actually, even before that I had a circular dependency of icedtea depending on something that depended on icedtea (I think I fixed that with a temporary USE="-java").

Anyway, I bit the bullet and just let it install both.
But now that I've eselected oracle as system-vm, emerge -ca doesn't get rid of icedtea-bin. Instead I did emerge -Ca icedtea-bin, but then emerge -uDNva world pulled it right back in.

So does a bug need to be filed a) to stop icedtea-bin being pulled in on systems with no working vm, and/or b) to get rid of the dependency that's causing iced-tea to stay on my system after I've got oracle installed and working?


icedtea-bin is listed as the first provider in the jdk virtual so you should get it if no other is selected. If you explicitly emerge oracle-jdk-bin that one should be considered selected, or optionally another already installed jdk, for the virtual. Everything else is a bug in Portages handling of one-of-many dependencies.

The Java Team can't do anything to mitigate this issues here. Maybe you can package.mask icedtea-bin to get Portage to do what you want?
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Mon Aug 11, 2014 9:44 pm    Post subject: Reply with quote

sera wrote:
Maybe you can package.mask icedtea-bin to get Portage to do what you want?

Nope. I tried that already when I first started, portage just threw a 'package is masked' error.
I originally had -java -java6 -javascript, but that made no difference.
Last night I changed them to + then did an emerge -ev world overnight, so everything's built as it should, but including both icedtea AND oracle.

I'll let the code speak the rest:
(although I've just noticed, originally an emerge -epv world did nothing, since I unmerged icedtea now I'm getting 5 new packages, I'll try put them in and see what happens)

Code:
echo dev-java/icedtea-bin > /etc/portage/package.mask/temp.mask
emerge -C dev-java/icedtea-bin
emerge -uDNvp oracle-jdk-bin

These are the packages that would be merged, in order:

Calculating dependencies  .... done!
[ebuild  N    #] dev-java/icedtea-bin-6.1.13.3-r3:6  USE="X alsa cjk nsplugin source -cups -doc -examples (-selinux) -webstart" 0 kB
[ebuild  N     ] dev-java/eclipse-ecj-4.2.1:4.2  USE="ant" 1,384 kB
[ebuild  N     ] dev-java/ant-eclipse-ecj-4.2.1:4.2  0 kB
[ebuild  N     ] dev-java/gnu-classpath-0.98-r3:0.98  USE="alsa gmp gtk qt4 xml -debug -doc -dssi -examples -gconf -gjdoc -gstreamer" 10,764 kB
[ebuild  N     ] dev-java/jamvm-1.5.4-r2  USE="-debug -libffi" 641 kB
[ebuild  NS    ] virtual/jre-1.5.0-r2:1.5 [1.6.0-r1:1.6] 0 kB

Total: 6 packages (5 new, 1 in new slot), Size of downloads: 12,788 kB

The following mask changes are necessary to proceed:
 (see "package.unmask" in the portage(5) man page for more details)
# required by virtual/jdk-1.6.0-r2
# required by dev-java/ant-eclipse-ecj-4.2.1
# required by dev-java/eclipse-ecj-4.2.1[ant]
# required by dev-java/gnu-classpath-0.98-r3
# required by dev-java/jamvm-1.5.4-r2
# required by virtual/jre-1.5.0-r2
# required by sys-libs/db-4.8.30-r1
# required by sys-libs/gdbm-1.8.3-r4[berkdb]
# required by dev-lang/ruby-2.0.0_p353[gdbm]
# required by dev-ruby/json-1.8.0[ruby_targets_ruby20]
# required by dev-ruby/rdoc-4.0.1-r1[ruby_targets_ruby20]
# required by dev-lang/ruby-1.9.3_p484[rdoc]
# required by virtual/rubygems-4
# required by dev-ruby/rake-0.9.6[ruby_targets_ruby19]
# /etc/portage/package.mask/temp.mask:
=dev-java/icedtea-bin-6.1.13.3-r3

NOTE: The --autounmask-keep-masks option will prevent emerge
      from creating package.unmask or ** keyword changes.

eselect java-vm list
Available Java Virtual Machines:
  [1]   oracle-jdk-bin-1.7  system-vm

eselect java-nsplugin list
Available Java browser plugins
  [1]   icedtea-web@icedtea-*
  [2]   oracle-jdk-bin-1.7  current


Code:
emerge -epv world

These are the packages that would be merged, in order:

Calculating dependencies  ........ done!
[ebuild   R    ] app-arch/xz-utils-5.0.5-r1  USE="nls threads -static-libs" 0 kB
[ebuild   R    ] virtual/libintl-0-r1  0 kB
[ebuild   R    ] dev-lang/python-exec-2.0.1-r1:2  PYTHON_TARGETS="(jython2_5) (jython2_7) (pypy) (python2_7) (python3_2) (python3_3) (-python3_4)" 0 kB
[ebuild   R    ] app-arch/bzip2-1.0.6-r6  USE="-static -static-libs" 0 kB
[ebuild   R    ] virtual/libiconv-0-r1  0 kB
[ebuild   R    ] dev-libs/expat-2.1.0-r3  USE="unicode -examples -static-libs" 0 kB
[ebuild   R    ] sys-devel/gnuconfig-20140212  0 kB
[ebuild   R    ] dev-libs/lzo-2.08:2  USE="-examples -static-libs" 0 kB
[ebuild   R    ] app-misc/mime-types-9  0 kB
[ebuild   R    ] sys-libs/timezone-data-2014d  USE="nls" 0 kB
[ebuild   R    ] dev-libs/libyaml-0.1.6  USE="-doc -examples -static-libs {-test}" 0 kB
[ebuild   R    ] sys-apps/baselayout-2.2  USE="-build" 0 kB
[ebuild   R    ] sys-devel/patch-2.6.1  USE="-static {-test}" 0 kB
[ebuild   R    ] sys-apps/which-2.20-r1  0 kB
[ebuild   R    ] sys-devel/gcc-config-1.7.3  0 kB
[ebuild   R    ] sys-devel/binutils-config-3-r3  0 kB
[ebuild   R    ] app-misc/editor-wrapper-4  0 kB
[ebuild   R    ] dev-libs/libffi-3.0.13-r1  USE="pax_kernel -debug -static-libs {-test}" 0 kB
[ebuild   R    ] sys-apps/tcp-wrappers-7.6.22-r1  USE="ipv6 -netgroups -static-libs" 0 kB
[ebuild   R    ] sys-process/procps-3.3.9  USE="nls unicode -ncurses -static-libs {-test}" 0 kB
[ebuild   R    ] dev-util/gperf-3.0.4  0 kB
[ebuild   R    ] dev-libs/kpathsea-6.1.0_p20120701  USE="source -doc -static-libs" 0 kB
[ebuild   R    ] app-text/sgml-common-0.6.3-r5  0 kB
[ebuild   R    ] media-libs/libogg-1.3.1  USE="-static-libs" 0 kB
[ebuild   R    ] sys-libs/libutempter-1.1.6-r1  USE="-static-libs" 0 kB
[ebuild   R    ] sys-devel/autoconf-wrapper-13  0 kB
[ebuild   R    ] sys-devel/automake-wrapper-9  0 kB
[ebuild   R    ] media-libs/libdvbpsi-0.2.2  USE="-doc -static-libs" 0 kB
[ebuild   R    ] media-libs/libdvdcss-1.2.13-r1:1.2  USE="-doc -static-libs" 0 kB
[ebuild   R    ] dev-lang/python-exec-0.3.1-r1  PYTHON_TARGETS="(jython2_5) (jython2_7) (pypy) (python2_7) (python3_2) (python3_3) (-python3_4)" 0 kB
[ebuild   R    ] dev-libs/libatomic_ops-7.2d  0 kB
[ebuild   R    ] app-text/poppler-data-0.4.6  0 kB
[ebuild   R    ] sys-fs/reiserfsprogs-3.6.24  0 kB
[ebuild   R    ] sys-fs/jfsutils-1.1.15  USE="-static" 0 kB
[ebuild   R    ] virtual/libffi-3.0.13-r1  0 kB
[ebuild   R    ] app-portage/portage-utils-0.53  USE="nls -static" 0 kB
[ebuild   R    ] sys-apps/net-tools-1.60_p20130513023548  USE="nls -old-output (-selinux) -static" 0 kB
[ebuild   R    ] app-arch/unzip-6.0-r3  USE="bzip2 unicode -natspec" 0 kB
[ebuild   R    ] sys-devel/m4-1.4.16  USE="-examples" 0 kB
[ebuild   R    ] media-libs/libcddb-1.3.2  USE="-doc -static-libs" 0 kB
[ebuild   R    ] dev-libs/gobject-introspection-common-1.40.0  0 kB
[ebuild   R    ] dev-libs/vala-common-0.24.0  0 kB
[ebuild   R    ] dev-libs/ptexenc-1.3.0_p20120701  USE="iconv -static-libs" 0 kB
[ebuild   R    ] app-text/ps2pkm-1.5_p20120701  0 kB
[ebuild   R    ] app-text/dvipsk-5.992_p20120701  USE="source -doc" 0 kB
[ebuild   R    ] dev-libs/gmp-5.1.3-r1  USE="cxx -doc -pgo -static-libs" 0 kB
[ebuild   R    ] dev-java/java-config-wrapper-0.16  0 kB
[ebuild   R    ] app-arch/zip-3.0-r1  USE="bzip2 crypt unicode -natspec" 0 kB
[ebuild   R    ] dev-libs/mpfr-3.1.2-r1  USE="-static-libs" 0 kB
[ebuild   R    ] dev-libs/mpc-1.0.1  USE="-static-libs" 0 kB
[ebuild   R    ] sys-apps/debianutils-4.4  USE="-static" 0 kB
[ebuild   R    ] virtual/jre-1.6.0-r1:1.6  0 kB
[ebuild   R    ] virtual/jpeg-0-r2  USE="-static-libs" 0 kB
[ebuild   R    ] virtual/udev-215  USE="-systemd" 0 kB
[ebuild   R    ] virtual/dev-manager-0  0 kB
[ebuild   R    ] virtual/pam-0-r1  0 kB
[ebuild   R    ] sys-apps/kbd-1.15.5-r1  USE="nls pam" 0 kB
[ebuild   R    ] kde-base/kdebase-pam-9  0 kB
[ebuild   R    ] virtual/os-headers-0  0 kB
[ebuild   R    ] sys-apps/sysvinit-2.88-r7  USE="(-ibm) (-selinux) -static" 0 kB
[ebuild   R    ] virtual/acl-0-r1  USE="-static-libs" 0 kB
[ebuild   R    ] sys-auth/pambase-20120417-r3  USE="sha512 -consolekit -cracklib -debug -gnome-keyring -minimal -mktemp -pam_krb5 -pam_ssh -passwdqc (-selinux) -systemd" 0 kB
[ebuild   R    ] virtual/ttf-fonts-1  0 kB
[ebuild   R    ] virtual/man-0-r1  0 kB
[ebuild   R    ] sys-apps/man-pages-posix-2013a  0 kB
[ebuild   R    ] sys-apps/man-pages-3.69  USE="nls" LINGUAS="-da -de -fr -it -ja -nl -pl -ro -ru -zh_CN" 0 kB
[ebuild   R    ] app-admin/python-updater-0.11  0 kB
[ebuild   R    ] app-admin/eselect-python-20111108  0 kB
[ebuild   R    ] app-misc/ca-certificates-20130906-r1  0 kB
[ebuild   R    ] app-admin/eselect-ruby-20100603  0 kB
[ebuild   R    ] app-admin/eselect-opengl-1.2.7  0 kB
[ebuild   R    ] virtual/shadow-0  0 kB
[ebuild   R    ] virtual/ssh-0  USE="-minimal" 0 kB
[ebuild   R    ] app-admin/perl-cleaner-2.16  0 kB
[ebuild   R    ] app-admin/eselect-fontconfig-1.1  0 kB
[ebuild   R    ] app-admin/eselect-qtgraphicssystem-1.1.1  0 kB
[ebuild   R    ] app-admin/eselect-mesa-0.0.10  0 kB
[ebuild   R    ] virtual/jpeg-62:62  0 kB
[ebuild   R    ] app-admin/eselect-vi-1.1.7-r1  0 kB
[ebuild   R    ] virtual/pkgconfig-0-r1  0 kB
[ebuild   R    ] sys-fs/udev-init-scripts-26-r2  0 kB
[ebuild   R    ] dev-libs/libpipeline-1.2.5  USE="-static-libs {-test}" 0 kB
[ebuild   R    ] net-misc/npapi-sdk-0.27.2  0 kB
[ebuild   R    ] net-misc/dhcpcd-6.4.3  USE="ipv6 udev" 0 kB
[ebuild   R    ] net-misc/netifrc-0.2.2  0 kB
[ebuild   R    ] app-text/docbook-xsl-stylesheets-1.78.0  USE="ruby" 0 kB
[ebuild   R    ] virtual/opengl-7.0-r1  0 kB
[ebuild   R    ] media-libs/glu-9.0.0-r1  USE="-static-libs" 0 kB
[ebuild   R    ] virtual/glu-9.0-r1  0 kB
[ebuild   R    ] virtual/perl-Module-Build-0.400.300-r1  0 kB
[ebuild   R    ] app-text/build-docbook-catalog-1.19.1  0 kB
[ebuild   R    ] app-text/docbook-xml-dtd-4.1.2-r6:4.1.2  0 kB
[ebuild   R    ] app-text/docbook-xml-dtd-4.2-r2:4.2  0 kB
[ebuild   R    ] app-text/docbook-xml-dtd-4.4-r2:4.4  0 kB
[ebuild   R    ] virtual/ffmpeg-9-r1  USE="X mp3 threads truetype x264 -encode -gsm -jpeg2k -opus -sdl -speex -theora -vaapi -vdpau" 0 kB
[ebuild   R    ] media-libs/libpostproc-10.20140517-r1  USE="3dnow mmx (-altivec) -mmxext -pic -static-libs" 0 kB
[ebuild   R    ] virtual/libusb-1-r1:1  USE="udev" 0 kB
[ebuild   R    ] dev-libs/libusb-compat-0.1.5-r2  USE="-debug -examples -static-libs" 0 kB
[ebuild   R    ] virtual/libusb-0-r2  0 kB
[ebuild   R    ] virtual/latex-base-1.0  0 kB
[ebuild   R    ] kde-base/kdebase-runtime-meta-4.12.5:4  USE="(-aqua) -handbook -semantic-desktop" 0 kB
[ebuild   R    ] media-gfx/ebdftopcf-2  0 kB
[ebuild   R    ] app-admin/eselect-ctags-1.16  0 kB
[ebuild   R    ] dev-util/ctags-5.8  USE="-ada" 0 kB
[ebuild   R    ] virtual/perl-File-Spec-3.400.0-r2  0 kB
[ebuild   R    ] virtual/w3m-0  0 kB
[ebuild   R    ] app-admin/eselect-pinentry-0.4  0 kB
[ebuild   R    ] virtual/libgudev-215-r1  USE="-introspection -static-libs -systemd" 0 kB
[ebuild   R    ] virtual/libudev-215-r1:0/1  USE="-static-libs -systemd" 0 kB
[ebuild   R    ] dev-libs/libusb-1.0.18:1  USE="udev -debug -doc -examples -static-libs {-test}" 0 kB
[ebuild   R    ] virtual/eject-0  0 kB
[ebuild   R    ] virtual/perl-Getopt-Long-2.390.0-r1  0 kB
[ebuild   R    ] sys-devel/libtool-2.4.2-r1:2  USE="-static-libs {-test} -vanilla" 0 kB
[ebuild   R    ] dev-lang/perl-5.18.2-r1:0/5.18  USE="gdbm -berkdb -debug -doc -ithreads" 0 kB
[ebuild   R    ] sys-kernel/linux-headers-3.13  0 kB
[ebuild   R    ] sys-apps/hwids-20140317  USE="udev" 0 kB
[ebuild   R    ] sys-devel/autoconf-2.69:2.5  USE="-emacs (-multislot)" 0 kB
[ebuild   R    ] dev-util/gtk-doc-am-1.20  0 kB
[ebuild   R    ] dev-perl/File-BaseDir-0.30.0  USE="{-test}" 0 kB
[ebuild   R    ] dev-perl/XML-Parser-2.410.0-r2  0 kB
[ebuild   R    ] dev-perl/TermReadKey-2.300.200  0 kB
[ebuild   R    ] dev-perl/SGMLSpm-1.03-r7  0 kB
[ebuild   R    ] dev-perl/Text-CharWidth-0.40.0  0 kB
[ebuild   R    ] dev-perl/File-DesktopEntry-0.40.0  USE="{-test}" 0 kB
[ebuild   R    ] dev-perl/Text-WrapI18N-0.60.0  0 kB
[ebuild   R    ] app-editors/vim-core-7.4.273  USE="acl nls -minimal" 0 kB
[ebuild   R    ] dev-util/intltool-0.50.2-r1  0 kB
[ebuild   R    ] sys-apps/sed-4.2.1-r1  USE="acl nls (-selinux) -static" 0 kB
[ebuild   R    ] sys-apps/baselayout-java-0.1.0  0 kB
[ebuild   R    ] x11-themes/hicolor-icon-theme-0.12  0 kB
[ebuild   R    ] kde-base/kde-env-4.12.5:4/4.12  USE="(-aqua)" 0 kB
[ebuild   R    ] dev-libs/pth-2.0.7-r3  USE="-debug -static-libs" 0 kB
[ebuild   R    ] sys-devel/make-3.82-r4  USE="nls -static" 0 kB
[ebuild   R    ] sys-apps/findutils-4.4.2-r1  USE="nls (-selinux) -static" 0 kB
[ebuild   R    ] dev-qt/qtscript-4.8.5:4  USE="exceptions iconv (-aqua) -debug -jit (-pch)" 0 kB
[ebuild   R    ] x11-libs/libXtst-1.2.2  USE="-doc -static-libs" 0 kB
[ebuild   R    ] x11-libs/libX11-1.6.2  USE="ipv6 -doc -static-libs {-test}" 0 kB
[ebuild   R    ] media-libs/giflib-4.1.6-r3  USE="X -rle -static-libs" 0 kB
[ebuild   R    ] dev-qt/qt3support-4.8.5:4  USE="accessibility exceptions (-aqua) -debug (-pch)" 0 kB
[ebuild   R    ] dev-qt/qtsql-4.8.5:4  USE="exceptions odbc qt3support (-aqua) -debug (-firebird) -freetds -mysql -oci8 (-pch) -postgres -sqlite" 0 kB
[ebuild   R    ] x11-proto/xf86vidmodeproto-2.3.1-r1  0 kB
[ebuild   R    ] sys-libs/zlib-1.2.8-r1  USE="minizip -static-libs" 0 kB
[ebuild   R    ] media-libs/libpng-1.6.12:0/16  USE="-apng (-neon) -static-libs" 0 kB
[ebuild   R    ] media-libs/tiff-4.0.3-r6  USE="cxx jpeg lzma zlib -jbig -static-libs {-test}" 0 kB
[ebuild   R    ] dev-libs/libpcre-8.35:3  USE="bzip2 cxx recursion-limit (unicode) zlib -jit -libedit -pcre16 -pcre32 -readline -static-libs" 0 kB
[ebuild   R    ] media-libs/freetype-2.5.3-r1:2  USE="X bzip2 png -adobe-cff -auto-hinter -bindist -debug -doc -fontforge (-harfbuzz) -infinality -static-libs -utils" 0 kB
[ebuild   R    ] media-libs/lcms-2.5:2  USE="jpeg tiff zlib -doc -static-libs {-test}" 0 kB
[ebuild   R    ] dev-qt/qtgui-4.8.5-r3:4  USE="accessibility exceptions glib qt3support tiff (-aqua) -cups -debug -egl -gtkstyle -mng -nas -nis (-pch) -trace -xinerama -xv" 0 kB
[ebuild   R    ] dev-java/java-config-2.2.0:2  PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB
[ebuild   R    ] java-virtuals/stax-api-1-r4  0 kB
[ebuild   R    ] java-virtuals/servlet-api-2.5-r1:2.5  0 kB
[ebuild   R    ] x11-proto/xproto-7.0.25  USE="-doc" 0 kB
[ebuild   R    ] x11-libs/libXext-1.3.2  USE="-doc -static-libs" 0 kB
[ebuild   R    ] dev-lang/python-2.7.7:2.7  USE="gdbm hardened ipv6 ssl threads (wide-unicode) xml -berkdb -build -doc -examples -ncurses -readline -sqlite -tk -wininst" 0 kB
[ebuild   R    ] dev-java/javatoolkit-0.3.0-r6  0 kB
[ebuild   R    ] dev-util/boost-build-1.52.0-r1  USE="python -examples {-test}" 0 kB
[ebuild   R    ] dev-libs/zziplib-0.13.60-r1  USE="-doc -sdl -static-libs {-test}" 0 kB
[ebuild   R    ] dev-libs/glib-2.40.0-r1:2  USE="mime -debug (-fam) (-selinux) -static-libs -systemtap {-test} -utils -xattr" PYTHON_TARGETS="python2_7" 0 kB
[ebuild   R    ] dev-util/desktop-file-utils-0.22  USE="-emacs" 0 kB
[ebuild   R    ] dev-util/pkgconfig-0.28-r1  USE="hardened -internal-glib" 0 kB
[ebuild   R    ] dev-lang/python-3.3.5-r1:3.3  USE="gdbm hardened ipv6 ssl threads xml -build -doc -examples -ncurses -readline -sqlite -tk -wininst" 0 kB
[ebuild   R    ] sys-apps/file-5.17  USE="python zlib -static-libs" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB
[ebuild   R    ] dev-python/pyelftools-0.21-r4  PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB
[ebuild   R    ] dev-python/setuptools-2.2  PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2 (-python3_4)" 0 kB
[ebuild   R    ] dev-python/cython-0.19.1-r1  USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2" 0 kB
[ebuild   R    ] dev-python/sip-4.15.3:0/10  USE="-debug -doc" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB
[ebuild   R    ] dev-util/gdbus-codegen-2.40.0  PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB
[ebuild   R    ] app-misc/media-player-info-21-r1  0 kB
[ebuild   R    ] app-misc/pax-utils-0.7  USE="python -caps" 0 kB
[ebuild   R    ] sys-apps/kmod-18-r1  USE="lzma python tools zlib -debug -doc -static-libs" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 0 kB
[ebuild   R    ] sys-apps/sandbox-2.6-r1  USE="(-multilib)" 0 kB
[ebuild   R    ] virtual/modutils-0  0 kB
[ebuild   R    ] sys-apps/portage-2.2.8-r1  USE="(ipc) (xattr) -build -doc -epydoc (-pypy2_0) -python2 -python3 (-selinux)" LINGUAS="-ru" PYTHON_TARGETS="python2_7 python3_3 (-pypy2_0) (-python2_6) -python3_2 (-python3_4)" 0 kB
[ebuild   R    ] virtual/package-manager-0  0 kB
[ebuild   R    ] x11-libs/libXrender-0.9.8  USE="-static-libs" 0 kB
[ebuild   R    ] x11-proto/xextproto-7.3.0  USE="-doc" 0 kB
[ebuild   R    ] dev-libs/openssl-1.0.1i  USE="gmp (sse2) zlib -bindist -kerberos -rfc3779 -static-libs {-test} -tls-heartbeat -vanilla" 0 kB
[ebuild   R    ] sys-libs/ncurses-5.9-r3:5  USE="cxx gpm unicode -ada -debug -doc -minimal -profile -static-libs -tinfo -trace" 0 kB
[ebuild   R    ] sys-libs/readline-6.2_p5-r1  USE="-static-libs" 0 kB
[ebuild   R    ] sys-apps/less-457  USE="pcre unicode" 0 kB
[ebuild   R    ] virtual/pager-0  0 kB
[ebuild   R    ] x11-libs/libICE-1.0.8-r1  USE="ipv6 -doc -static-libs" 0 kB
[ebuild   R    ] x11-libs/libSM-1.2.2  USE="ipv6 uuid -doc -static-libs" 0 kB
[ebuild   R    ] media-libs/fontconfig-2.10.92:1.0  USE="-doc -static-libs" 0 kB
[ebuild   R    ] x11-libs/libXfixes-5.0.1  USE="-static-libs" 0 kB
[ebuild   R    ] app-admin/eselect-1.4.1  USE="vim-syntax -doc -emacs" 0 kB
[ebuild   R    ] app-admin/eselect-lib-bin-symlink-0.1.1  0 kB
[ebuild   R    ] app-admin/eselect-java-0.1.0  0 kB
[ebuild  N    #] dev-java/icedtea-bin-6.1.13.3-r3:6  USE="X alsa cjk nsplugin source -cups -doc -examples (-selinux) -webstart" 0 kB
[ebuild   R    ] virtual/jdk-1.6.0-r2:1.6  0 kB
[ebuild   R    ] dev-java/ant-core-1.9.2  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/xml-commons-external-1.3.04:1.3  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/saxpath-1.0-r2  USE="source -doc {-test}" 0 kB
[ebuild   R    ] dev-java/relaxng-datatype-1.0-r1  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/junit-3.8.2-r1  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/xjavac-20110814:1  0 kB
[ebuild   R    ] dev-java/xml-commons-external-1.4.01:1.4  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/xml-commons-resolver-1.2  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/xerces-2.11.0:2  USE="source -doc -examples" 0 kB
[ebuild   R    ] dev-java/gnu-regexp-1.1.4-r2:1  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/java-getopt-1.0.13:1  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/javacup-0.11a_beta20060608  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/xalan-serializer-2.7.1  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/bcel-5.2-r2  USE="source -doc -findbugs" 0 kB
[ebuild   R    ] dev-java/xalan-2.7.1  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/ant-owanttask-1.3.2  0 kB
[ebuild   R    ] dev-java/asm-2.0-r1:2  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/jarjar-0.9:1  USE="source -doc {-test}" 0 kB
[ebuild   R    ] dev-java/xom-1.2.10  USE="source -doc -examples" 0 kB
[ebuild   R    ] dev-java/xpp2-2.1.10-r1  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/xsdlib-20090415  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/xpp3-1.1.4c-r1  USE="source -doc {-test}" 0 kB
[ebuild   R    ] dev-java/xmldb-20011111-r1  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/log4j-1.2.16  USE="source -doc -javamail -jms -jmx" 0 kB
[ebuild   R    ] dev-java/antlr-2.7.7-r2  USE="cxx java python source -debug -doc -examples -mono -script -static-libs" 0 kB
[ebuild   R    ] dev-db/hsqldb-1.8.1.3-r1  USE="source -doc {-test}" 0 kB
[ebuild   R    ] dev-java/jaxme-0.5.2  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/dom4j-1.6.1-r4:1  USE="source -doc {-test}" 0 kB
[ebuild   R    ] dev-java/tomcat-servlet-api-6.0.37:2.5  USE="source" 0 kB
[ebuild  N     ] dev-java/eclipse-ecj-4.2.1:4.2  USE="ant" 1,384 kB
[ebuild  N     ] dev-java/ant-eclipse-ecj-4.2.1:4.2  0 kB
[ebuild   R    ] dev-java/jdom-1.0-r4:1.0  USE="source -doc -examples" 0 kB
[ebuild   R    ] dev-java/jaxen-1.1.1:1.1  USE="source -doc -examples {-test}" 0 kB
[ebuild   R    ] dev-java/xml-xmlbeans-1.0.4_pre20041217:1  USE="source -doc" 0 kB
[ebuild   R    ] dev-java/rhino-1.7.2-r2:1.6  USE="source -doc -examples" 0 kB
[ebuild   R    ] dev-java/jdom-jaxen-1.0-r1:1.0  0 kB
[ebuild   R    ] x11-libs/libXt-1.1.4  USE="-static-libs" 0 kB
[ebuild   R    ] x11-libs/libXi-1.7.2  USE="-doc -static-libs" 0 kB
[ebuild   R    ] x11-libs/libXmu-1.1.2  USE="ipv6 -doc -static-libs" 0 kB
[ebuild   R    ] x11-libs/libXrandr-1.4.2  USE="-static-libs" 0 kB
[ebuild   R    ] x11-libs/libXcursor-1.1.14  USE="-static-libs" 0 kB
[ebuild   R    ] sys-apps/coreutils-8.21  USE="acl gmp nls -caps (-selinux) -static -vanilla -xattr" 0 kB
[ebuild   R    ] dev-lang/ruby-2.0.0_p353:2.0  USE="gdbm ipv6 rdoc ssl -berkdb -debug -doc -examples -ncurses -readline -rubytests -socks5 -tk -xemacs" 0 kB
[ebuild   R    ] virtual/rubygems-6:ruby20  RUBY_TARGETS="(ruby20)" 0 kB
[ebuild   R    ] dev-libs/icu-52.1:0/52  USE="-debug -doc -examples -static-libs" 0 kB
[ebuild   R    ] dev-qt/qtcore-4.8.5-r2:4  USE="exceptions glib iconv icu qt3support ssl (-aqua) -debug (-pch)" 0 kB
[ebuild   R    ] dev-qt/qtsvg-4.8.5:4  USE="accessibility exceptions (-aqua) -debug (-pch)" 0 kB
[ebuild   R    ] dev-qt/qttest-4.8.5:4  USE="exceptions (-aqua) -debug (-pch)" 0 kB
[ebuild   R    ] dev-qt/designer-4.8.5:4  USE="exceptions qt3support (-aqua) -debug -declarative (-pch) (-phonon) -webkit" 0 kB
[ebuild   R    ] dev-qt/qtopengl-4.8.5:4  USE="exceptions qt3support (-aqua) -debug -egl (-pch)" 0 kB
[ebuild   R    ] dev-qt/qtxmlpatterns-4.8.5:4  USE="(-aqua) -debug (-pch)" 0 kB
[ebuild   R    ] dev-qt/qtdeclarative-4.8.5:4  USE="accessibility exceptions qt3support (-aqua) -debug (-pch) -webkit" 0 kB
[ebuild   R    ] dev-libs/boost-1.52.0-r7:0/1.52  USE="icu nls python threads -debug -doc -mpi -static-libs -tools" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB
[ebuild   R    ] app-crypt/qca-2.0.3:2  USE="(-aqua) -debug -doc -examples" 0 kB
[ebuild   R    ] dev-tex/bibtexu-3.71_p20120701  0 kB
[ebuild   R    ] dev-libs/libxml2-2.9.1-r4:2  USE="icu ipv6 lzma python -debug -examples -readline -static-libs {-test}" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 0 kB
[ebuild   R    ] sys-devel/gettext-0.18.3.2  USE="acl cxx java nls openmp -cvs -doc -emacs -git -ncurses -static-libs" 0 kB
[ebuild   R    ] sys-apps/texinfo-4.13-r2  USE="nls -static" 0 kB
[ebuild   R    ] x11-misc/shared-mime-info-1.2-r1  USE="{-test}" 0 kB
[ebuild   R    ] sys-apps/attr-2.4.47-r1  USE="nls -static-libs" 0 kB
[ebuild   R    ] sys-apps/acl-2.2.52-r1  USE="nls -static-libs" 0 kB
[ebuild   R    ] dev-libs/libgpg-error-1.12  USE="nls -common-lisp -static-libs" 0 kB
[ebuild   R    ] net-dns/libidn-1.28  USE="java nls -doc -emacs -mono -static-libs" 0 kB
[ebuild   R    ] x11-libs/gdk-pixbuf-2.30.8:2  USE="X jpeg tiff -debug -introspection -jpeg2k {-test}" 0 kB
[ebuild   R    ] app-arch/gzip-1.5  USE="nls -pic -static" 0 kB
[ebuild   R    ] dev-libs/atk-2.12.0-r1  USE="nls -introspection {-test}" 0 kB
[ebuild   R    ] sys-process/psmisc-22.20  USE="X ipv6 nls (-selinux)" 0 kB
[ebuild   R    ] sys-apps/gawk-4.0.2  USE="nls -readline" 0 kB
[ebuild   R    ] sys-apps/grep-2.16  USE="nls pcre -static" 0 kB
[ebuild   R    ] dev-libs/popt-1.16-r1  USE="nls -static-libs" 0 kB
[ebuild   R    ] sys-devel/flex-2.5.39-r1  USE="nls -static {-test}" 0 kB
[ebuild   R    ] dev-libs/elfutils-0.158  USE="bzip2 lzma nls utils zlib -static-libs {-test} (-threads)" 0 kB
[ebuild   R    ] dev-python/pypax-0.8.4  USE="ptpax xtpax" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2" 0 kB
[ebuild   R    ] sys-devel/bison-2.4.3  USE="nls -static" 0 kB
[ebuild   R    ] virtual/yacc-0  0 kB
[ebuild   R    ] sys-devel/binutils-2.23.2  USE="cxx nls zlib -multislot -multitarget -static-libs {-test} -vanilla" 0 kB
[ebuild   R    ] app-shells/bash-4.2_p45  USE="net nls (readline) -afs -bashlogger -examples -mem-scramble -plugins -vanilla" 0 kB
[ebuild   R    ] sys-apps/paxctl-0.7-r2  0 kB
[ebuild   R    ] media-gfx/exiv2-0.23-r1  USE="nls zlib -contrib -doc -examples -static-libs -xmp" LINGUAS="-de -es -fi -fr -pl -ru -sk" 0 kB
[ebuild   R    ] dev-perl/Locale-gettext-1.50.0  0 kB
[ebuild   R    ] sys-apps/help2man-1.43.3  USE="nls" 0 kB
[ebuild   R    ] sys-devel/automake-1.13.4:1.13  0 kB
[ebuild   R    ] x11-proto/inputproto-2.3  0 kB
[ebuild   R    ] media-libs/alsa-lib-1.0.27.2  USE="python -alisp -debug -doc" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 0 kB
[ebuild   R    ] x11-libs/libXau-1.0.8  USE="-static-libs" 0 kB
[ebuild   R    ] x11-proto/kbproto-1.0.6-r1  0 kB
[ebuild   R    ] x11-proto/renderproto-0.11.1-r1  0 kB
[ebuild   R    ] x11-libs/libXft-2.3.1-r1  USE="-static-libs" 0 kB
[ebuild   R    ] x11-proto/damageproto-1.2.1-r1  0 kB
[ebuild   R    ] x11-libs/libXdamage-1.1.4-r1  USE="-static-libs" 0 kB
[ebuild   R    ] x11-libs/xtrans-1.3.3  USE="-doc" 0 kB
[ebuild   R    ] x11-libs/libXdmcp-1.1.1-r1  USE="-doc -static-libs" 0 kB
[ebuild   R    ] sys-libs/gpm-1.20.7-r2  USE="(-selinux) -static-libs" 0 kB
[ebuild   R    ] app-editors/vim-7.4.273  USE="X acl gpm nls perl python ruby -cscope -debug -lua -luajit -minimal -racket (-selinux) -tcl -vim-pager" PYTHON_SINGLE_TARGET="python2_7 -python3_2 -python3_3 (-python3_4)" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 0 kB
[ebuild   R    ] dev-libs/libgcrypt-1.5.4:0/11  USE="-static-libs" 0 kB
[ebuild   R    ] dev-libs/libxslt-1.1.28-r3  USE="crypt python -debug -static-libs" PYTHON_TARGETS="python2_7" 0 kB
[ebuild   R    ] x11-proto/randrproto-1.4.0-r1  0 kB
[ebuild   R    ] x11-libs/libXpm-3.5.11  USE="-static-libs" 0 kB
[ebuild   R    ] x11-libs/libXaw-1.0.12  USE="-deprecated -doc -static-libs" 0 kB
[ebuild   R    ] x11-proto/fixesproto-5.0-r1  0 kB
[ebuild   R    ] x11-proto/compositeproto-0.4.2-r1  0 kB
[ebuild   R    ] x11-libs/libXcomposite-0.4.4-r1  USE="-doc -static-libs" 0 kB
[ebuild   R    ] x11-libs/libXxf86vm-1.1.3  USE="-static-libs" 0 kB
[ebuild   R    ] x11-apps/xauth-1.0.8  USE="ipv6" 0 kB
[ebuild   R    ] dev-libs/libpthread-stubs-0.3-r1  USE="-static-libs" 0 kB
[ebuild   R    ] app-vim/gtk-syntax-20130716  0 kB
[ebuild   R    ] app-vim/pam-syntax-20060424  0 kB
[ebuild   R    ] sys-libs/e2fsprogs-libs-1.42.10  USE="nls -static-libs" 0 kB
[ebuild   R    ] x11-libs/pixman-0.32.4  USE="sse2 (-altivec) (-iwmmxt) (-loongson2f) -mmxext (-neon) -ssse3 -static-libs" 0 kB
[ebuild   R    ] x11-libs/libxshmfence-1.1  USE="-static-libs" 0 kB
[ebuild   R    ] sys-apps/groff-1.22.2  USE="X -examples" LINGUAS="-ja" 0 kB
[ebuild   R    ] x11-libs/libxkbfile-1.0.8  USE="-static-libs" 0 kB
[ebuild   R    ] media-fonts/font-util-1.3.0  0 kB
[ebuild   R    ] x11-apps/xmessage-1.0.4  0 kB
[ebuild   R    ] x11-libs/libfontenc-1.1.2  USE="-static-libs" 0 kB
[ebuild   R    ] x11-apps/mkfontscale-1.1.1  0 kB
[ebuild   R    ] x11-apps/mkfontdir-1.0.7  0 kB
[ebuild   R    ] media-fonts/encodings-1.0.4  0 kB
[ebuild   R    ] dev-lang/yasm-1.2.0-r1  USE="nls python" PYTHON_TARGETS="python2_7" 0 kB
[ebuild   R    ] x11-apps/xrdb-1.1.0  0 kB
[ebuild   R    ] x11-apps/xprop-1.2.2  0 kB
[ebuild   R    ] x11-apps/xset-1.2.3  0 kB
[ebuild   R    ] x11-misc/util-macros-1.18.0  0 kB
[ebuild   R    ] media-libs/libdvdread-4.2.1  USE="css" 0 kB
[ebuild   R    ] dev-tex/xmltex-1.9-r2  0 kB
[ebuild   R    ] x11-apps/xkbcomp-1.2.4  0 kB
[ebuild   R    ] x11-misc/xkeyboard-config-2.11  0 kB
[ebuild   R    ] net-misc/curl-7.36.0  USE="idn ipv6 ssl threads -adns -kerberos -ldap -metalink -rtmp -ssh -static-libs {-test}" CURL_SSL="openssl -axtls -gnutls -nss -polarssl" 0 kB
[ebuild   R    ] media-libs/libart_lgpl-2.3.21-r2  0 kB
[ebuild   R    ] x11-apps/xrandr-1.4.1  0 kB
[ebuild   R    ] media-libs/libmad-0.15.1b-r8  USE="-debug -static-libs" 0 kB
[ebuild   R    ] media-libs/flac-1.3.0  USE="3dnow cxx ogg sse (-altivec) -debug -static-libs" 0 kB
[ebuild   R    ] media-libs/libvorbis-1.3.4  USE="-static-libs" 0 kB
[ebuild   R    ] media-libs/x264-0.0.20140308:0/142  USE="interlaced sse threads -10bit -opencl -pic -static-libs" 0 kB
[ebuild   R    ] media-libs/libdvdnav-4.2.1  0 kB
[ebuild   R    ] x11-proto/videoproto-2.3.2  0 kB
[ebuild   R    ] x11-libs/libXv-1.0.10  USE="-static-libs" 0 kB
[ebuild   R    ] media-libs/libmpeg2-0.5.1-r2  USE="X -sdl -static-libs" 0 kB
[ebuild   R    ] app-text/passivetex-1.25  0 kB
[ebuild   R    ] dev-util/ragel-6.7-r1  USE="vim-syntax" 0 kB
[ebuild   R    ] dev-libs/libcroco-0.6.8-r1:0.6  USE="{-test}" 0 kB
[ebuild   R    ] x11-misc/xbitmaps-1.1.1  0 kB
[ebuild   R    ] x11-apps/xsetroot-1.1.1  0 kB
[ebuild   R    ] x11-apps/setxkbmap-1.3.0  0 kB
[ebuild   R    ] app-text/iso-codes-3.55  LINGUAS="en -af -am -ar -as -ast -az -be -bg -bn -bn_IN -br -bs -byn -ca -crh -cs -cy -da -de -dz -el -eo -es -et -eu -fa -fi -fo -fr -ga -gez -gl -gu -haw -he -hi -hr -hu -hy -ia -id -is -it -ja -ka -kk -km -kn -ko -kok -ku -lt -lv -mi -mk -ml -mn -mr -ms -mt -nb -ne -nl -nn -nso -oc -or -pa -pl -ps -pt -pt_BR -ro -ru -rw -si -sk -sl -so -sq -sr -sr@latin -sv -sw -ta -te -th -ti -tig -tk -tl -tr -tt -tt@iqtelif -ug -uk -ve -vi -wa -wal -wo -xh -zh_CN -zh_HK -zh_TW -zu" 0 kB
[ebuild   R    ] x11-libs/libxklavier-5.2.1  USE="-doc -introspection" 0 kB
[ebuild   R    ] x11-apps/scripts-1.0.1-r1  0 kB
[ebuild   R    ] media-libs/freeglut-2.8.1-r1  USE="-debug -static-libs" 0 kB
[ebuild   R    ] media-libs/libwebp-0.4.0:0/5  USE="gif jpeg opengl png tiff -experimental -static-libs -swap-16bit-csp" 0 kB
[ebuild   R    ] sys-apps/lm_sensors-3.3.3-r3  USE="-sensord -static-libs" 0 kB
[ebuild   R    ] x11-proto/resourceproto-1.2.0  0 kB
[ebuild   R    ] x11-libs/libXres-1.0.7  USE="-static-libs" 0 kB
[ebuild   R    ] x11-apps/iceauth-1.0.6  0 kB
[ebuild   R    ] x11-apps/rgb-1.0.5  0 kB
[ebuild   R    ] dev-libs/libksba-1.3.0  USE="-static-libs" 0 kB
[ebuild   R    ] dev-libs/libassuan-2.1.1  USE="-static-libs" 0 kB
[ebuild   R    ] dev-perl/File-MimeInfo-0.170.0  USE="{-test}" 0 kB
[ebuild   R    ] x11-proto/scrnsaverproto-1.2.2-r1  USE="-doc" 0 kB
[ebuild   R    ] x11-libs/libXScrnSaver-1.2.2-r1  USE="-static-libs" 0 kB
[ebuild   R    ] dev-db/sqlite-3.8.4.3:3  USE="icu -debug -doc -readline -secure-delete -static-libs -tcl {-test}" 0 kB
[ebuild   R    ] dev-qt/qtwebkit-4.8.5:4  USE="exceptions icu (-aqua) -debug -gstreamer -jit (-pch)" 0 kB
[ebuild   R    ] sys-devel/bc-1.06.95  USE="-libedit -readline -static" 0 kB
[ebuild   R    ] x11-proto/dri3proto-1.0  0 kB
[ebuild   R    ] x11-proto/xf86driproto-2.1.1-r1  0 kB
[ebuild   R    ] x11-proto/presentproto-1.0  0 kB
[ebuild   R    ] x11-proto/glproto-1.4.17  0 kB
[ebuild   R    ] x11-proto/dri2proto-2.8-r1  0 kB
[ebuild   R    ] app-vim/ntp-syntax-20031001  0 kB
[ebuild   R    ] x11-apps/xsm-1.0.3  USE="-rsh" 0 kB
[ebuild   R    ] x11-apps/xclock-1.0.7  0 kB
[ebuild   R    ] x11-wm/twm-1.0.8  0 kB
[ebuild   R    ] x11-apps/luit-1.1.1  0 kB
[ebuild   R    ] media-fonts/font-alias-1.0.3  0 kB
[ebuild   R    ] x11-proto/fontsproto-2.1.2  USE="-doc" 0 kB
[ebuild   R    ] x11-libs/libXfont-1.4.8  USE="bzip2 ipv6 truetype -doc -static-libs" 0 kB
[ebuild   R    ] x11-apps/bdftopcf-1.0.4  0 kB
[ebuild   R    ] media-fonts/font-misc-misc-1.1.2  USE="X nls" 0 kB
[ebuild   R    ] x11-terms/xterm-297  USE="openpty truetype unicode -Xaw3d -toolbar" 0 kB
[ebuild   R    ] x11-apps/xinit-1.3.3  USE="-minimal" 0 kB
[ebuild   R    ] dev-libs/nspr-4.10.6-r1  USE="-debug" 0 kB
[ebuild   R    ] dev-lang/spidermonkey-17.0.0-r3:17  USE="-debug -jit -minimal -static-libs {-test}" 0 kB
[ebuild   R    ] dev-libs/boehm-gc-7.2e  USE="cxx threads -static-libs" 0 kB
[ebuild   R    ] sys-libs/libcap-2.22-r2  USE="pam" 0 kB
[ebuild   R    ] dev-libs/nettle-2.7.1:0/4  USE="gmp -doc (-neon) -static-libs {-test}" 0 kB
[ebuild   R    ] dev-libs/libtasn1-3.6:0/6  USE="-doc -static-libs" 0 kB
[ebuild   R    ] net-libs/gnutls-2.12.23-r6  USE="cxx lzo nettle nls zlib -bindist -doc -examples -guile -pkcs11 -static-libs {-test}" 0 kB
[ebuild   R    ] sys-apps/ed-1.6  0 kB
[ebuild   R    ] x11-proto/printproto-1.0.5-r1  0 kB
[ebuild   R    ] x11-libs/libXp-1.0.2  USE="-static-libs" 0 kB
[ebuild   R    ] x11-proto/xcb-proto-1.10  PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB
[ebuild   R    ] x11-libs/libxcb-1.10  USE="-doc (-selinux) -static-libs -xkb" 0 kB
[ebuild   R    ] media-libs/mesa-10.0.4  USE="egl gallium llvm nptl pax_kernel -bindist -classic -debug -gbm -gles1 -gles2 -llvm-shared-libs -opencl -openvg -osmesa -pic -r600-llvm-compiler (-selinux) -vdpau -wayland -xa -xvmc" VIDEO_CARDS="radeonsi (-freedreno) -i915 -i965 -ilo -intel -nouveau -r100 -r200 -r300 -r600 -radeon -vmware" 0 kB
[ebuild   R    ] app-text/opensp-1.5.2-r3  USE="nls -doc -static-libs {-test}" 0 kB
[ebuild   R    ] app-text/openjade-1.3.2-r6  USE="-static-libs" 0 kB
[ebuild   R    ] app-text/po4a-0.42  USE="{-test}" 0 kB
[ebuild   R    ] x11-libs/xcb-util-0.3.9  USE="-doc -static-libs {-test}" 0 kB
[ebuild   R    ] x11-libs/cairo-1.12.16  USE="X glib opengl svg xcb (-aqua) -debug -directfb -doc (-drm) (-gallium) (-gles2) -legacy-drivers -openvg (-qt4) -static-libs -valgrind -xlib-xcb" 0 kB
[ebuild   R    ] x11-libs/xcb-util-keysyms-0.3.9  USE="-doc -static-libs {-test}" 0 kB
[ebuild   R    ] x11-libs/xcb-util-image-0.3.9  USE="-doc -static-libs {-test}" 0 kB
[ebuild   R    ] x11-libs/xcb-util-renderutil-0.3.8  USE="-doc -static-libs {-test}" 0 kB
[ebuild   R    ] dev-lang/ruby-1.9.3_p484:1.9  USE="gdbm ipv6 rdoc ssl yaml -berkdb -debug -doc -examples -ncurses -readline -rubytests -socks5 -tk -xemacs" 0 kB
[ebuild   R    ] dev-ruby/rubygems-2.0.14  USE="-server {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby" 0 kB
[ebuild   R    ] virtual/rubygems-4:ruby19  RUBY_TARGETS="(ruby19)" 0 kB
[ebuild   R    ] dev-ruby/rake-0.9.6  USE="-doc {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby" 0 kB
[ebuild   R    ] dev-ruby/json-1.8.0  USE="-doc {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby" 0 kB
[ebuild   R    ] dev-ruby/racc-1.4.9  USE="-doc {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby" 0 kB
[ebuild   R    ] sys-auth/polkit-0.112-r1  USE="gtk kde nls pam -examples -introspection (-selinux) -systemd" 0 kB
[ebuild   R    ] dev-ruby/rdoc-4.0.1-r1  USE="-doc {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby" 0 kB
[ebuild   R    ] media-fonts/dejavu-2.33  USE="X -fontforge" 0 kB
[ebuild   R    ] media-libs/libjpeg-turbo-1.3.1  USE="java -static-libs" 0 kB
[ebuild   R    ] sys-apps/diffutils-3.3  USE="nls -static" 0 kB
[ebuild   R    ] net-misc/rsync-3.0.9-r3  USE="acl iconv ipv6 -static -xattr" 0 kB
[ebuild   R    ] dev-python/pyxattr-0.5.2  USE="{-test}" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2" 0 kB
[ebuild   R    ] app-vim/eselect-syntax-20070506  0 kB
[ebuild   R    ] sys-libs/db-4.8.30-r1:4.8  USE="cxx java -doc -examples -tcl {-test}" 0 kB
[ebuild   R    ] x11-proto/xf86bigfontproto-1.2.0-r1  0 kB
[ebuild   R    ] x11-libs/xcb-util-wm-0.4.1  USE="-doc -static-libs {-test}" 0 kB
[ebuild   R    ] x11-proto/recordproto-1.14.2-r1  USE="-doc" 0 kB
[ebuild   R    ] media-fonts/lklug-0.6  USE="X" 0 kB
[ebuild   R    ] media-fonts/sazanami-20040629  USE="X" 0 kB
[ebuild   R    ] media-fonts/lohit-fonts-2.4.2  USE="X" 0 kB
[ebuild   R    ] media-fonts/baekmuk-fonts-2.2-r2  USE="X unicode" 0 kB
[ebuild   R    ] media-fonts/arphicfonts-0.2.20080216.1  USE="X" 0 kB
[ebuild   R    ] dev-java/icedtea-web-1.4.2  USE="javascript nsplugin -doc {-test}" 0 kB
[ebuild   R    ] app-vim/gentoo-syntax-20130619  USE="-ignore-glep31" 0 kB
[ebuild   R    ] dev-db/unixODBC-2.3.1  USE="-minimal -odbcmanual -static-libs" 0 kB
[ebuild   R    ] net-misc/openssh-6.6_p1-r1  USE="X hpn pam tcpd -X509 -bindist -kerberos -ldap -ldns -libedit (-selinux) -skey -static" 0 kB
[ebuild   R    ] sys-apps/shadow-4.1.5.1-r1  USE="acl nls pam -audit -cracklib (-selinux) -skey -xattr" 0 kB
[ebuild   R    ] sys-apps/man-db-2.6.6  USE="gdbm nls zlib -berkdb (-selinux) -static-libs" 0 kB
[ebuild   R    ] app-arch/tar-1.27.1-r2  USE="acl nls -minimal (-selinux) -static -xattr" 0 kB
[ebuild   R    ] sys-apps/elfix-0.8.4  USE="ptpax xtpax" 0 kB
[ebuild   R    ] virtual/editor-0  0 kB
[ebuild   R    ] net-misc/wget-1.14  USE="idn ipv6 nls pcre ssl zlib -debug -gnutls -ntlm -static -uuid" 0 kB
[ebuild   R    ] net-misc/iputils-20121221  USE="idn ipv6 ssl -SECURITY_HAZARD -caps -doc -gnutls -static" 0 kB
[ebuild   R    ] www-client/w3m-0.5.3-r5  USE="X gpm gtk nls ssl unicode -fbcon -imlib -lynxkeymap -migemo -nntp -vanilla -xface" LINGUAS="-ja" 0 kB
[ebuild   R    ] media-video/libav-9.14:0/9  USE="3dnow 3dnowext X alsa bzip2 gpl hardcoded-tables mmx mp3 network ssl threads truetype vorbis x264 zlib -aac (-altivec) -amr -avx -bindist -cdio -cpudetection -custom-cflags -debug -doc -encode -faac -fdk -frei0r -gsm -ieee1394 -jack -jpeg2k -mmxext (-neon) -openssl -opus -oss -pic -pulseaudio -rtmp -schroedinger -sdl -speex -ssse3 -static-libs {-test} -theora -tools -v4l -vaapi -vdpau (-vis) -vpx -xvid" 0 kB
[ebuild   R    ] sys-boot/grub-2.00_p5107-r2:2  USE="multislot nls truetype -custom-cflags -debug -device-mapper -doc -efiemu (-libzfs) -mount -sdl -static {-test}" GRUB_PLATFORMS="-coreboot -efi-32 -efi-64 -emu -ieee1275 -multiboot -pc -qemu -qemu-mips -yeeloong" 0 kB
[ebuild   R    ] net-misc/ntp-4.2.6_p5-r10  USE="ipv6 ssl vim-syntax -caps -debug -openntpd -parse-clocks -samba (-selinux) -snmp -zeroconf" 0 kB
[ebuild   R    ] app-portage/gentoolkit-0.3.0.8-r2  PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB
[ebuild   R    ] sys-libs/glibc-2.19-r1:2.2  USE="hardened -debug -gd (-multilib) -nscd -profile (-selinux) -suid -systemtap -vanilla" 0 kB
[ebuild   R    ] sys-libs/pam-1.1.8-r2  USE="nls vim-syntax -audit -berkdb -cracklib -debug -nis (-selinux) {-test}" 0 kB
[ebuild   R    ] sys-apps/util-linux-2.24.1-r3  USE="bash-completion nls pam python udev unicode -caps -cramfs -cytune -fdformat -ncurses (-selinux) -slang -static-libs -suid {-test} -tty-helpers" PYTHON_SINGLE_TARGET="python2_7 -python3_2 -python3_3 (-python3_4)" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 0 kB
[ebuild   R    ] sys-devel/gcc-4.7.3-r1:4.7  USE="cxx fortran gcj hardened nls nptl objc objc++ objc-gc openmp (-altivec) -awt -doc (-fixed-point) -go -graphite (-libssp) -mudflap (-multilib) (-multislot) -nopie -nossp -regression-test -vanilla" 0 kB
[ebuild   R    ] sys-apps/openrc-0.12.4  USE="netifrc pam unicode -debug -ncurses -newnet (-prefix) (-selinux) -static-libs -tools" 0 kB
[ebuild   R    ] sys-fs/e2fsprogs-1.42.10  USE="nls -static-libs" 0 kB
[ebuild   R    ] app-text/xmlto-0.0.25  USE="latex" 0 kB
[ebuild   R    ] sys-apps/dbus-1.8.6  USE="X -debug -doc (-selinux) -static-libs -systemd {-test}" 0 kB
[ebuild   R    ] dev-qt/qtdbus-4.8.5:4  USE="exceptions (-aqua) -debug (-pch)" 0 kB
[ebuild   R    ] dev-libs/dbus-glib-0.100.2-r1  USE="-debug -doc -static-libs {-test}" 0 kB
[ebuild   R    ] sys-auth/consolekit-0.4.6  USE="acl pam policykit -debug -doc (-selinux) -systemd-units {-test}" 0 kB
[ebuild   R    ] app-accessibility/at-spi2-core-2.12.0:2  USE="X -introspection" 0 kB
[ebuild   R    ] app-accessibility/at-spi2-atk-2.12.1:2  USE="{-test}" 0 kB
[ebuild   R    ] dev-python/dbus-python-1.2.0  USE="-doc -examples {-test}" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 0 kB
[ebuild   R    ] dev-python/PyQt4-4.10.3-r2  USE="X dbus declarative kde opengl script sql svg webkit -debug -designer -doc -examples -help -multimedia -phonon -scripttools -xmlpatterns" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB
[ebuild   R    ] app-arch/libarchive-3.1.2-r1:0/13  USE="acl bzip2 e2fsprogs iconv lzma lzo zlib -expat -nettle -static-libs -xattr" 0 kB
[ebuild   R    ] dev-util/cmake-2.8.12.2-r1  USE="qt4 -emacs -ncurses (-qt5) {-test}" 0 kB
[ebuild   R    ] media-gfx/graphite2-1.2.4-r1  USE="perl {-test}" 0 kB
[ebuild   R    ] media-libs/harfbuzz-0.9.28:0/0.9.18  USE="glib graphite icu truetype -cairo -introspection -static-libs {-test}" 0 kB
[ebuild   R    ] x11-libs/pango-1.36.5  USE="X -debug -introspection" 0 kB
[ebuild   R    ] x11-libs/gtk+-2.24.24:2  USE="vim-syntax (-aqua) -cups -debug -examples -introspection {-test} -xinerama" 0 kB
[ebuild  N     ] dev-java/gnu-classpath-0.98-r3:0.98  USE="alsa gmp gtk qt4 xml -debug -doc -dssi -examples -gconf -gjdoc -gstreamer" 10,764 kB
[ebuild  N     ] dev-java/jamvm-1.5.4-r2  USE="-debug -libffi" 641 kB
[ebuild  NS    ] virtual/jre-1.5.0-r2:1.5 [1.6.0-r1:1.6] 0 kB
[ebuild   R    ] sys-fs/udev-215-r1  USE="acl firmware-loader gudev kmod -doc -introspection (-selinux) -static-libs" 0 kB
[ebuild   R    ] virtual/libc-0  0 kB
[ebuild   R    ] virtual/service-manager-0  USE="(-prefix)" 0 kB
[ebuild   R    ] sys-apps/busybox-1.21.0  USE="ipv6 pam static -livecd -make-symlinks -math -mdev -savedconfig (-selinux) -sep-usr -syslog -systemd" 0 kB
[ebuild   R    ] dev-util/automoc-0.9.88  0 kB
[ebuild   R    ] kde-base/oxygen-icons-4.12.5:4/4.12  USE="(-aqua) -bindist" 0 kB
[ebuild   R    ] app-misc/strigi-0.7.8  USE="dbus exif ffmpeg qt4 -clucene -debug -fam -inotify (-log) {-test}" 0 kB
[ebuild   R    ] x11-libs/gtk+-3.12.2:3  USE="X vim-syntax (-aqua) -cloudprint -colord -cups -debug -examples -introspection {-test} -wayland -xinerama" 0 kB
[ebuild   R    ] dev-libs/libattica-0.4.2  USE="qt4 -debug (-qt5) {-test}" 0 kB
[ebuild   R    ] dev-libs/libdbusmenu-qt-0.9.2  USE="-debug -doc {-test}" 0 kB
[ebuild   R    ] media-libs/qimageblitz-0.0.6-r1  USE="3dnow mmx sse sse2 (-altivec) -debug" 0 kB
[ebuild   R    ] app-text/poppler-0.24.5:0/44  USE="cjk cxx jpeg lcms png qt4 tiff utils -cairo -curl -debug -doc -introspection -jpeg2k" 0 kB
[ebuild   R    ] gnome-base/librsvg-2.40.2-r1:2  USE="-introspection -tools -vala" 0 kB
[ebuild   R    ] net-libs/libssh-0.6.3:0/4  USE="sftp zlib -debug -doc -examples -gcrypt -gssapi -pcap -server -ssh1 -static-libs {-test}" 0 kB
[ebuild   R    ] x11-misc/xdg-utils-1.1.0_rc2  USE="perl -doc" 0 kB
[ebuild   R    ] app-crypt/pinentry-0.8.2  USE="gtk qt4 -caps -ncurses -static" 0 kB
[ebuild   R    ] sys-power/upower-0.99.0-r1:0/2  USE="-introspection -ios" 0 kB
[ebuild   Rf   ] dev-java/oracle-jdk-bin-1.7.0.65:1.7  USE="X alsa fontconfig nsplugin pax_kernel source (-aqua) -derby -doc -examples -jce (-selinux)" 0 kB
[ebuild   R    ] sys-kernel/hardened-sources-3.15.5-r2:3.15.5-r2  USE="symlink -build -deblob" 0 kB
[ebuild   R    ] dev-tex/luatex-0.70.1-r2  USE="-doc" 0 kB
[ebuild   R    ] app-crypt/gnupg-2.0.25  USE="bzip2 nls usb -adns -doc -ldap -mta -readline (-selinux) -smartcard -static" 0 kB
[ebuild   R    ] sys-auth/polkit-qt-0.103.0  USE="-debug -examples" 0 kB
[ebuild   R    ] gnome-extra/polkit-gnome-0.105  0 kB
[ebuild   R    ] app-text/texlive-core-2012-r1  USE="X cjk source -doc -tk -xetex" 0 kB
[ebuild   R    ] dev-texlive/texlive-documentation-base-2012  USE="source" 0 kB
[ebuild   R    ] dev-texlive/texlive-basic-2012  USE="source -doc" 0 kB
[ebuild   R    ] dev-texlive/texlive-fontutils-2012  USE="source -doc" 0 kB
[ebuild   R    ] dev-texlive/texlive-latex-2012  USE="source -doc" 0 kB
[ebuild   R    ] dev-texlive/texlive-latexrecommended-2012-r1  USE="source -doc" 0 kB
[ebuild   R    ] media-libs/phonon-4.6.0-r1  USE="vlc (-aqua) -debug -gstreamer -pulseaudio (-zeitgeist)" 0 kB
[ebuild   R    ] kde-base/kdelibs-4.12.5-r2:4/4.12  USE="3dnow acl alsa bzip2 lzma mmx nls opengl sse sse2 ssl udev upower (-altivec) (-aqua) -debug -doc -fam -handbook -jpeg2k -kerberos -openexr -policykit -semantic-desktop -spell {-test} -udisks -zeroconf" 0 kB
[ebuild   R    ] kde-base/libkworkspace-4.11.9:4/4.11  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kephal-4.11.9:4/4.11  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kactivities-4.12.5:4/4.12  USE="(-aqua) -semantic-desktop" 0 kB
[ebuild   R    ] kde-base/libkonq-4.12.5:4/4.12  USE="(-aqua) -debug {-test}" 0 kB
[ebuild   R    ] kde-base/ksysguard-4.11.9:4/4.11  USE="lm_sensors (-aqua) -debug -handbook {-test}" 0 kB
[ebuild   R    ] kde-base/kfmclient-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kcminit-4.11.9:4/4.11  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kcmshell-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kdesu-4.12.5:4/4.12  USE="(-aqua) -debug -handbook" 0 kB
[ebuild   R    ] kde-base/kcheckpass-4.11.9:4/4.11  USE="pam (-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/knotify-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/ksplash-4.11.9:4/4.11  USE="3dnow mmx sse sse2 (-altivec) (-aqua) -debug -xinerama" 0 kB
[ebuild   R    ] kde-base/kstartupconfig-4.11.9:4/4.11  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/phonon-kde-4.12.5:4/4.12  USE="alsa (-aqua) -debug -pulseaudio" 0 kB
[ebuild   R    ] kde-base/kreadconfig-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] media-video/vlc-2.1.2:0/5-7  USE="X alsa avcodec avformat cdda cddb dbus dvbpsi dvd ffmpeg flac fontconfig gcrypt kde mmx mp3 mpeg ogg opengl png postproc qt4 sse svg swscale truetype udev vorbis x264 xcb xml -a52 -aalib (-altivec) -atmo (-audioqueue) -avahi -bidi -bluray -chromaprint -dc1394 -debug -dirac -directfb (-directx) -dts -dvb (-dxva2) -egl -encode -faad -fdk -fluidsynth -gme -gnome (-gnutls) -growl -httpd -ieee1394 (-ios-vout) -jack -kate -libass -libcaca -libnotify -libsamplerate -libtar -libtiger -linsys -lirc -live -lua (-macosx) (-macosx-audio) (-macosx-dialog-provider) (-macosx-eyetv) (-macosx-qtkit) (-macosx-quartztext) (-macosx-vout) -matroska (-media-library) -modplug -mtp -musepack -ncurses (-neon) -omxil -opencv -optimisememory (-opus) -projectm -pulseaudio (-qt5) -rdp -rtsp -run-as-root -samba -schroedinger -sdl -sdl-image -sftp -shout -sid -skins -speex -taglib {-test} -theora -tremor -twolame -upnp -v4l -vaapi -vcdx (-vdpau) -vlm -wma-fixed -xv -zvbi" 0 kB
[ebuild   R    ] kde-base/liboxygenstyle-4.11.9:4/4.11.9  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kwalletd-4.12.5:4/4.12  USE="(-aqua) -debug -semantic-desktop" 0 kB
[ebuild   R    ] kde-base/kfile-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kiconfinder-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kdebugdialog-4.12.5:4/4.12  USE="(-aqua) -debug -handbook" 0 kB
[ebuild   R    ] kde-base/kdebase-menu-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/attica-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kstart-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kurifilter-plugins-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kquitapp-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/solid-runtime-4.12.5:4/4.12  USE="(-aqua) -bluetooth -debug -networkmanager" 0 kB
[ebuild   R    ] kde-base/keditfiletype-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kdebase-menu-icons-4.12.5:4/4.12  USE="(-aqua)" 0 kB
[ebuild   R    ] kde-base/kdebase-data-4.12.5:4/4.12  USE="(-aqua) -wallpapers" 0 kB
[ebuild   R    ] kde-base/kdontchangethehostname-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/ktimezoned-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kioclient-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/knetattach-4.12.5:4/4.12  USE="(-aqua) -debug -handbook" 0 kB
[ebuild   R    ] kde-base/ktraderclient-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kdebase-desktoptheme-4.12.5:4/4.12  USE="(-aqua)" 0 kB
[ebuild   R    ] kde-base/kwalletmanager-4.12.5:4/4.12  USE="(-aqua) -debug -handbook" 0 kB
[ebuild   R    ] kde-base/kmimetypefinder-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kuiserver-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/knewstuff-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/renamedlg-plugins-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kglobalaccel-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kimgio-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kpasswdserver-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kdialog-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/zeroconf-ioslave-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/pykde4-4.12.5:4/4.12  USE="(-aqua) -debug -doc -examples -semantic-desktop {-test}" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB
[ebuild   R    ] kde-base/katepart-4.12.5:4/4.12  USE="(-aqua) -debug -handbook" 0 kB
[ebuild   R    ] kde-base/kde-l10n-4.12.5:4/4.12  USE="(-aqua) -handbook" LINGUAS="en_GB -ar -bg -bs -ca -ca@valencia -cs -da -de -el -es -et -eu -fi -fr -ga -gl -he -hi -hr -hu -ia -is -it -ja -kk -km -ko -lt -lv -mr -nb -nds -nl -nn -pa -pl -pt -pt_BR -ro -ru -sk -sl -sr -sv -tr -ug -uk -vi -wa -zh_CN -zh_TW" 0 kB
[ebuild   R    ] kde-base/kwin-4.11.9:4/4.11  USE="opengl (-aqua) -debug -gles -wayland" 0 kB
[ebuild   R    ] kde-base/plasma-runtime-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/libplasmagenericshell-4.11.9:4/4.11  USE="(-aqua) -debug {-test}" 0 kB
[ebuild   R    ] kde-base/plasma-apps-4.12.5:4/4.12  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] media-libs/phonon-vlc-0.6.2  USE="-debug" 0 kB
[ebuild   R    ] kde-misc/kde-gtk-config-2.2.1:4  USE="(-aqua) -debug" LINGUAS="-bs -ca -ca@valencia -cs -da -de -el -es -et -eu -fi -fr -ga -gl -hu -id -it -ja -kk -km -lt -mr -nb -nds -nl -pl -pt -pt_BR -ro -ru -sk -sl -sv -uk -zh_CN -zh_TW" 0 kB
[ebuild   R    ] kde-base/kdebase-kioslaves-4.12.5:4/4.12  USE="bzip2 exif lzma sftp (-aqua) -debug -handbook -openexr -samba" 0 kB
[ebuild   R    ] kde-base/khotkeys-4.11.9:4/4.11  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/libplasmaclock-4.11.9:4/4.11  USE="(-aqua) -debug -semantic-desktop" 0 kB
[ebuild   R    ] kde-base/libtaskmanager-4.11.9:4/4.11  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kdepasswd-4.12.5:4/4.12  USE="(-aqua) -debug -handbook" 0 kB
[ebuild   R    ] sys-auth/polkit-kde-agent-0.99.0-r1:4  USE="(-aqua) -debug" LINGUAS="en_GB -ca -ca@valencia -cs -da -de -eo -es -et -fi -fr -ga -gl -hr -hu -is -it -ja -km -lt -mai -ms -nb -nds -nl -pa -pt -pt_BR -ro -ru -sk -sr -sr@ijekavian -sr@ijekavianlatin -sr@latin -sv -th -tr -uk -zh_TW" 0 kB
[ebuild   R    ] kde-base/gwenview-4.12.5:4/4.12  USE="(-aqua) -debug -handbook -kipi -semantic-desktop" 0 kB
[ebuild   R    ] kde-base/kdm-4.11.9-r1:4/4.11  USE="consolekit pam (-aqua) -debug -handbook -kerberos -systemd" 0 kB
[ebuild   R    ] kde-base/plasma-workspace-4.11.9:4/4.11  USE="python (-aqua) -debug -gps -handbook -json -qalculate -semantic-desktop" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 0 kB
[ebuild   R    ] kde-base/systemsettings-4.11.9:4/4.11  USE="gtk opengl usb (-aqua) -debug -handbook -semantic-desktop {-test}" 0 kB
[ebuild   R    ] kde-base/kcontrol-4.12.5:4/4.12  USE="(-aqua) -debug -handbook" 0 kB
[ebuild   R    ] kde-base/ksmserver-4.11.9:4/4.11  USE="(-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/krunner-4.11.9:4/4.11  USE="opengl (-aqua) -debug" 0 kB
[ebuild   R    ] kde-base/kdebase-startkde-4.11.9:4/4.11  USE="(-aqua) -wallpapers" 0 kB

Total: 553 packages (5 new, 1 in new slot, 547 reinstalls), Size of downloads: 12,788 kB
Fetch Restriction: 1 package

The following mask changes are necessary to proceed:
 (see "package.unmask" in the portage(5) man page for more details)
# required by virtual/jdk-1.6.0-r2
# required by dev-java/asm-2.0-r1
# required by dev-java/jarjar-0.9
# required by dev-java/xom-1.2.10
# required by dev-java/jaxen-1.1.1
# required by dev-java/jdom-jaxen-1.0-r1
# required by dev-java/jdom-1.0-r4
# /etc/portage/package.mask/temp.mask:
=dev-java/icedtea-bin-6.1.13.3-r3

NOTE: The --autounmask-keep-masks option will prevent emerge
      from creating package.unmask or ** keyword changes.
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Mon Aug 11, 2014 9:47 pm    Post subject: Reply with quote

forum truncated my make.conf:
Code:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.

CFLAGS="-march=amdfam10 -O2 -pipe"
CXXFLAGS="${CFLAGS}"

# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.

CHOST="x86_64-pc-linux-gnu"

# These are the USE flags that were used in addition to what is provided by the
# profile used for building.

MAKEOPTS="-j10"

USE="-3dfx 3dnow 3dnowext X
-a52 -aac -accessibility acl acpi -afs -aim alsa -altivec -ao -apm -aqua -atm
bash-completion -berkdb -bindist -bluetooth -branding bzip2
-cairo -cdb cdda cddb cdr -cgi cjk -clamav -coreaudio -cracklib css -cups -curl -custom-cflags -cvs cxx
dbus -debug -dga -directfb -djvu -doc -dri -dts -dv -dvb dvd dvdr
-emacs -encode -evo -examples exif
-fbcon ffmpeg fftw flac fontconfig fortran -freetds -frontbase ftp
gcj -gd gdbm -geoip -ggi gif gimp -git -glut gmp -gnome -gnome-keyring -gnutls -gphoto2 gpm -gps -gsl -gsm -gstreamer gtk gzip
-handbook hardened hddtemp -hdf5
-ibm -icq icu idn -ieee1394 -imagemagick -imlib -infiniband -introspection -ios -ipod ipv6
-jabber -jack java java6 javascript -jbig -jingle -jit -joystick jpeg -jpeg2k
kde -kerberos -kontact
-ladspa -lame -lapack latex lcms -ldap -libass -libffi -lirc lm_sensors -lua lzma lzo
-mad -matrox -mikmod mime -minimal mmap -mms mmx -mng mozilla mp3 mp4 mpeg mplayer -msn -mssql -mtp -multilib -mysql -mysqli
-nas -ncurses -netboot -nis nls nsplugin
odbc -offensive ogg -openal -openexr opengl openmp -osc -oscar -oss
-pch -pcmcia pcre -pda pdf perl php plasma png -policykit -portaudio posix -pulseaudio python
qt4 qt5 -quicktime
-raw -rdesktop -readline -rss ruby
-samba -sasl -scanner -sdl -seamonkey -semantic-desktop -smartcard smp -snmp sockets sound source -spell -sqlite -sqlite3 sse sse2 sse3 ssl -suid svg -sybase symlink sysvipc szip
-tcl -theora threads tiff timidity -tk truetype
udev -udisks unicode upower usb
-v4l vcd -vdpau vim-syntax -vnc vorbis
-webkit -wifi -wmf
x264 xcb -xemacs -xine -xinerama xml -xmp -xmpp -xosd -xscreensaver -xv -xvid
-yahoo
-zeroconf zlib
-egl exceptions gallium pax_kernel qt3support sse4 sse4a vlc -wallpapers"

FEATURES="candy -ccache compress-build-logs news parallel-fetch userfetch"

LINGUAS="en_GB en"

INPUT_DEVICES="evdev"

VIDEO_CARDS="radeonsi"

PYTHON_SINGLE_TARGET="python2_7"
PYTHON_TARGETS="python2_7 python3_3"

ACCEPT_LICENSE="Oracle-BCLA-JavaSE"

SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"

GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo"

#source /var/lib/layman/make.conf

#SANE_BACKENDS="epson epson2"


# Set PORTDIR for backward compatibility with various tools:
#   gentoo-bashcomp - bug #478444
#   euse - bug #474574
#   euses and ufed - bug #478318
PORTDIR="/usr/portage"
#PORTDIR_OVERLAY="/usr/local/portage"


Das ist bug oder?
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Mon Aug 11, 2014 10:54 pm    Post subject: Reply with quote

Curiouser and curiouser, thought Alice.
There's definitely something wacky going on in portage dependencies.

With icedtea-bin UNMerged and Masked:
emerge -epv world gives the 5 new packages above, but won't merge because icedtea-bin is masked (output as above).
emerge -uDNvp oracle-jdk-bin ditto (output as above).
emerge -epv oracle-jdk-bin ditto.

With icedtea-bin UNMerged and UNMasked:
emerge -epv world gives 1 new package (icedtea-bin going back in).
emerge -epv oracle-jdk-bin ditto.
emerge -uDNvp oracle-jdk-bin ditto.

So I think when I had icedtea-bin Merged but Masked was when I could put in those other 5 new ones with no problems. I had to rush to work so I'll try that when I get home. Or maybe I'll try merging those 5 by themselves and unmerging icedtea-bin again, see if those 5 can replace it or something.
Back to top
View user's profile Send private message
hunbalazs
n00b
n00b


Joined: 19 Jan 2015
Posts: 1

PostPosted: Mon Jan 19, 2015 3:21 pm    Post subject: Reply with quote

I think I found the root of the problem.

When you emerge oracle-jre-bin it pulls eselect-java which depend on >=virtual/jre-1.5.
Because virtual/jre-1.6 is the most recent stable package, portage will try to install it along with virtual/jdk-1.6 which is the preferred dependency according to this:
Code:
RDEPEND="|| (
        =virtual/jdk-1.6.0*
        =dev-java/ibm-jre-bin-1.6.0*
        =dev-java/diablo-jre-bin-1.6.0*
    )"

And finally we get to the end of the chain, virtual/jdk-1.6's dependencies:
Code:

RDEPEND="|| (
    ppc? ( ${PPC_OPTS} )
    ppc64? ( ${PPC_OPTS} )
    prefix? ( ${PREFIX_OPTS} )
    =dev-java/icedtea-bin-6* # <--
    =dev-java/icedtea-bin-1*
    =dev-java/icedtea-6*
    =dev-java/ibm-jdk-bin-1.6.0*
    =dev-java/hp-jdk-bin-1.6.0*
    =dev-java/diablo-jdk-1.6.0*
    =dev-java/soylatte-jdk-bin-1.0*
    =dev-java/apple-jdk-bin-1.6.0*
    =dev-java/winjdk-bin-1.6.0* )"


This problem can be easily fixed by adding ~amd64 keyword to virtual/jre and virtual/jdk because these will contain oracle-jre-bin as an alternate dependency
Code:

RDEPEND="|| (
        =virtual/jdk-1.7.0*
        =dev-java/oracle-jre-bin-1.7.0*
    )"

and
Code:

RDEPEND="|| (
        =dev-java/icedtea-bin-7*
        =dev-java/icedtea-7*
        =dev-java/oracle-jdk-bin-1.7.0*
        =dev-java/soylatte-jdk-bin-7*
    )"
Back to top
View user's profile Send private message
vespaman
Guru
Guru


Joined: 28 Aug 2002
Posts: 346
Location: Stockholm, Sweden

PostPosted: Thu Feb 04, 2016 12:59 pm    Post subject: Reply with quote

Hi Guys,


I'm seeing this, or a similar problem on my laptop now; icedtea/icedtea-web gets pulled in and blocks oracle.

I have tried removing icedtea and icedtea-web, since I need oracle-jdk in my work, but they gets pulled back in.

I see different solutions in this thread, but not sure which is the best way to tackle this problem??
Back to top
View user's profile Send private message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3846
Location: Austro Bavaria

PostPosted: Thu Feb 04, 2016 1:52 pm    Post subject: Reply with quote

why not mask unwanted packages? that'S my usual approach, especially when there are several packages which meet the demand.
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Thu Feb 04, 2016 2:40 pm    Post subject: Reply with quote

vespaman wrote:
I see different solutions in this thread, but not sure which is the best way to tackle this problem??
Did you realize the previous post in this thread was more than a year old?

May we assume your arch is amd64 and you want java8, so have a look into https://gitweb.gentoo.org/repo/gentoo.git/tree/virtual/jdk/jdk-1.8.0-r1.ebuild.
Simply doing "# emerge -1avt dev-java/oracle-jdk-bin:1.8" should do it.

And @tw04l124, there should not be a need to mask anything here.
Back to top
View user's profile Send private message
vespaman
Guru
Guru


Joined: 28 Aug 2002
Posts: 346
Location: Stockholm, Sweden

PostPosted: Thu Feb 04, 2016 3:12 pm    Post subject: Reply with quote

charles17 wrote:
vespaman wrote:
I see different solutions in this thread, but not sure which is the best way to tackle this problem??
Did you realize the previous post in this thread was more than a year old?


I did, and was contemplating creating a new thread, but thought that my issue where related.

charles17 wrote:

May we assume your arch is amd64 and you want java8, so have a look into https://gitweb.gentoo.org/repo/gentoo.git/tree/virtual/jdk/jdk-1.8.0-r1.ebuild.
Simply doing "# emerge -1avt dev-java/oracle-jdk-bin:1.8" should do it.


Yes, sorry! I'm on ~amd64, and trying to get back my oracle (any version).

However, I reinstalled as per your suggestion, and still icedtea where pulled in on a world update, causing conflicts. But now I could track it down to the nsplugin useflag - by removing it, icedtea is silent.

I'm guessing I need to reinstall oracle-jdk again with this useflag to get webstart up and running again.

Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum