diff options
-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 7eb30231e3b7..02309fa4cdb7 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.173 2009/09/14 14:38:34 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.174 2009/09/15 01:20:14 jer Exp $ + + 15 Sep 2009; Jeroen Roovers <jer@gentoo.org> file-5.03.ebuild: + Stable for HPPA (bug #284347). 14 Sep 2009; Tom Gall <tgall@gentoo.org> file-5.03.ebuild: ppc64 stable, bug #284347 diff --git a/sys-apps/file/file-5.03.ebuild b/sys-apps/file/file-5.03.ebuild index ef5cf1c9b6ba..8271e41db95f 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.5 2009/09/14 14:38:34 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.03.ebuild,v 1.6 2009/09/15 01:20:14 jer 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 )" |