diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-03-29 16:36:44 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-03-29 16:36:44 +0000 |
commit | b3db8c70619eaac1e65c1e49e08cd9743cc6810b (patch) | |
tree | 892fe6308aaa96e335edb538faeb4f243cfdbe4f /sci-libs | |
parent | Fixed digest. (diff) | |
download | gentoo-2-b3db8c70619eaac1e65c1e49e08cd9743cc6810b.tar.gz gentoo-2-b3db8c70619eaac1e65c1e49e08cd9743cc6810b.tar.bz2 gentoo-2-b3db8c70619eaac1e65c1e49e08cd9743cc6810b.zip |
add -sparc keyword: This package is currently set up NOT to build on linux:sparc and cannot build as distributed. Keyword is to make this explicit.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/root/ChangeLog | 10 | ||||
-rw-r--r-- | sci-libs/root/root-4.02.00.ebuild | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sci-libs/root/ChangeLog b/sci-libs/root/ChangeLog index 3384a5666fa7..a278b34aa68c 100644 --- a/sci-libs/root/ChangeLog +++ b/sci-libs/root/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sci-libs/root # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/ChangeLog,v 1.5 2005/03/12 23:00:30 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/ChangeLog,v 1.6 2005/03/29 16:36:44 fmccor Exp $ + + 29 Mar 2005; Ferris McCormick <fmccor@gentoo.org> root-4.02.00.ebuild: + Add -sparc keyword to make explicit that as distributed, this package cannot + build on sparc. Supported architectures are hardwired in a tgz file included + within the package: xrootd/src/xrootd-20041124-0752.src.tgz, and in + unix/src/TUnixSystem.cxx, and linux:sparc is not among them. There is no + apparent for this package not to work on sparc, but as constituted, it cannot + without upstream support. 12 Mar 2005; Patrick Kursawe <phosphan@gentoo.org> root-4.02.00.ebuild: No bugs for this version for about two months -> stable diff --git a/sci-libs/root/root-4.02.00.ebuild b/sci-libs/root/root-4.02.00.ebuild index 1308b8a8901a..be21895dffdc 100644 --- a/sci-libs/root/root-4.02.00.ebuild +++ b/sci-libs/root/root-4.02.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-4.02.00.ebuild,v 1.2 2005/03/12 23:00:30 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-4.02.00.ebuild,v 1.3 2005/03/29 16:36:44 fmccor Exp $ inherit flag-o-matic eutils @@ -13,7 +13,7 @@ HOMEPAGE="http://root.cern.ch/" SLOT="0" LICENSE="as-is" -KEYWORDS="x86" +KEYWORDS="x86 -sparc" IUSE="afs kerberos ldap mysql opengl postgres python qt" DEPEND="virtual/x11 |