diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-28 07:06:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-28 07:06:08 +0000 |
commit | e494aff41b01831d7e7f2af3892230eafe82c3a3 (patch) | |
tree | fdc817e4379a01e76727a17929b82c6a722f4fef /dev-games/physfs | |
parent | hppa luving (diff) | |
download | historical-e494aff41b01831d7e7f2af3892230eafe82c3a3.tar.gz historical-e494aff41b01831d7e7f2af3892230eafe82c3a3.tar.bz2 historical-e494aff41b01831d7e7f2af3892230eafe82c3a3.zip |
hppa luving
Diffstat (limited to 'dev-games/physfs')
-rw-r--r-- | dev-games/physfs/physfs-0.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/physfs/physfs-0.1.9.ebuild b/dev-games/physfs/physfs-0.1.9.ebuild index ddcf4524c420..240baa721db5 100644 --- a/dev-games/physfs/physfs-0.1.9.ebuild +++ b/dev-games/physfs/physfs-0.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-0.1.9.ebuild,v 1.4 2004/01/22 19:17:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-0.1.9.ebuild,v 1.5 2004/01/28 07:06:08 vapier 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="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~sparc ppc" +KEYWORDS="x86 ppc ~sparc hppa" DEPEND="virtual/glibc" |