diff options
author | Richard Freeman <rich0@gentoo.org> | 2012-07-22 10:46:34 +0000 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2012-07-22 10:46:34 +0000 |
commit | 96f8abf9f5855b642203cd657cd685a33c54569b (patch) | |
tree | be98c4c5592fc19790c0b0f87be7eb7f643d8b0e /sys-apps/file | |
parent | Remove hash and sqlite blockers for virtual users - bug #427138. Thanks to T... (diff) | |
download | gentoo-2-96f8abf9f5855b642203cd657cd685a33c54569b.tar.gz gentoo-2-96f8abf9f5855b642203cd657cd685a33c54569b.tar.bz2 gentoo-2-96f8abf9f5855b642203cd657cd685a33c54569b.zip |
amd64 stable - 427368
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/file')
-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 )" |