diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-02-20 14:04:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-02-20 14:04:19 +0000 |
commit | ad67b7e8e466b99e3d04179505ee5aff16419536 (patch) | |
tree | 0580904e658694f6d2c88882b1c5c1c1c2e691f7 /sys-apps/file | |
parent | Stable for ppc64, wrt bug #484480 (diff) | |
download | gentoo-2-ad67b7e8e466b99e3d04179505ee5aff16419536.tar.gz gentoo-2-ad67b7e8e466b99e3d04179505ee5aff16419536.tar.bz2 gentoo-2-ad67b7e8e466b99e3d04179505ee5aff16419536.zip |
Stable for ppc64, wrt bug #501574
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-5.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index 11553f9f1ef8..c6004043487c 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.264 2014/02/19 11:20:39 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.265 2014/02/20 14:04:19 ago Exp $ + + 20 Feb 2014; Agostino Sarubbo <ago@gentoo.org> file-5.17.ebuild: + Stable for ppc64, wrt bug #501574 19 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> file-5.17.ebuild: Stable on x86, wrt bug #501574 diff --git a/sys-apps/file/file-5.17.ebuild b/sys-apps/file/file-5.17.ebuild index e8d663bef2ea..c961c49c87dc 100644 --- a/sys-apps/file/file-5.17.ebuild +++ b/sys-apps/file/file-5.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.17.ebuild,v 1.6 2014/02/19 11:20:39 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.17.ebuild,v 1.7 2014/02/20 14:04:19 ago 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 ~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" |