diff options
author | Nicholas Wourms <dragon@gentoo.org> | 2003-02-24 22:34:59 +0000 |
---|---|---|
committer | Nicholas Wourms <dragon@gentoo.org> | 2003-02-24 22:34:59 +0000 |
commit | 6370c85cab39e115fe83e5c8950519d53ecd57e4 (patch) | |
tree | 088ded2d551f36c64f2a7e2d6c8e1bf5d834d507 /sys-apps/cpio | |
parent | add arm keyword (diff) | |
download | gentoo-2-6370c85cab39e115fe83e5c8950519d53ecd57e4.tar.gz gentoo-2-6370c85cab39e115fe83e5c8950519d53ecd57e4.tar.bz2 gentoo-2-6370c85cab39e115fe83e5c8950519d53ecd57e4.zip |
Mips keywordage additions and changes...
Diffstat (limited to 'sys-apps/cpio')
-rw-r--r-- | sys-apps/cpio/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/cpio/cpio-2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/cpio/ChangeLog b/sys-apps/cpio/ChangeLog index 1aefc8ea8d12..ff0591c33753 100644 --- a/sys-apps/cpio/ChangeLog +++ b/sys-apps/cpio/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-apps/cpio # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/ChangeLog,v 1.11 2003/02/21 02:34:19 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/ChangeLog,v 1.12 2003/02/24 22:34:58 dragon Exp $ 20 Feb 2003; Zach Welch <zwelch@gentoo.org> : Added arm to keywords @@ -15,6 +15,9 @@ *cpio-2.5 (19 Nov 2002) + 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> cpio-2.5.ebuild : + Marked as stable for mips. + 19 Nov 2002; Mike Frysinger <vapier@gentoo.org> : Version bump. diff --git a/sys-apps/cpio/cpio-2.5.ebuild b/sys-apps/cpio/cpio-2.5.ebuild index 80ab9ef8bfbe..35a275094c80 100644 --- a/sys-apps/cpio/cpio-2.5.ebuild +++ b/sys-apps/cpio/cpio-2.5.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.5.ebuild,v 1.7 2003/02/21 02:34:19 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.5.ebuild,v 1.8 2003/02/24 22:34:58 dragon Exp $ DESCRIPTION="A file archival tool which can also read and write tar files" SRC_URI="mirror://gnu/cpio/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa arm" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa arm mips" SLOT="0" LICENSE="GPL-2 LGPL-2" |