diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-23 23:49:55 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-23 23:49:55 +0000 |
commit | a71de13927e67963089a6f5ed6f95d962861b741 (patch) | |
tree | 6e3ae1b0666e7efeb05f2f6ffe2e16a38fd7bef5 /sys-libs/zlib/zlib-1.2.3-r1.ebuild | |
parent | New version (diff) | |
download | gentoo-2-a71de13927e67963089a6f5ed6f95d962861b741.tar.gz gentoo-2-a71de13927e67963089a6f5ed6f95d962861b741.tar.bz2 gentoo-2-a71de13927e67963089a6f5ed6f95d962861b741.zip |
Stable on x86, bug #152573.
(Portage version: 2.1.2_pre3-r7)
Diffstat (limited to 'sys-libs/zlib/zlib-1.2.3-r1.ebuild')
-rw-r--r-- | sys-libs/zlib/zlib-1.2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/zlib/zlib-1.2.3-r1.ebuild b/sys-libs/zlib/zlib-1.2.3-r1.ebuild index 9cdb2e0eb36a..00d148201269 100644 --- a/sys-libs/zlib/zlib-1.2.3-r1.ebuild +++ b/sys-libs/zlib/zlib-1.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-r1.ebuild,v 1.3 2006/10/23 18:57:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.3-r1.ebuild,v 1.4 2006/10/23 23:49:55 ticho Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -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 ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="build" RDEPEND="" |