summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-29 15:07:40 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-29 15:07:40 +0000
commit9355550976f8db3987117ad23645a73cb1716035 (patch)
tree953dd9fc766360f0040c186a2092fae0a387899d /dev-games/physfs
parentnew protect-CFLAGS patch. closes 55534 (diff)
downloadhistorical-9355550976f8db3987117ad23645a73cb1716035.tar.gz
historical-9355550976f8db3987117ad23645a73cb1716035.tar.bz2
historical-9355550976f8db3987117ad23645a73cb1716035.zip
clean up things and change glibc to libc
Diffstat (limited to 'dev-games/physfs')
-rw-r--r--dev-games/physfs/physfs-0.1.9.ebuild6
-rw-r--r--dev-games/physfs/physfs-1.0.0.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-games/physfs/physfs-0.1.9.ebuild b/dev-games/physfs/physfs-0.1.9.ebuild
index d27601e1c9ee..1f922062c04c 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 Foundation
# 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.10 2004/06/24 22:14:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-0.1.9.ebuild,v 1.11 2004/06/29 15:07:23 vapier Exp $
DESCRIPTION="abstraction layer for filesystems, useful for games"
HOMEPAGE="http://icculus.org/physfs/"
@@ -8,10 +8,10 @@ SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="x86 ppc sparc hppa amd64 ~alpha"
+KEYWORDS="x86 ppc sparc ~alpha hppa amd64"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_install() {
einstall || die "Installation failed"
diff --git a/dev-games/physfs/physfs-1.0.0.ebuild b/dev-games/physfs/physfs-1.0.0.ebuild
index 7b302cedf046..44d8174ea66b 100644
--- a/dev-games/physfs/physfs-1.0.0.ebuild
+++ b/dev-games/physfs/physfs-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-1.0.0.ebuild,v 1.4 2004/06/24 22:14:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-1.0.0.ebuild,v 1.5 2004/06/29 15:07:23 vapier Exp $
DESCRIPTION="abstraction layer for filesystems, useful for games"
HOMEPAGE="http://icculus.org/physfs/"
@@ -8,10 +8,10 @@ SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
-KEYWORDS="x86 ppc sparc hppa amd64 ~alpha"
+KEYWORDS="x86 ppc sparc ~alpha hppa amd64"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_install() {
make DESTDIR="${D}" install || die "make install failed"