chewi 15/07/28 23:37:52 Modified: ChangeLog package.use.mask Log: Remove obsolete nsplugin unmasks because the old Sun JVMs are masked entirely. Replace with new Oracle ones that also include javafx.
Revision Changes Path 1.329 profiles/arch/amd64/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.329&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.329&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?r1=1.328&r2=1.329 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v retrieving revision 1.328 retrieving revision 1.329 diff -u -r1.328 -r1.329 --- ChangeLog 16 Jul 2015 16:21:03 -0000 1.328 +++ ChangeLog 28 Jul 2015 23:37:52 -0000 1.329 @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.328 2015/07/16 16:21:03 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.329 2015/07/28 23:37:52 chewi Exp $ + + 28 Jul 2015; James Le Cuirot <[email protected]> package.use.mask: + Remove obsolete nsplugin unmasks because the old Sun JVMs are masked + entirely. Replace with new Oracle ones that also include javafx. 16 Jul 2015; Brian Evans <[email protected]> package.use.mask: Remove stale package.use.mask entry on igbinary for dev-php/pecl-memcached 1.207 profiles/arch/amd64/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.207&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.207&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?r1=1.206&r2=1.207 Index: package.use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v retrieving revision 1.206 retrieving revision 1.207 diff -u -r1.206 -r1.207 --- package.use.mask 16 Jul 2015 16:21:03 -0000 1.206 +++ package.use.mask 28 Jul 2015 23:37:52 -0000 1.207 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.206 2015/07/16 16:21:03 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.207 2015/07/28 23:37:52 chewi Exp $ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -18,6 +18,11 @@ #--- END OF EXAMPLES --- +# James Le Cuirot <[email protected]> (28 Jul 2015) +# JavaFX and the browser plugin are included on x64 Linux. +dev-java/oracle-jdk-bin -javafx -nsplugin +dev-java/oracle-jre-bin -javafx -nsplugin + # Michael Sterrett <[email protected]> (21 Apr 2015) # None of the fusionsound deps support multilib currently, maybe later. # Hiding the use flag fixes bug #545662 for now. @@ -247,10 +252,6 @@ media-libs/imlib2 mmx media-libs/imlib2 cpu_flags_x86_mmx -# Serkan Kaba <[email protected]> (5 Feb 2009) -# finally a 64bit java plugin ->=dev-java/sun-jre-bin-1.6.0.12 -nsplugin - # Jeremy Olexa <[email protected]> (27 Dec 2008) # Mask static USE flag because it just doesn't work on amd64. See bug 236591 >=app-arch/p7zip-4.58 static @@ -260,10 +261,6 @@ # bad comment heading. see bug #246144 media-video/mplayer -cpudetection -custom-cpuopts -bindist -# Vlastimil Babka <[email protected]> (12 Dec 2008) -# finally a 64bit java plugin ->=dev-java/sun-jdk-1.6.0.12_beta2 -nsplugin - # Tomas Chvatal <[email protected]> (31 Jan 2009) # masked in base, unmask for x86/amd64 sci-misc/boinc -cuda
