diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-14 18:46:46 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-14 18:46:46 +0000 |
commit | a775f8006909fd47b76f91f83bd6a29e19de0c67 (patch) | |
tree | ce20dbdbca7267e38e3cafb407c21f49a9f8b3ea /sci-physics | |
parent | marked x86 per bug 424745 (diff) | |
download | gentoo-2-a775f8006909fd47b76f91f83bd6a29e19de0c67.tar.gz gentoo-2-a775f8006909fd47b76f91f83bd6a29e19de0c67.tar.bz2 gentoo-2-a775f8006909fd47b76f91f83bd6a29e19de0c67.zip |
marked x86 per bug 424745
(Portage version: 2.2.0_alpha117/cvs/Linux i686)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/root/root-5.32.03-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 5e2af614115e..84c0ed6d4321 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,9 @@ # 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.105 2012/07/09 11:45:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.106 2012/07/14 18:46:46 jdhore Exp $ + + 14 Jul 2012; Jeff Horelick <jdhore@gentoo.org> root-5.32.03-r2.ebuild: + marked x86 per bug 424745 09 Jul 2012; Agostino Sarubbo <ago@gentoo.org> root-5.32.03-r2.ebuild: Stable for amd64, wrt bug #424745 diff --git a/sci-physics/root/root-5.32.03-r2.ebuild b/sci-physics/root/root-5.32.03-r2.ebuild index 718591cfaa3d..07ee173752f4 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.3 2012/07/09 11:45:21 ago Exp $ +# $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 $ EAPI=4 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" else SRC_URI="ftp://root.cern.ch/${PN}/${PN}_v${PV}.source.tar.gz" - KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" fi inherit elisp-common eutils fdo-mime fortran-2 multilib python toolchain-funcs user ${_SVN} |