diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-03 18:21:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-03 18:21:43 +0000 |
commit | 759496560f44dc3a8515735d3737f9a6c6159cac (patch) | |
tree | 00174060616e8957e7e953f35f74f45711e6818f /app-arch | |
parent | Cleanup (diff) | |
download | gentoo-2-759496560f44dc3a8515735d3737f9a6c6159cac.tar.gz gentoo-2-759496560f44dc3a8515735d3737f9a6c6159cac.tar.bz2 gentoo-2-759496560f44dc3a8515735d3737f9a6c6159cac.zip |
whitespace
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/cpio/cpio-2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/cpio/cpio-2.9.ebuild b/app-arch/cpio/cpio-2.9.ebuild index a89612007d68..1dc146c8889d 100644 --- a/app-arch/cpio/cpio-2.9.ebuild +++ b/app-arch/cpio/cpio-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.9.ebuild,v 1.9 2007/10/03 06:06:28 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.9.ebuild,v 1.10 2007/10/03 18:21:43 mr_bones_ Exp $ DESCRIPTION="A file archival tool which can also read and write tar files" HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/cpio/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="nls" |