diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:12:42 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:12:42 +0000 |
commit | eb241258d145846da00957ef898b22ecd9871174 (patch) | |
tree | 1882a9f031c90973226959e969f08c7ba553d2c7 /sci-physics | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-eb241258d145846da00957ef898b22ecd9871174.tar.gz gentoo-2-eb241258d145846da00957ef898b22ecd9871174.tar.bz2 gentoo-2-eb241258d145846da00957ef898b22ecd9871174.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/root/root-5.26.00-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/root/root-5.26.00e-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index e3add9dfb1b6..62dd62dec971 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/root # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.79 2011/02/13 12:42:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.80 2011/03/02 21:12:42 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> root-5.26.00-r2.ebuild, + root-5.26.00e-r1.ebuild: + Correct Slots for gtk 3 introduction to tree 13 Feb 2011; Raúl Porcel <armin76@gentoo.org> root-5.26.00-r2.ebuild, root-5.26.00e-r1.ebuild: diff --git a/sci-physics/root/root-5.26.00-r2.ebuild b/sci-physics/root/root-5.26.00-r2.ebuild index 800ec112686c..252cb5b4fd63 100644 --- a/sci-physics/root/root-5.26.00-r2.ebuild +++ b/sci-physics/root/root-5.26.00-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00-r2.ebuild,v 1.9 2011/02/13 12:42:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00-r2.ebuild,v 1.10 2011/03/02 21:12:42 jlec Exp $ EAPI=2 inherit versionator eutils qt4 elisp-common fdo-mime toolchain-funcs flag-o-matic @@ -64,7 +64,7 @@ CDEPEND=">=dev-lang/cfortran-4.4-r2 ruby? ( dev-lang/ruby dev-ruby/rubygems ) ssl? ( dev-libs/openssl ) - xml? ( dev-libs/libxml2 )" + xml? ( dev-libs/libxml2:2 )" DEPEND="${CDEPEND} dev-util/pkgconfig" diff --git a/sci-physics/root/root-5.26.00e-r1.ebuild b/sci-physics/root/root-5.26.00e-r1.ebuild index 3e658e186a5b..a19bc6253f07 100644 --- a/sci-physics/root/root-5.26.00e-r1.ebuild +++ b/sci-physics/root/root-5.26.00e-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00e-r1.ebuild,v 1.3 2011/02/13 12:42:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00e-r1.ebuild,v 1.4 2011/03/02 21:12:42 jlec Exp $ EAPI=3 @@ -65,7 +65,7 @@ CDEPEND=">=dev-lang/cfortran-4.4-r2 ruby? ( dev-lang/ruby dev-ruby/rubygems ) ssl? ( dev-libs/openssl ) - xml? ( dev-libs/libxml2 )" + xml? ( dev-libs/libxml2:2 )" DEPEND="${CDEPEND} dev-util/pkgconfig" |