graaff 14/08/15 07:19:04 Modified: ChangeLog nokogiri-1.6.0.ebuild Log: Nokogiri checks compiled vs. runtime version of libxml2 and will start complaining if they do not match. Add subslot to dependency to trigger rebuilds once libxml2 has subslots. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.101 dev-ruby/nokogiri/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 5 Aug 2014 16:00:54 -0000 1.100 +++ ChangeLog 15 Aug 2014 07:19:04 -0000 1.101 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/nokogiri # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.100 2014/08/05 16:00:54 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.101 2014/08/15 07:19:04 graaff Exp $ + + 15 Aug 2014; Hans de Graaff <[email protected]> nokogiri-1.6.0.ebuild: + Nokogiri checks compiled vs. runtime version of libxml2 and will start + complaining if they do not match. Add subslot to dependency to trigger + rebuilds once libxml2 has subslots. 05 Aug 2014; Manuel RĂ¼ger <[email protected]> nokogiri-1.5.10.ebuild, nokogiri-1.5.5.ebuild, nokogiri-1.6.0.ebuild: 1.7 dev-ruby/nokogiri/nokogiri-1.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild?r1=1.6&r2=1.7 Index: nokogiri-1.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nokogiri-1.6.0.ebuild 5 Aug 2014 16:00:54 -0000 1.6 +++ nokogiri-1.6.0.ebuild 15 Aug 2014 07:19:04 -0000 1.7 @@ -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-ruby/nokogiri/nokogiri-1.6.0.ebuild,v 1.6 2014/08/05 16:00:54 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild,v 1.7 2014/08/15 07:19:04 graaff Exp $ EAPI=5 @@ -21,7 +21,7 @@ IUSE="" RDEPEND="${RDEPEND} - dev-libs/libxml2 + dev-libs/libxml2:= dev-libs/libxslt" DEPEND="${DEPEND} dev-libs/libxml2
