diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-03-28 09:54:24 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-03-28 09:54:24 +0000 |
commit | eba375033e4aaf98fffbee36d0ed5231e0371af7 (patch) | |
tree | c32b46f740a6c8865c11dc36ff26c1a64fc5f31b /sys-libs/zlib | |
parent | ppc unstable instead of unknown (diff) | |
download | historical-eba375033e4aaf98fffbee36d0ed5231e0371af7.tar.gz historical-eba375033e4aaf98fffbee36d0ed5231e0371af7.tar.bz2 historical-eba375033e4aaf98fffbee36d0ed5231e0371af7.zip |
Unmask
Diffstat (limited to 'sys-libs/zlib')
-rw-r--r-- | sys-libs/zlib/zlib-1.1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/zlib/zlib-1.1.4-r1.ebuild b/sys-libs/zlib/zlib-1.1.4-r1.ebuild index 5845969c91bb..87c47a6ae31b 100644 --- a/sys-libs/zlib/zlib-1.1.4-r1.ebuild +++ b/sys-libs/zlib/zlib-1.1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.1.4-r1.ebuild,v 1.2 2003/03/27 18:22:32 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.1.4-r1.ebuild,v 1.3 2003/03/28 09:54:24 aliz Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.gzip.org/zlib/${P}.tar.bz2" HOMEPAGE="http://www.gzip.org/zlib" LICENSE="ZLIB" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" SLOT="0" DEPEND="virtual/glibc" |