diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-12 22:41:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-12 22:41:16 +0000 |
commit | cf1a472e6e6ff3d21ccf76855fa8e263fbccf17c (patch) | |
tree | 9ca953e72562871bcba2694ab0e5c9d484b5cd59 /sys-apps/file | |
parent | Version bump. (diff) | |
download | historical-cf1a472e6e6ff3d21ccf76855fa8e263fbccf17c.tar.gz historical-cf1a472e6e6ff3d21ccf76855fa8e263fbccf17c.tar.bz2 historical-cf1a472e6e6ff3d21ccf76855fa8e263fbccf17c.zip |
Stable for AMD64, wrt bug #393291
Package-Manager: portage-2.1.10.39/cvs/Linux i686
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 6691b8a46e60..66c7ad0bbd63 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.212 2011/12/11 17:38:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.213 2011/12/12 22:41:16 ago Exp $ + + 12 Dec 2011; Agostino Sarubbo <ago@gentoo.org> file-5.09.ebuild: + Stable for AMD64, wrt bug #393291 11 Dec 2011; Raúl Porcel <armin76@gentoo.org> file-5.09.ebuild: alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #393291 diff --git a/sys-apps/file/file-5.09.ebuild b/sys-apps/file/file-5.09.ebuild index 74c9b4c4ea08..81eed1270d1b 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.5 2011/12/11 17:38:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.09.ebuild,v 1.6 2011/12/12 22:41:16 ago 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 )" |