summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2015-01-09 16:43:39 +0000
committerMikle Kolyada <zlogene@gentoo.org>2015-01-09 16:43:39 +0000
commit22cacbf0712bf38b18052702133ee8873cfb5759 (patch)
treec3668f1a3a2fc4ec8c5f164bbfa17c1b99aadef8 /sys-apps/file
parentSimplify library checks, drop virtual/pkgconfig (maybe bug #536128). (diff)
downloadgentoo-2-22cacbf0712bf38b18052702133ee8873cfb5759.tar.gz
gentoo-2-22cacbf0712bf38b18052702133ee8873cfb5759.tar.bz2
gentoo-2-22cacbf0712bf38b18052702133ee8873cfb5759.zip
amd64 stable wrt bug #532768
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'sys-apps/file')
-rw-r--r--sys-apps/file/ChangeLog5
-rw-r--r--sys-apps/file/file-5.22.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog
index 54932dffe418..2e2d26d4642f 100644
--- a/sys-apps/file/ChangeLog
+++ b/sys-apps/file/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/file
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.298 2015/01/03 14:14:30 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.299 2015/01/09 16:43:39 zlogene Exp $
+
+ 09 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> file-5.22.ebuild:
+ amd64 stable wrt bug #532768
*file-5.22 (03 Jan 2015)
diff --git a/sys-apps/file/file-5.22.ebuild b/sys-apps/file/file-5.22.ebuild
index f33dfaf36edb..3ac0be3a78f5 100644
--- a/sys-apps/file/file-5.22.ebuild
+++ b/sys-apps/file/file-5.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v 1.1 2015/01/03 14:14:30 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v 1.2 2015/01/09 16:43: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"