diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:05:37 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:05:37 +0000 |
commit | 1a465131b8b8a62d248489fbdf069701dc4b3769 (patch) | |
tree | 25979e940e8cd4910dc22c9c21116e77da569c85 /app-text/spellutils | |
parent | Version bumped. Closes 55675 (Manifest recommit) (diff) | |
download | gentoo-2-1a465131b8b8a62d248489fbdf069701dc4b3769.tar.gz gentoo-2-1a465131b8b8a62d248489fbdf069701dc4b3769.tar.bz2 gentoo-2-1a465131b8b8a62d248489fbdf069701dc4b3769.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/spellutils')
-rw-r--r-- | app-text/spellutils/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/spellutils/spellutils-0.7.ebuild | 4 |
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 |