diff options
author | 2013-12-06 17:09:38 +0000 | |
---|---|---|
committer | 2013-12-06 17:09:38 +0000 | |
commit | fb3318111327e1dd80d41b53c50a8156000c2786 (patch) | |
tree | aa6613ced23b8064f8713a0e7e4e4a465b0194b1 /sys-apps/file | |
parent | add ~arm, bug #489436 (diff) | |
download | gentoo-2-fb3318111327e1dd80d41b53c50a8156000c2786.tar.gz gentoo-2-fb3318111327e1dd80d41b53c50a8156000c2786.tar.bz2 gentoo-2-fb3318111327e1dd80d41b53c50a8156000c2786.zip |
arm stable, bug #492916
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 d8672b931c4e..180915086cd5 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.249 2013/12/01 20:06:01 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.250 2013/12/06 17:09:38 maekke Exp $ + + 06 Dec 2013; Markus Meier <maekke@gentoo.org> file-5.15.ebuild: + arm stable, bug #492916 *file-5.16 (01 Dec 2013) diff --git a/sys-apps/file/file-5.15.ebuild b/sys-apps/file/file-5.15.ebuild index b78c6251ff6d..cd556afb5013 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.4 2013/12/01 09:59:22 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.15.ebuild,v 1.5 2013/12/06 17:09:38 maekke 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" |