diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-23 16:23:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-23 16:23:56 +0000 |
commit | a798de25e69ff64d2e69e7e3149ee579ccf2bede (patch) | |
tree | d29fc9969dc7bacfb4871c4f22c5ec70d0364876 /sys-apps | |
parent | Stable for sparc, wrt bug #491570 (diff) | |
download | gentoo-2-a798de25e69ff64d2e69e7e3149ee579ccf2bede.tar.gz gentoo-2-a798de25e69ff64d2e69e7e3149ee579ccf2bede.tar.bz2 gentoo-2-a798de25e69ff64d2e69e7e3149ee579ccf2bede.zip |
Stable for sparc, wrt bug #492916
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps')
-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 779b2e96683d..ab89153c0e9b 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.254 2013/12/23 11:24:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.255 2013/12/23 16:23:56 ago Exp $ + + 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> file-5.15.ebuild: + Stable for sparc, wrt bug #492916 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> file-5.15.ebuild: Stable for ppc, wrt bug #492916 diff --git a/sys-apps/file/file-5.15.ebuild b/sys-apps/file/file-5.15.ebuild index 5cd4b849ae8a..14d9b426de81 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.9 2013/12/23 11:24:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.15.ebuild,v 1.10 2013/12/23 16:23:56 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 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" |