diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 22:14:07 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-03 22:14:07 +0000 |
commit | cc3103e6e0a7f1463fe54948b9b65c91b77363de (patch) | |
tree | dd742a66b3b1782e4b6f981bf6b7e0bbaa62234b /sci-libs | |
parent | Remove old. (diff) | |
download | gentoo-2-cc3103e6e0a7f1463fe54948b9b65c91b77363de.tar.gz gentoo-2-cc3103e6e0a7f1463fe54948b9b65c91b77363de.tar.bz2 gentoo-2-cc3103e6e0a7f1463fe54948b9b65c91b77363de.zip |
keyword amd64-linux x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/matio/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/matio/matio-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/matio/ChangeLog b/sci-libs/matio/ChangeLog index 91b238920356..92f65112336f 100644 --- a/sci-libs/matio/ChangeLog +++ b/sci-libs/matio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/matio # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/matio/ChangeLog,v 1.2 2012/04/24 17:50:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/matio/ChangeLog,v 1.3 2012/08/03 22:14:07 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> matio-1.5.0.ebuild: + keyword amd64-linux x86-linux *matio-1.5.0 (24 Apr 2012) diff --git a/sci-libs/matio/matio-1.5.0.ebuild b/sci-libs/matio/matio-1.5.0.ebuild index f9cc55fa3522..854ed4479a7c 100644 --- a/sci-libs/matio/matio-1.5.0.ebuild +++ b/sci-libs/matio/matio-1.5.0.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-libs/matio/matio-1.5.0.ebuild,v 1.1 2012/04/24 17:50:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/matio/matio-1.5.0.ebuild,v 1.2 2012/08/03 22:14:07 bicatali Exp $ EAPI=4 inherit autotools eutils @@ -9,7 +9,7 @@ DESCRIPTION="Library for reading and writing matlab files" HOMEPAGE="http://sourceforge.net/projects/matio/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples hdf5 sparse static-libs" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" RDEPEND="sys-libs/zlib |