diff options
author | 2008-01-02 16:51:43 +0000 | |
---|---|---|
committer | 2008-01-02 16:51:43 +0000 | |
commit | 017731e4027087c4946f4f7913410c31cfe1ba18 (patch) | |
tree | db437bd35cb5b725d7f15b90cbdd2fe1361dfb0d /sci-libs/gsl | |
parent | whitespace (diff) | |
download | gentoo-2-017731e4027087c4946f4f7913410c31cfe1ba18.tar.gz gentoo-2-017731e4027087c4946f4f7913410c31cfe1ba18.tar.bz2 gentoo-2-017731e4027087c4946f4f7913410c31cfe1ba18.zip |
Re-add ~ia64
(Portage version: 2.1.3.19)
Diffstat (limited to 'sci-libs/gsl')
-rw-r--r-- | sci-libs/gsl/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/gsl/gsl-1.10.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/gsl/ChangeLog b/sci-libs/gsl/ChangeLog index 82d5ca373089..4a7c5815b198 100644 --- a/sci-libs/gsl/ChangeLog +++ b/sci-libs/gsl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gsl -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.40 2007/10/11 16:55:45 bicatali Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.41 2008/01/02 16:51:43 armin76 Exp $ + + 02 Jan 2008; Raúl Porcel <armin76@gentoo.org> gsl-1.10.ebuild: + Re-add ~ia64 11 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> gsl-1.9-r1.ebuild, gsl-1.10.ebuild: diff --git a/sci-libs/gsl/gsl-1.10.ebuild b/sci-libs/gsl/gsl-1.10.ebuild index f2c320aba1df..d70c3e594a22 100644 --- a/sci-libs/gsl/gsl-1.10.ebuild +++ b/sci-libs/gsl/gsl-1.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.10.ebuild,v 1.2 2007/10/11 16:55:45 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.10.ebuild,v 1.3 2008/01/02 16:51:43 armin76 Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="cblas" RDEPEND="app-admin/eselect-cblas |