summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-12-05 19:48:08 +0000
committerJeroen Roovers <jer@gentoo.org>2011-12-05 19:48:08 +0000
commitd72c3c0afa8b13012022f55fac57156ef96d7643 (patch)
tree815793750dfb1650c7c4bfa7f654fd8f0fc1f890 /sys-apps/file
parentCorrect working fix for crc mismatch, upstream b0808cade3a7554bf7c0a00314218f... (diff)
downloadgentoo-2-d72c3c0afa8b13012022f55fac57156ef96d7643.tar.gz
gentoo-2-d72c3c0afa8b13012022f55fac57156ef96d7643.tar.bz2
gentoo-2-d72c3c0afa8b13012022f55fac57156ef96d7643.zip
Stable for HPPA (bug #393291).
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/file')
-rw-r--r--sys-apps/file/ChangeLog5
-rw-r--r--sys-apps/file/file-5.09.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog
index d484fcf550d1..55a7ac2407e7 100644
--- a/sys-apps/file/ChangeLog
+++ b/sys-apps/file/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/file
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.209 2011/09/17 03:06:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.210 2011/12/05 19:48:08 jer Exp $
+
+ 05 Dec 2011; Jeroen Roovers <jer@gentoo.org> file-5.09.ebuild:
+ Stable for HPPA (bug #393291).
17 Sep 2011; Mike Frysinger <vapier@gentoo.org> file-5.09.ebuild,
-files/file-5.09-cdf-arraycount.patch:
diff --git a/sys-apps/file/file-5.09.ebuild b/sys-apps/file/file-5.09.ebuild
index e9ce43f9e9d7..3a881b6fdeb6 100644
--- a/sys-apps/file/file-5.09.ebuild
+++ b/sys-apps/file/file-5.09.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.09.ebuild,v 1.2 2011/09/17 03:06:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.09.ebuild,v 1.3 2011/12/05 19:48:08 jer Exp $
EAPI="2"
PYTHON_DEPEND="python? *"
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
LICENSE="BSD-2"
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 static-libs zlib"
RDEPEND="zlib? ( sys-libs/zlib )"