summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-02 04:58:37 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-02 04:58:37 +0000
commitaa3cff14165413708fd08138bc9fc634887574f3 (patch)
tree1e25af61de1949b276690903c31a374651d88752 /dev-libs/xxl
parentvirtual/glibc -> virtual/libc (diff)
downloadhistorical-aa3cff14165413708fd08138bc9fc634887574f3.tar.gz
historical-aa3cff14165413708fd08138bc9fc634887574f3.tar.bz2
historical-aa3cff14165413708fd08138bc9fc634887574f3.zip
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-libs/xxl')
-rw-r--r--dev-libs/xxl/ChangeLog5
-rw-r--r--dev-libs/xxl/xxl-1.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/xxl/ChangeLog b/dev-libs/xxl/ChangeLog
index ae94a00f109f..08db53bda75d 100644
--- a/dev-libs/xxl/ChangeLog
+++ b/dev-libs/xxl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/xxl
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/ChangeLog,v 1.2 2004/06/24 23:39:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/ChangeLog,v 1.3 2004/07/02 04:58:04 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> xxl-1.0.0.ebuild:
+ virtual/glibc -> virtual/libc
*xxl-1.0.0 (08 Oct 2003)
diff --git a/dev-libs/xxl/xxl-1.0.0.ebuild b/dev-libs/xxl/xxl-1.0.0.ebuild
index e1b9a4279f43..161b722f2e0a 100644
--- a/dev-libs/xxl/xxl-1.0.0.ebuild
+++ b/dev-libs/xxl/xxl-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-libs/xxl/xxl-1.0.0.ebuild,v 1.3 2004/06/24 23:39:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/xxl-1.0.0.ebuild,v 1.4 2004/07/02 04:58:04 eradicator Exp $
DESCRIPTION="C/C++ library that provides exception handling and asset management"
HOMEPAGE="http://www.zork.org/xxl/"
@@ -10,7 +10,7 @@ LICENSE="ZORK"
SLOT="0"
KEYWORDS="x86"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_install() {
emake install DESTDIR=${D} || die