diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-12-17 06:17:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-12-17 06:17:26 +0000 |
commit | 2da03592be43347fb416a291aa7d21e384a94120 (patch) | |
tree | 6e3b39ea3a5cac5ce753e09a4f04003ce6a6903e /sys-apps/file | |
parent | correct version border in dep, fixes Bug #528944 (diff) | |
download | gentoo-2-2da03592be43347fb416a291aa7d21e384a94120.tar.gz gentoo-2-2da03592be43347fb416a291aa7d21e384a94120.tar.bz2 gentoo-2-2da03592be43347fb416a291aa7d21e384a94120.zip |
Stable for HPPA (bug #532686).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-apps/file')
-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 e6b781622d05..3bbbaa5e8544 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.288 2014/12/12 05:43:17 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.289 2014/12/17 06:17:26 jer Exp $ + + 17 Dec 2014; Jeroen Roovers <jer@gentoo.org> file-5.21.ebuild: + Stable for HPPA (bug #532686). *file-5.21 (12 Dec 2014) diff --git a/sys-apps/file/file-5.21.ebuild b/sys-apps/file/file-5.21.ebuild index 4074ff810740..cd819ab19704 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.1 2014/12/12 05:43:17 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v 1.2 2014/12/17 06:17:26 jer 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" |