diff options
author | Markus Meier <maekke@gentoo.org> | 2009-09-19 09:43:26 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-09-19 09:43:26 +0000 |
commit | 64da41b2524484e9eafa1df1eb8f2085cd67c258 (patch) | |
tree | 7b9df7280b7b6c7f105b6b82d3a345db26aab7fe /sci-libs | |
parent | Version bump. Various safe bug fixes (diff) | |
download | gentoo-2-64da41b2524484e9eafa1df1eb8f2085cd67c258.tar.gz gentoo-2-64da41b2524484e9eafa1df1eb8f2085cd67c258.tar.bz2 gentoo-2-64da41b2524484e9eafa1df1eb8f2085cd67c258.zip |
amd64/x86 stable, bug #284613
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/szip/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/szip/szip-2.1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/szip/ChangeLog b/sci-libs/szip/ChangeLog index 43d49d08589f..8aad48c5b70b 100644 --- a/sci-libs/szip/ChangeLog +++ b/sci-libs/szip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/szip -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.15 2009/01/21 10:06:14 bicatali Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.16 2009/09/19 09:43:26 maekke Exp $ + + 19 Sep 2009; Markus Meier <maekke@gentoo.org> szip-2.1.ebuild: + amd64/x86 stable, bug #284613 21 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> -files/szip-2.0-example.patch, metadata.xml, -szip-2.0.ebuild, diff --git a/sci-libs/szip/szip-2.1.ebuild b/sci-libs/szip/szip-2.1.ebuild index c270efa492e1..56883b2f6168 100644 --- a/sci-libs/szip/szip-2.1.ebuild +++ b/sci-libs/szip/szip-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/szip-2.1.ebuild,v 1.4 2009/01/21 10:06:14 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/szip-2.1.ebuild,v 1.5 2009/09/19 09:43:26 maekke Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.hdfgroup.org/lib-external/${PN}/${PV}/src/${P}.tar.gz" LICENSE="szip" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="" |