diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-11 11:23:46 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-11 11:23:46 +0100 |
commit | 19546b72910913fb99b7f9953653c9e4fcb8567c (patch) | |
tree | bd188947171be6a6e2386c1ba2402bfb90f948ac /sys-apps/file | |
parent | dev-python/pyid3lib: sparc stable wrt bug #593124 (diff) | |
download | gentoo-19546b72910913fb99b7f9953653c9e4fcb8567c.tar.gz gentoo-19546b72910913fb99b7f9953653c9e4fcb8567c.tar.bz2 gentoo-19546b72910913fb99b7f9953653c9e4fcb8567c.zip |
sys-apps/file: sparc stable wrt bug #579306
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-5.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/file/file-5.25.ebuild b/sys-apps/file/file-5.25.ebuild index 3eefe602a7f8..d624e2ee15f0 100644 --- a/sys-apps/file/file-5.25.ebuild +++ b/sys-apps/file/file-5.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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" |