diff options
-rw-r--r-- | sys-apps/file/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/file/file-5.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index aef70f150060..b8cf7995a20d 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/file # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.220 2012/07/21 09:13:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.221 2012/07/22 10:46:34 rich0 Exp $ + + 22 Jul 2012; Richard Freeman <rich0@gentoo.org> file-5.11.ebuild: + amd64 stable - 427368 21 Jul 2012; Jeff Horelick <jdhore@gentoo.org> file-5.11.ebuild: marked x86 per bug 427368 diff --git a/sys-apps/file/file-5.11.ebuild b/sys-apps/file/file-5.11.ebuild index 3f01aca005b3..71c7d547fcb3 100644 --- a/sys-apps/file/file-5.11.ebuild +++ b/sys-apps/file/file-5.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.11.ebuild,v 1.3 2012/07/21 09:13:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.11.ebuild,v 1.4 2012/07/22 10:46:34 rich0 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 ~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 )" |