diff options
author | Jon Portnoy <avenj@gentoo.org> | 2004-08-26 23:32:05 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2004-08-26 23:32:05 +0000 |
commit | 48fed2f3c2a778009341510e88e208623ee9d38e (patch) | |
tree | 3b5872ad48324dd58f160a79c30b1d42297d3919 /sys-libs/zlib | |
parent | correct DEPEND's (Manifest recommit) (diff) | |
download | gentoo-2-48fed2f3c2a778009341510e88e208623ee9d38e.tar.gz gentoo-2-48fed2f3c2a778009341510e88e208623ee9d38e.tar.bz2 gentoo-2-48fed2f3c2a778009341510e88e208623ee9d38e.zip |
Stable on x86
Diffstat (limited to 'sys-libs/zlib')
-rw-r--r-- | sys-libs/zlib/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/zlib/zlib-1.2.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/zlib/ChangeLog b/sys-libs/zlib/ChangeLog index 26fc43abff88..9e561ee0bd1d 100644 --- a/sys-libs/zlib/ChangeLog +++ b/sys-libs/zlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/zlib # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.32 2004/08/26 18:47:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.33 2004/08/26 23:32:05 avenj Exp $ + + 26 Aug 2004; Jon Portnoy <avenj@gentoo.org> zlib-1.2.1-r3.ebuild : + Stable on x86 26 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org> zlib-1.2.1-r3.ebuild: Stable on sparc wrt #61749 diff --git a/sys-libs/zlib/zlib-1.2.1-r3.ebuild b/sys-libs/zlib/zlib-1.2.1-r3.ebuild index b403a5a5cbe0..212e69de4371 100644 --- a/sys-libs/zlib/zlib-1.2.1-r3.ebuild +++ b/sys-libs/zlib/zlib-1.2.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.1-r3.ebuild,v 1.3 2004/08/26 18:47:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.1-r3.ebuild,v 1.4 2004/08/26 23:32:05 avenj Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.gzip.org/zlib/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~x86 ~ppc sparc ~mips ~alpha arm hppa amd64 ia64 ~ppc64 ~s390" +KEYWORDS="x86 ~ppc sparc ~mips ~alpha arm hppa amd64 ia64 ~ppc64 ~s390" IUSE="build" DEPEND="virtual/libc" |