summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-01 12:11:19 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-01 12:11:19 +0000
commit7fb298dd1a8b0265565db705ba27de5d8ddf4b7d (patch)
tree670b201580249f3d0a484ba326116649c104cb89 /app-text/spellutils
parentVersion bumped. Closes 55675 (diff)
downloadhistorical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.tar.gz
historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.tar.bz2
historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.zip
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/spellutils')
-rw-r--r--app-text/spellutils/ChangeLog10
-rw-r--r--app-text/spellutils/spellutils-0.7.ebuild4
2 files changed, 11 insertions, 3 deletions
diff --git a/app-text/spellutils/ChangeLog b/app-text/spellutils/ChangeLog
index 00773eb3b8d2..df79d5a9ecb1 100644
--- a/app-text/spellutils/ChangeLog
+++ b/app-text/spellutils/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-text/spellutils
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/spellutils/ChangeLog,v 1.3 2004/06/24 22:52:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/spellutils/ChangeLog,v 1.4 2004/07/01 12:04:51 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ spellutils-0.7.ebuild:
+ virtual/glibc -> virtual/libc
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ spellutils-0.7.ebuild:
+ virtual/glibc -> virtual/libc
13 May 2004; Bryan Østergaard <kloeri@gentoo.org> spellutils-0.7.ebuild:
Stable on alpha.
diff --git a/app-text/spellutils/spellutils-0.7.ebuild b/app-text/spellutils/spellutils-0.7.ebuild
index b3b2bc4b5284..991d0dc025b5 100644
--- a/app-text/spellutils/spellutils-0.7.ebuild
+++ b/app-text/spellutils/spellutils-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/app-text/spellutils/spellutils-0.7.ebuild,v 1.5 2004/06/24 22:52:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/spellutils/spellutils-0.7.ebuild,v 1.6 2004/07/01 12:04:51 eradicator Exp $
IUSE="nls"
@@ -12,7 +12,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc ~sparc alpha ~mips ~hppa"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
econf `use_enable nls` || die