diff options
author | Markus Meier <maekke@gentoo.org> | 2015-01-11 21:03:26 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-01-11 21:03:26 +0000 |
commit | 0d3f40455a8f34c0c5c1aca1678155209ea6774c (patch) | |
tree | 4eb7b3bbe6df492d67785d58ef075d8c6794ad47 /sys-apps/file | |
parent | arm stable, bug #530512 (diff) | |
download | gentoo-2-0d3f40455a8f34c0c5c1aca1678155209ea6774c.tar.gz gentoo-2-0d3f40455a8f34c0c5c1aca1678155209ea6774c.tar.bz2 gentoo-2-0d3f40455a8f34c0c5c1aca1678155209ea6774c.zip |
arm stable, bug #532768
(Portage version: 2.2.15/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.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index 94aa210d123f..16276f6ad5ed 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.301 2015/01/11 15:20:35 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.302 2015/01/11 21:03:26 maekke Exp $ + + 11 Jan 2015; Markus Meier <maekke@gentoo.org> file-5.22.ebuild: + arm stable, bug #532768 11 Jan 2015; Andreas Schuerch <nativemad@gentoo.org> file-5.22.ebuild: x86 stable, bug 532768 diff --git a/sys-apps/file/file-5.22.ebuild b/sys-apps/file/file-5.22.ebuild index 47b34529b05b..9872f4bf55cf 100644 --- a/sys-apps/file/file-5.22.ebuild +++ b/sys-apps/file/file-5.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v 1.4 2015/01/11 15:20:35 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v 1.5 2015/01/11 21:03:26 maekke Exp $ EAPI="4" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} 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 ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 arm ~arm64 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" |