diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-27 19:12:48 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-27 19:12:48 +0000 |
commit | 4f52a0d72245cce0130554bf8ddbc65dd844ee38 (patch) | |
tree | 59ae443cabea6410c6213dcf5a95c6c86befec98 /sys-apps | |
parent | Fix for bug #138232, in fact... the mask should be removed here, but (diff) | |
download | gentoo-2-4f52a0d72245cce0130554bf8ddbc65dd844ee38.tar.gz gentoo-2-4f52a0d72245cce0130554bf8ddbc65dd844ee38.tar.bz2 gentoo-2-4f52a0d72245cce0130554bf8ddbc65dd844ee38.zip |
Stable on x86 wrt bug #138150.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'sys-apps')
-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 fbd42f767e4e..475489ecf2e4 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.103 2006/06/27 16:57:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.104 2006/06/27 19:12:48 wolf31o2 Exp $ + + 27 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> file-4.17-r1.ebuild: + Stable on x86 wrt bug #138150. 27 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> file-4.17-r1.ebuild: ppc stable, #138150 diff --git a/sys-apps/file/file-4.17-r1.ebuild b/sys-apps/file/file-4.17-r1.ebuild index aa4f0cc95591..4ec985ad2413 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.11 2006/06/27 16:57:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.17-r1.ebuild,v 1.12 2006/06/27 19:12:48 wolf31o2 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="" |