diff options
Diffstat (limited to 'dev-games/physfs/physfs-1.1.0.ebuild')
-rw-r--r-- | dev-games/physfs/physfs-1.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-games/physfs/physfs-1.1.0.ebuild b/dev-games/physfs/physfs-1.1.0.ebuild index 50a26ef35019..5eeba2bbda50 100644 --- a/dev-games/physfs/physfs-1.1.0.ebuild +++ b/dev-games/physfs/physfs-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-1.1.0.ebuild,v 1.3 2006/01/07 09:08:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-1.1.0.ebuild,v 1.4 2007/04/24 15:49:00 drizzt Exp $ DESCRIPTION="abstraction layer for filesystems, useful for games" HOMEPAGE="http://icculus.org/physfs/" @@ -8,7 +8,7 @@ SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="-*" +KEYWORDS="-* ~x86-fbsd" IUSE="" DEPEND="sys-libs/zlib" |