diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-12 14:04:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-12 14:04:21 +0000 |
commit | fbfd4f2b23d9110e95240fd216294bc2c9802355 (patch) | |
tree | 87443ccc4afe8e80ad490a12e601a86f15ba77bf /sys-apps | |
parent | Stable for arm, wrt bug #469554 (diff) | |
download | gentoo-2-fbfd4f2b23d9110e95240fd216294bc2c9802355.tar.gz gentoo-2-fbfd4f2b23d9110e95240fd216294bc2c9802355.tar.bz2 gentoo-2-fbfd4f2b23d9110e95240fd216294bc2c9802355.zip |
Stable for arm, wrt bug #467188
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", 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.12-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index e015c19dd95f..dc9e4ed2fd00 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.236 2013/05/10 18:58:27 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.237 2013/05/12 14:04:21 ago Exp $ + + 12 May 2013; Agostino Sarubbo <ago@gentoo.org> file-5.12-r1.ebuild: + Stable for arm, wrt bug #467188 10 May 2013; Vicente Olivert Riera <vincent@gentoo.org> file-5.12-r1.ebuild: amd64 ppc ppc64 x86: stable. bug #467188 diff --git a/sys-apps/file/file-5.12-r1.ebuild b/sys-apps/file/file-5.12-r1.ebuild index ba456cf85675..2ca7e9bee802 100644 --- a/sys-apps/file/file-5.12-r1.ebuild +++ b/sys-apps/file/file-5.12-r1.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.12-r1.ebuild,v 1.3 2013/05/10 18:58:27 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.12-r1.ebuild,v 1.4 2013/05/12 14:04:21 ago Exp $ EAPI="2" PYTHON_DEPEND="python? *" @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz LICENSE="BSD-2" SLOT="0" -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" IUSE="python static-libs zlib" RDEPEND="zlib? ( sys-libs/zlib )" |