diff options
author | 2012-04-26 14:49:55 +0000 | |
---|---|---|
committer | 2012-04-26 14:49:55 +0000 | |
commit | d2f0e6df7f5c41c14192e0a41770b011f92039a3 (patch) | |
tree | 2c8b92962e9d57a4a9a9370de09be980e53d9262 /sys-apps | |
parent | mask sys-apps/file[python] (diff) | |
download | gentoo-2-d2f0e6df7f5c41c14192e0a41770b011f92039a3.tar.gz gentoo-2-d2f0e6df7f5c41c14192e0a41770b011f92039a3.tar.bz2 gentoo-2-d2f0e6df7f5c41c14192e0a41770b011f92039a3.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-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 8cfe92c94bd5..6eae41270e90 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.218 2012/02/21 20:00:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.219 2012/04/26 14:49:55 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> file-5.11.ebuild: + keyword ~amd64-fbsd *file-5.11 (21 Feb 2012) diff --git a/sys-apps/file/file-5.11.ebuild b/sys-apps/file/file-5.11.ebuild index 4ffdef217bba..3d30fa7fff1c 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.1 2012/02/21 20:00:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.11.ebuild,v 1.2 2012/04/26 14:49:55 aballier 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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="python static-libs zlib" RDEPEND="zlib? ( sys-libs/zlib )" |