diff options
author | Tom Gall <tgall@gentoo.org> | 2009-09-14 14:38:34 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2009-09-14 14:38:34 +0000 |
commit | 49a85eefa64af93a84cb5899ff2b781416db3c20 (patch) | |
tree | 8e661a12a274aef6921cb6904bf023cd38f68b2c /sys-apps | |
parent | modified -9999 ebuild to match 0.1.10 (improvements in build quality and ebui... (diff) | |
download | gentoo-2-49a85eefa64af93a84cb5899ff2b781416db3c20.tar.gz gentoo-2-49a85eefa64af93a84cb5899ff2b781416db3c20.tar.bz2 gentoo-2-49a85eefa64af93a84cb5899ff2b781416db3c20.zip |
stable on ppc64, bug #284347
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-5.03.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index 6ab2cfa167b0..7eb30231e3b7 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.172 2009/09/13 15:11:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.173 2009/09/14 14:38:34 tgall Exp $ + + 14 Sep 2009; Tom Gall <tgall@gentoo.org> file-5.03.ebuild: + ppc64 stable, bug #284347 13 Sep 2009; Markus Meier <maekke@gentoo.org> file-5.03.ebuild: arm/x86 stable, bug #284347 diff --git a/sys-apps/file/file-5.03.ebuild b/sys-apps/file/file-5.03.ebuild index 13aea44540b0..ef5cf1c9b6ba 100644 --- a/sys-apps/file/file-5.03.ebuild +++ b/sys-apps/file/file-5.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.03.ebuild,v 1.4 2009/09/13 15:11:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.03.ebuild,v 1.5 2009/09/14 14:38:34 tgall Exp $ DISTUTILS_DISABLE_PYTHON_DEPENDENCY="1" @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="python" DEPEND="python? ( virtual/python )" |