diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-06-27 11:04:50 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-06-27 11:04:50 +0000 |
commit | 1b25d7a6c059b4a138422d11615fab4a58d9b419 (patch) | |
tree | bb7e465ff8f3bdcae65884cb96bac0b19bac0171 /sys-apps/file | |
parent | Fix indentation to use tabs as the rest of the tree. (diff) | |
download | gentoo-2-1b25d7a6c059b4a138422d11615fab4a58d9b419.tar.gz gentoo-2-1b25d7a6c059b4a138422d11615fab4a58d9b419.tar.bz2 gentoo-2-1b25d7a6c059b4a138422d11615fab4a58d9b419.zip |
Stable on sparc --- Bug #138150 --- at developer request. Seems fine.
(Portage version: 2.1.1_pre1-r3)
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-4.17-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index 7b48884c31c4..46930473c620 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.99 2006/06/27 09:20:39 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.100 2006/06/27 11:04:50 fmccor Exp $ + + 27 Jun 2006; Ferris McCormick <fmccor@gentoo.org> file-4.17-r1.ebuild: + Stable on sparc --- Bug #138150 --- at developer request. Seems fine. 27 Jun 2006; Markus Rothe <corsair@gentoo.org> file-4.17-r1.ebuild: Stable on ppc64; bug #138150 diff --git a/sys-apps/file/file-4.17-r1.ebuild b/sys-apps/file/file-4.17-r1.ebuild index 66afeddf7ced..c0f55e049c3c 100644 --- a/sys-apps/file/file-4.17-r1.ebuild +++ b/sys-apps/file/file-4.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.17-r1.ebuild,v 1.7 2006/06/27 09:20:39 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.17-r1.ebuild,v 1.8 2006/06/27 11:04:50 fmccor Exp $ inherit distutils libtool @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc ~x86 ~x86-fbsd" IUSE="python build" DEPEND="" |