diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-06 22:09:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-06 22:09:44 +0000 |
commit | 381aee0f221d82e59748609560acc672d6f4a9b1 (patch) | |
tree | effd2a6525e9f8cf769827ea368398a35d076ead /sys-libs | |
parent | Stable on x86 (diff) | |
download | gentoo-2-381aee0f221d82e59748609560acc672d6f4a9b1.tar.gz gentoo-2-381aee0f221d82e59748609560acc672d6f4a9b1.tar.bz2 gentoo-2-381aee0f221d82e59748609560acc672d6f4a9b1.zip |
stabilize for security #98121
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/zlib/zlib-1.2.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/zlib/zlib-1.2.2-r1.ebuild b/sys-libs/zlib/zlib-1.2.2-r1.ebuild index ad051b4d090c..cf0b3be06e64 100644 --- a/sys-libs/zlib/zlib-1.2.2-r1.ebuild +++ b/sys-libs/zlib/zlib-1.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.2-r1.ebuild,v 1.1 2005/07/06 13:10:50 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.2-r1.ebuild,v 1.2 2005/07/06 22:09:44 vapier Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://www.gzip.org/zlib/${P}.tar.bz2 LICENSE="ZLIB" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="build" RDEPEND="" |