diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-29 19:49:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-29 19:49:54 +0000 |
commit | bb29ef1e7e4076ba8a2cc8a4cdf1939f75d4349a (patch) | |
tree | 93c0c8b5a55cf50ee4734eb0baa7c6e762ec6ce4 /dev-games/physfs/physfs-0.1.9.ebuild | |
parent | marking stable (see bug #46264 for more info) (Manifest recommit) (diff) | |
download | gentoo-2-bb29ef1e7e4076ba8a2cc8a4cdf1939f75d4349a.tar.gz gentoo-2-bb29ef1e7e4076ba8a2cc8a4cdf1939f75d4349a.tar.bz2 gentoo-2-bb29ef1e7e4076ba8a2cc8a4cdf1939f75d4349a.zip |
Add ~alpha
Diffstat (limited to 'dev-games/physfs/physfs-0.1.9.ebuild')
-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 f443af4904d1..d06c3b2b9cb6 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.7 2004/03/01 13:00:10 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-0.1.9.ebuild,v 1.8 2004/04/29 19:48:42 agriffis 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 ppc sparc hppa amd64" +KEYWORDS="x86 ppc sparc hppa amd64 ~alpha" DEPEND="virtual/glibc" |