diff options
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-5.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index e1ea8235fcf0..6691b8a46e60 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.211 2011/12/11 09:16:57 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.212 2011/12/11 17:38:42 armin76 Exp $ + + 11 Dec 2011; Raúl Porcel <armin76@gentoo.org> file-5.09.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #393291 11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> file-5.09.ebuild: x86 stable wrt bug #393291 diff --git a/sys-apps/file/file-5.09.ebuild b/sys-apps/file/file-5.09.ebuild index 048af953bb98..74c9b4c4ea08 100644 --- a/sys-apps/file/file-5.09.ebuild +++ b/sys-apps/file/file-5.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.09.ebuild,v 1.4 2011/12/11 09:16:57 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.09.ebuild,v 1.5 2011/12/11 17:38:42 armin76 Exp $ EAPI="2" PYTHON_DEPEND="python? *" @@ -16,7 +16,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 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="python static-libs zlib" RDEPEND="zlib? ( sys-libs/zlib )" |