diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-23 09:30:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-23 09:30:18 +0000 |
commit | afaf8023a1f03848d13661b2b07eb50c5f9bf10a (patch) | |
tree | cc5677dd274e97549ce157ba1c35d81c0e9aa199 | |
parent | Stable for alpha, wrt bug #531628 (diff) | |
download | gentoo-2-afaf8023a1f03848d13661b2b07eb50c5f9bf10a.tar.gz gentoo-2-afaf8023a1f03848d13661b2b07eb50c5f9bf10a.tar.bz2 gentoo-2-afaf8023a1f03848d13661b2b07eb50c5f9bf10a.zip |
Stable for alpha, wrt bug #532686
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-5.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index ceb73b475673..5be91ad2abd3 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.291 2014/12/21 11:40:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.292 2014/12/23 09:30:18 ago Exp $ + + 23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> file-5.21.ebuild: + Stable for alpha, wrt bug #532686 21 Dec 2014; Agostino Sarubbo <ago@gentoo.org> file-5.21.ebuild: Stable for x86, wrt bug #532686 diff --git a/sys-apps/file/file-5.21.ebuild b/sys-apps/file/file-5.21.ebuild index 5456e400b565..19caa92b59dd 100644 --- a/sys-apps/file/file-5.21.ebuild +++ b/sys-apps/file/file-5.21.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.21.ebuild,v 1.4 2014/12/21 11:40:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v 1.5 2014/12/23 09:30:18 ago 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" |