diff options
author | 2003-02-20 22:00:24 +0000 | |
---|---|---|
committer | 2003-02-20 22:00:24 +0000 | |
commit | 52a52b3d2591e3c8a07e4e171b5e37dcf479d88b (patch) | |
tree | 8e32920f2b72f6be0cef322d72105b9e7841a654 /sys-libs/zlib | |
parent | minor fixes and add ~alpha (diff) | |
download | historical-52a52b3d2591e3c8a07e4e171b5e37dcf479d88b.tar.gz historical-52a52b3d2591e3c8a07e4e171b5e37dcf479d88b.tar.bz2 historical-52a52b3d2591e3c8a07e4e171b5e37dcf479d88b.zip |
mass arm keywording for sys-libs
Diffstat (limited to 'sys-libs/zlib')
-rw-r--r-- | sys-libs/zlib/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/zlib/zlib-1.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/zlib/ChangeLog b/sys-libs/zlib/ChangeLog index 3e5b130786a8..f69ed7697a9a 100644 --- a/sys-libs/zlib/ChangeLog +++ b/sys-libs/zlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/zlib # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.10 2003/02/12 09:21:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.11 2003/02/20 22:00:24 zwelch Exp $ + + 20 Feb 2003; Zach Welch <zwelch@gentoo.org> zlib-1.1.4.ebuild : + Added arm to keywords. 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> zlib-1.1.4.ebuild : Added hppa to keywords. diff --git a/sys-libs/zlib/zlib-1.1.4.ebuild b/sys-libs/zlib/zlib-1.1.4.ebuild index 3b0ac62a6020..62e3d4b92214 100644 --- a/sys-libs/zlib/zlib-1.1.4.ebuild +++ b/sys-libs/zlib/zlib-1.1.4.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.ebuild,v 1.15 2003/02/13 16:53:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.1.4.ebuild,v 1.16 2003/02/20 22:00:24 zwelch Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Standard (de)compression library" @@ -8,7 +8,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" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" SLOT="0" DEPEND="virtual/glibc" |