diff options
author | 2006-06-27 12:00:06 +0000 | |
---|---|---|
committer | 2006-06-27 12:00:06 +0000 | |
commit | 9c0c24e3ab87a828e1c39f254bf4e3ab39fdafae (patch) | |
tree | 6f209090184dedd5170890f3b9df6d5f9dc0e4d7 /sys-apps/file | |
parent | Stable on alpha wrt Bug #138086. (diff) | |
download | gentoo-2-9c0c24e3ab87a828e1c39f254bf4e3ab39fdafae.tar.gz gentoo-2-9c0c24e3ab87a828e1c39f254bf4e3ab39fdafae.tar.bz2 gentoo-2-9c0c24e3ab87a828e1c39f254bf4e3ab39fdafae.zip |
Stable on alpha wrt Bug #138150.
(Portage version: 2.1)
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 46930473c620..cf8f7a0a5058 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.100 2006/06/27 11:04:50 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.101 2006/06/27 12:00:06 tcort Exp $ + + 27 Jun 2006; Thomas Cort <tcort@gentoo.org> file-4.17-r1.ebuild: + Stable on alpha wrt Bug #138150. 27 Jun 2006; Ferris McCormick <fmccor@gentoo.org> file-4.17-r1.ebuild: Stable on sparc --- Bug #138150 --- at developer request. Seems fine. diff --git a/sys-apps/file/file-4.17-r1.ebuild b/sys-apps/file/file-4.17-r1.ebuild index c0f55e049c3c..61c2683d6f90 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.8 2006/06/27 11:04:50 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.17-r1.ebuild,v 1.9 2006/06/27 12:00:06 tcort 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="" |