diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:17:40 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:17:40 +0000 |
commit | 24fe46617ddbac06e04ae33190c773083e765813 (patch) | |
tree | e548336fb7ed33ffe7c4b270db0143eac060e02b /app-arch/afio | |
parent | Version bump. (diff) | |
download | gentoo-2-24fe46617ddbac06e04ae33190c773083e765813.tar.gz gentoo-2-24fe46617ddbac06e04ae33190c773083e765813.tar.bz2 gentoo-2-24fe46617ddbac06e04ae33190c773083e765813.zip |
12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'app-arch/afio')
-rw-r--r-- | app-arch/afio/ChangeLog | 3 | ||||
-rw-r--r-- | app-arch/afio/afio-2.4.7.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-arch/afio/ChangeLog b/app-arch/afio/ChangeLog index dd3650693791..2b80462234c3 100644 --- a/app-arch/afio/ChangeLog +++ b/app-arch/afio/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL *afio-2.4.7 (26 May 2002) +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + 14 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> : Added ppc keyword diff --git a/app-arch/afio/afio-2.4.7.ebuild b/app-arch/afio/afio-2.4.7.ebuild index b294edc605ae..a06ed70d77f2 100644 --- a/app-arch/afio/afio-2.4.7.ebuild +++ b/app-arch/afio/afio-2.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.4.7.ebuild,v 1.12 2002/10/20 18:36:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.4.7.ebuild,v 1.13 2002/12/09 04:17:36 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="makes cpio-format archives and deals somewhat gracefully with input data corruption." @@ -9,7 +9,7 @@ HOMEPAGE="http://freshmeat.net/projects/afio/" SLOT="0" LICENSE="Artistic LGPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc " DEPEND="sys-apps/gzip" |