diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-10-12 19:57:39 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-10-12 19:57:39 +0000 |
commit | 6b75f530559becc9539b84767b7717a8c216c4e5 (patch) | |
tree | 7ba9b0b5d501ead2f587bf52427f037a7d9a9d04 /sci-libs | |
parent | KDE 3.5.9 removal (diff) | |
download | gentoo-2-6b75f530559becc9539b84767b7717a8c216c4e5.tar.gz gentoo-2-6b75f530559becc9539b84767b7717a8c216c4e5.tar.bz2 gentoo-2-6b75f530559becc9539b84767b7717a8c216c4e5.zip |
Stable for HPPA (bug #245707).
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/szip/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/szip/szip-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/szip/ChangeLog b/sci-libs/szip/ChangeLog index 9194794a5b24..bb57b91c8442 100644 --- a/sci-libs/szip/ChangeLog +++ b/sci-libs/szip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/szip # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.17 2009/09/20 18:41:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.18 2009/10/12 19:57:39 jer Exp $ + + 12 Oct 2009; Jeroen Roovers <jer@gentoo.org> szip-2.1.ebuild: + Stable for HPPA (bug #245707). 20 Sep 2009; nixnut <nixnut@gentoo.org> szip-2.1.ebuild: ppc stable #284613 diff --git a/sci-libs/szip/szip-2.1.ebuild b/sci-libs/szip/szip-2.1.ebuild index 16eb25a3e217..3ecccc9e0b99 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.6 2009/09/20 18:41:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/szip-2.1.ebuild,v 1.7 2009/10/12 19:57:39 jer 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="" |