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/libggz
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/libggz')
-rw-r--r--dev-games/libggz/libggz-0.0.5.ebuild4
-rw-r--r--dev-games/libggz/libggz-0.0.7.ebuild4
-rw-r--r--dev-games/libggz/libggz-0.0.8.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-games/libggz/libggz-0.0.5.ebuild b/dev-games/libggz/libggz-0.0.5.ebuild
index 035c0c41a3c2..4c4ea92dc377 100644
--- a/dev-games/libggz/libggz-0.0.5.ebuild
+++ b/dev-games/libggz/libggz-0.0.5.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/libggz/libggz-0.0.5.ebuild,v 1.6 2004/06/24 22:12:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libggz/libggz-0.0.5.ebuild,v 1.7 2004/06/29 15:05:20 vapier Exp $
DESCRIPTION="The GGZ library, used by GGZ Gameing Zone"
HOMEPAGE="http://ggz.sourceforge.net/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="x86 ppc sparc"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_install() {
make DESTDIR="${D}" install || die "make install failed"
diff --git a/dev-games/libggz/libggz-0.0.7.ebuild b/dev-games/libggz/libggz-0.0.7.ebuild
index 6e26cbdb83d0..21616a1339eb 100644
--- a/dev-games/libggz/libggz-0.0.7.ebuild
+++ b/dev-games/libggz/libggz-0.0.7.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/libggz/libggz-0.0.7.ebuild,v 1.5 2004/06/24 22:12:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libggz/libggz-0.0.7.ebuild,v 1.6 2004/06/29 15:05:20 vapier Exp $
DESCRIPTION="The GGZ library, used by GGZ Gameing Zone"
HOMEPAGE="http://ggz.sourceforge.net/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc"
IUSE="crypt ssl"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
crypt? ( >=dev-libs/libgcrypt-1.1.8 )
ssl? ( dev-libs/openssl )"
diff --git a/dev-games/libggz/libggz-0.0.8.ebuild b/dev-games/libggz/libggz-0.0.8.ebuild
index 07f6fa16ae66..5dda30e53131 100644
--- a/dev-games/libggz/libggz-0.0.8.ebuild
+++ b/dev-games/libggz/libggz-0.0.8.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/libggz/libggz-0.0.8.ebuild,v 1.3 2004/06/24 22:12:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libggz/libggz-0.0.8.ebuild,v 1.4 2004/06/29 15:05:20 vapier Exp $
DESCRIPTION="The GGZ library, used by GGZ Gaming Zone"
HOMEPAGE="http://www.ggzgamingzone.org/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc"
IUSE="crypt ssl"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
crypt? ( >=dev-libs/libgcrypt-1.1.8 )
ssl? ( dev-libs/openssl )"