diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-10-10 21:36:39 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-10-10 21:36:39 +0000 |
commit | 93bc47bd223d3811b3a4cea04d15bd72fc86cf54 (patch) | |
tree | c0f37a578bdc8a22d33cd38ed46bced0091a68db /sys-apps | |
parent | Remove old. (diff) | |
download | gentoo-2-93bc47bd223d3811b3a4cea04d15bd72fc86cf54.tar.gz gentoo-2-93bc47bd223d3811b3a4cea04d15bd72fc86cf54.tar.bz2 gentoo-2-93bc47bd223d3811b3a4cea04d15bd72fc86cf54.zip |
amd64 stable wrt bug #524986
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-5.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index 31d2fb6b3324..ed484975e2a1 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.279 2014/10/10 20:34:58 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.280 2014/10/10 21:36:39 zlogene Exp $ + + 10 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> file-5.19.ebuild: + amd64 stable wrt bug #524986 *file-5.20 (10 Oct 2014) diff --git a/sys-apps/file/file-5.19.ebuild b/sys-apps/file/file-5.19.ebuild index c742d9e57c4b..26a007fb32b5 100644 --- a/sys-apps/file/file-5.19.ebuild +++ b/sys-apps/file/file-5.19.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.19.ebuild,v 1.3 2014/09/07 18:55:10 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.19.ebuild,v 1.4 2014/10/10 21:36:39 zlogene 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" |