diff options
author | Akinori Hattori <hattya@gentoo.org> | 2013-12-01 09:59:22 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2013-12-01 09:59:22 +0000 |
commit | 756bf42488a51f0c5963a3dbb5ca2a236ba408cb (patch) | |
tree | cda49e346bc3c14dc865c22763967abacb7099b6 /sys-apps/file | |
parent | ia64 stable wrt bug #491420 (diff) | |
download | gentoo-2-756bf42488a51f0c5963a3dbb5ca2a236ba408cb.tar.gz gentoo-2-756bf42488a51f0c5963a3dbb5ca2a236ba408cb.tar.bz2 gentoo-2-756bf42488a51f0c5963a3dbb5ca2a236ba408cb.zip |
ia64 stable wrt bug #492916
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-5.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index bd0b242230c9..26e0ddf3c343 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.247 2013/11/30 16:14:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.248 2013/12/01 09:59:22 hattya Exp $ + + 01 Dec 2013; Akinori Hattori <hattya@gentoo.org> file-5.15.ebuild: + ia64 stable wrt bug #492916 30 Nov 2013; Jeroen Roovers <jer@gentoo.org> file-5.15.ebuild: Stable for HPPA (bug #492916). diff --git a/sys-apps/file/file-5.15.ebuild b/sys-apps/file/file-5.15.ebuild index d2d7a35c0220..b78c6251ff6d 100644 --- a/sys-apps/file/file-5.15.ebuild +++ b/sys-apps/file/file-5.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.15.ebuild,v 1.3 2013/11/30 16:14:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.15.ebuild,v 1.4 2013/12/01 09:59:22 hattya Exp $ EAPI="4" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="identify a file's format by scanning binary data for patterns" |