diff options
author | 2007-08-11 13:31:38 +0000 | |
---|---|---|
committer | 2007-08-11 13:31:38 +0000 | |
commit | 0224284eeba225253646075a2fdd2137c57746d9 (patch) | |
tree | 049b79879e853ca64a1a7931cb709a83726822ec /sci-libs/io_lib | |
parent | Version bump. (diff) | |
download | gentoo-2-0224284eeba225253646075a2fdd2137c57746d9.tar.gz gentoo-2-0224284eeba225253646075a2fdd2137c57746d9.tar.bz2 gentoo-2-0224284eeba225253646075a2fdd2137c57746d9.zip |
Add back ~sparc keyword: Builds as expected and utilities seem to work.
(Portage version: 2.1.3.4)
Diffstat (limited to 'sci-libs/io_lib')
-rw-r--r-- | sci-libs/io_lib/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/io_lib/io_lib-1.10.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/io_lib/ChangeLog b/sci-libs/io_lib/ChangeLog index 0b62a8c66eeb..269888abae36 100644 --- a/sci-libs/io_lib/ChangeLog +++ b/sci-libs/io_lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/io_lib -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/ChangeLog,v 1.9 2006/10/22 16:36:50 ribosome Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/ChangeLog,v 1.10 2007/08/11 13:31:38 fmccor Exp $ + + 11 Aug 2007; Ferris McCormick <fmccor@gentoo.org> io_lib-1.10.1.ebuild: + Add back ~sparc keyword: Builds as expected and utilities seem to work. *io_lib-1.10.1 (22 Oct 2006) diff --git a/sci-libs/io_lib/io_lib-1.10.1.ebuild b/sci-libs/io_lib/io_lib-1.10.1.ebuild index 8dd76660af6f..99b56afbcb3d 100644 --- a/sci-libs/io_lib/io_lib-1.10.1.ebuild +++ b/sci-libs/io_lib/io_lib-1.10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/io_lib-1.10.1.ebuild,v 1.1 2006/10/22 16:36:50 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/io_lib/io_lib-1.10.1.ebuild,v 1.2 2007/08/11 13:31:38 fmccor Exp $ DESCRIPTION="A general purpose trace and experiment file reading/writing interface" HOMEPAGE="http://staden.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/staden/${P}.tar.gz" LICENSE="staden" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" # Prototype changes in io_lib-1.9.0 create incompatibilities with BioPerl. (Only |