diff options
-rw-r--r-- | sci-physics/root/ChangeLog | 7 | ||||
-rw-r--r-- | sci-physics/root/root-5.32.03-r2.ebuild | 6 | ||||
-rw-r--r-- | sci-physics/root/root-5.34.01.ebuild | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 842620a95e12..ec8592d4701c 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-physics/root # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.108 2012/07/22 20:33:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.109 2012/10/16 18:50:45 jlec Exp $ + + 16 Oct 2012; Justin Lecher <jlec@gentoo.org> root-5.32.03-r2.ebuild, + root-5.34.01.ebuild: + Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the + updated fortran-2.eclass 22 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> -root-5.34.00.ebuild, +root-5.34.01.ebuild, +files/root-5.34.01-glibc216.patch: diff --git a/sci-physics/root/root-5.32.03-r2.ebuild b/sci-physics/root/root-5.32.03-r2.ebuild index 07ee173752f4..e1f24607d7b3 100644 --- a/sci-physics/root/root-5.32.03-r2.ebuild +++ b/sci-physics/root/root-5.32.03-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.32.03-r2.ebuild,v 1.4 2012/07/14 18:46:46 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.32.03-r2.ebuild,v 1.5 2012/10/16 18:50:45 jlec Exp $ EAPI=4 @@ -100,9 +100,7 @@ CDEPEND=" DEPEND="${CDEPEND} virtual/pkgconfig" -RDEPEND=" - virtual/fortran - ${CDEPEND} +RDEPEND="${CDEPEND} reflex? ( dev-cpp/gccxml ) xinetd? ( sys-apps/xinetd )" diff --git a/sci-physics/root/root-5.34.01.ebuild b/sci-physics/root/root-5.34.01.ebuild index 51c9f319594c..dd57ce2403db 100644 --- a/sci-physics/root/root-5.34.01.ebuild +++ b/sci-physics/root/root-5.34.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.01.ebuild,v 1.1 2012/07/22 20:33:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.01.ebuild,v 1.2 2012/10/16 18:50:45 jlec Exp $ EAPI=4 @@ -99,9 +99,7 @@ CDEPEND=" DEPEND="${CDEPEND} virtual/pkgconfig" -RDEPEND=" - virtual/fortran - ${CDEPEND} +RDEPEND="${CDEPEND} reflex? ( dev-cpp/gccxml ) xinetd? ( sys-apps/xinetd )" |