diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-10-25 19:37:03 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-10-25 19:37:03 +0000 |
commit | c9df5c85bb4ebe4fe91ab13ea880d503d1050f11 (patch) | |
tree | 3ce951ff5384a88469442df7d5052476ac0f1a2c /sys-libs/zlib | |
parent | Removing xpaint per bug #144283 (diff) | |
download | gentoo-2-c9df5c85bb4ebe4fe91ab13ea880d503d1050f11.tar.gz gentoo-2-c9df5c85bb4ebe4fe91ab13ea880d503d1050f11.tar.bz2 gentoo-2-c9df5c85bb4ebe4fe91ab13ea880d503d1050f11.zip |
Stable on ppc; bug #152573.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'sys-libs/zlib')
-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 217d01aa38ae..db16daef5253 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.6 2006/10/25 01:27:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.3-r1.ebuild,v 1.7 2006/10/25 19:37:03 pylon 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="" |