diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:00:36 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:00:36 +0000 |
commit | f07b753bbba40f0280ec500bb0bb4e21bc8263c8 (patch) | |
tree | a59b4f44ec844a4173b8253df1927fdaf5b291ba /app-text/mecab | |
parent | sync IUSE (+samba) (Manifest recommit) (diff) | |
download | gentoo-2-f07b753bbba40f0280ec500bb0bb4e21bc8263c8.tar.gz gentoo-2-f07b753bbba40f0280ec500bb0bb4e21bc8263c8.tar.bz2 gentoo-2-f07b753bbba40f0280ec500bb0bb4e21bc8263c8.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/mecab')
-rw-r--r-- | app-text/mecab/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/mecab/mecab-0.76.ebuild | 4 | ||||
-rw-r--r-- | app-text/mecab/mecab-0.77.ebuild | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/app-text/mecab/ChangeLog b/app-text/mecab/ChangeLog index 215d5162169b..282f614ffae6 100644 --- a/app-text/mecab/ChangeLog +++ b/app-text/mecab/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/mecab # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.5 2004/06/24 22:44:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.6 2004/07/01 11:59:39 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> mecab-0.76.ebuild, + mecab-0.77.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> mecab-0.76.ebuild, + mecab-0.77.ebuild: + virtual/glibc -> virtual/libc 22 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> mecab-0.76.ebuild: Stable on x86 diff --git a/app-text/mecab/mecab-0.76.ebuild b/app-text/mecab/mecab-0.76.ebuild index 68732ecd14bf..35e319c67016 100644 --- a/app-text/mecab/mecab-0.76.ebuild +++ b/app-text/mecab/mecab-0.76.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/mecab/mecab-0.76.ebuild,v 1.4 2004/06/24 22:44:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.76.ebuild,v 1.5 2004/07/01 11:59:39 eradicator Exp $ MY_IPADIC="ipadic-2.5.1" DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ~sparc ~ppc" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-lang/perl" src_compile() { diff --git a/app-text/mecab/mecab-0.77.ebuild b/app-text/mecab/mecab-0.77.ebuild index c5f4948e7f5c..5bfca759b316 100644 --- a/app-text/mecab/mecab-0.77.ebuild +++ b/app-text/mecab/mecab-0.77.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/mecab/mecab-0.77.ebuild,v 1.2 2004/06/24 22:44:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.77.ebuild,v 1.3 2004/07/01 11:59:39 eradicator Exp $ MY_IPADIC="ipadic-2.5.1" DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~amd64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-lang/perl" src_unpack() { |