diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-27 03:40:44 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-27 03:40:44 +0000 |
commit | baf62e30d952296be41e60b1afe87c9d5f758bce (patch) | |
tree | 5d5a847219574520471eeeeb136714d83750f22d /sci-physics/root | |
parent | Fix for readline 6.3, thanks Helmut Jarausch bug #505886 (diff) | |
download | gentoo-2-baf62e30d952296be41e60b1afe87c9d5f758bce.tar.gz gentoo-2-baf62e30d952296be41e60b1afe87c9d5f758bce.tar.bz2 gentoo-2-baf62e30d952296be41e60b1afe87c9d5f758bce.zip |
Finer sub-slotting necessary, bug #505358
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-physics/root')
-rw-r--r-- | sci-physics/root/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/root/root-5.34.18-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index d884fcea3684..71f73744ee75 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/root # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.129 2014/03/26 21:06:51 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.130 2014/03/27 03:40:44 bicatali Exp $ + + 27 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> root-5.34.18-r1.ebuild: + Finer sub-slotting necessary, bug #505358 *root-5.34.18-r1 (26 Mar 2014) diff --git a/sci-physics/root/root-5.34.18-r1.ebuild b/sci-physics/root/root-5.34.18-r1.ebuild index 80d616c2514f..3f4c04750443 100644 --- a/sci-physics/root/root-5.34.18-r1.ebuild +++ b/sci-physics/root/root-5.34.18-r1.ebuild @@ -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/sci-physics/root/root-5.34.18-r1.ebuild,v 1.1 2014/03/26 21:06:51 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild,v 1.2 2014/03/27 03:40:44 bicatali Exp $ EAPI=5 @@ -23,7 +23,7 @@ DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="http://root.cern.ch/" DOC_URI="ftp://root.cern.ch/${PN}/doc" -SLOT="0/$(get_version_component_range 1-2 ${PV})" +SLOT="0/$(get_version_component_range 1-3 ${PV})" LICENSE="LGPL-2.1" IUSE="+X afs avahi c++0x doc emacs examples fits fftw graphviz kerberos ldap +math minimal mpi mysql odbc +opengl openmp |