diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-07-21 14:28:40 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-07-21 14:28:40 +0000 |
commit | e316a390e293514e09982fcc4699283e3f4d37cb (patch) | |
tree | cef51efd256139d0a3b035f1c6d5da1c74fa6936 /sys-libs/zlib/zlib-1.2.3.ebuild | |
parent | Fix vulnerabilities in libgadu (#99754). (diff) | |
download | gentoo-2-e316a390e293514e09982fcc4699283e3f4d37cb.tar.gz gentoo-2-e316a390e293514e09982fcc4699283e3f4d37cb.tar.bz2 gentoo-2-e316a390e293514e09982fcc4699283e3f4d37cb.zip |
Stable on amd64.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-libs/zlib/zlib-1.2.3.ebuild')
-rw-r--r-- | sys-libs/zlib/zlib-1.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/zlib/zlib-1.2.3.ebuild b/sys-libs/zlib/zlib-1.2.3.ebuild index f795bec27ca9..a33d2a2ce3db 100644 --- a/sys-libs/zlib/zlib-1.2.3.ebuild +++ b/sys-libs/zlib/zlib-1.2.3.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.3.ebuild,v 1.2 2005/07/21 11:58:58 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.3.ebuild,v 1.3 2005/07/21 14:28:40 herbs 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="" |