caster 14/06/30 22:34:34 Modified: ChangeLog icedtea-bin-6.1.13.3-r3.ebuild Log: Fix icedtea-web use dep, which was requesting icedtea7 instead of nsplugin. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4E61DE84)
Revision Changes Path 1.68 dev-java/icedtea-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?r1=1.67&r2=1.68 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- ChangeLog 30 Jun 2014 22:32:18 -0000 1.67 +++ ChangeLog 30 Jun 2014 22:34:34 -0000 1.68 @@ -1,6 +1,10 @@ # ChangeLog for dev-java/icedtea-bin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v 1.67 2014/06/30 22:32:18 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v 1.68 2014/06/30 22:34:34 caster Exp $ + + 30 Jun 2014; Vlastimil Babka <[email protected]> + icedtea-bin-6.1.13.3-r3.ebuild: + Fix icedtea-web use dep, which was requesting icedtea7 instead of nsplugin. 30 Jun 2014; Vlastimil Babka <[email protected]> -icedtea-bin-6.1.13.3.ebuild, -icedtea-bin-6.1.13.3-r1.ebuild: 1.2 dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild?r1=1.1&r2=1.2 Index: icedtea-bin-6.1.13.3-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- icedtea-bin-6.1.13.3-r3.ebuild 27 Jun 2014 14:34:25 -0000 1.1 +++ icedtea-bin-6.1.13.3-r3.ebuild 30 Jun 2014 22:34:34 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild,v 1.1 2014/06/27 14:34:25 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild,v 1.2 2014/06/30 22:34:34 caster Exp $ EAPI="5" @@ -70,7 +70,7 @@ cups? ( ${CUPS_COMMON_DEP} )" PDEPEND="webstart? ( dev-java/icedtea-web:0 ) - nsplugin? ( dev-java/icedtea-web:0[icedtea7] )" + nsplugin? ( dev-java/icedtea-web:0[nsplugin] )" src_install() { local dest="/opt/${P}"
