diff options
author | Akinori Hattori <hattya@gentoo.org> | 2006-12-13 11:46:37 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2006-12-13 11:46:37 +0000 |
commit | 14f6e7cbd3328a4d30e0b691e82bccc8dd559693 (patch) | |
tree | 5a9eb2c906ddb9dfb9c46dfd94009c0462f22e0e /app-text/namazu | |
parent | Version bump, and remove old versions. (diff) | |
download | gentoo-2-14f6e7cbd3328a4d30e0b691e82bccc8dd559693.tar.gz gentoo-2-14f6e7cbd3328a4d30e0b691e82bccc8dd559693.tar.bz2 gentoo-2-14f6e7cbd3328a4d30e0b691e82bccc8dd559693.zip |
fixes bug #17808.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-text/namazu')
-rw-r--r-- | app-text/namazu/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/namazu/namazu-2.0.16.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/app-text/namazu/ChangeLog b/app-text/namazu/ChangeLog index 783dd89f31e6..fc2fb16f7993 100644 --- a/app-text/namazu/ChangeLog +++ b/app-text/namazu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/namazu # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/ChangeLog,v 1.18 2006/08/16 14:59:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/ChangeLog,v 1.19 2006/12/13 11:46:37 hattya Exp $ + + 13 Dec 2006; Akinori Hattori <hattya@gentoo.org> -namazu-2.0.14.ebuild, + namazu-2.0.16.ebuild: + fixes bug #17808. 16 Aug 2006; Markus Rothe <corsair@gentoo.org> namazu-2.0.16.ebuild: Stable on ppc64 diff --git a/app-text/namazu/namazu-2.0.16.ebuild b/app-text/namazu/namazu-2.0.16.ebuild index e6cadebdf287..6f200959d686 100644 --- a/app-text/namazu/namazu-2.0.16.ebuild +++ b/app-text/namazu/namazu-2.0.16.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.16.ebuild,v 1.4 2006/08/16 14:59:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.16.ebuild,v 1.5 2006/12/13 11:46:37 hattya Exp $ -IUSE="chasen cjk emacs kakasi nls tcltk" +IUSE="chasen cjk emacs kakasi nls tk" DESCRIPTION="Namazu is a full-text search engine" HOMEPAGE="http://www.namazu.org/" @@ -17,7 +17,7 @@ DEPEND=">=dev-perl/File-MMagic-1.20 cjk? ( app-i18n/nkf ) kakasi? ( dev-perl/Text-Kakasi ) nls? ( sys-devel/gettext ) - tcltk? ( + tk? ( dev-lang/tk www-client/lynx )" @@ -35,13 +35,13 @@ src_compile() { local myconf - use tcltk && myconf="--with-namazu=/usr/bin/namazu + use tk && myconf="--with-namazu=/usr/bin/namazu --with-mknmz=/usr/bin/mknmz --with-indexdir=/var/lib/namazu/index" econf \ `use_enable nls` \ - `use_enable tcltk tknamazu` \ + `use_enable tk tknamazu` \ ${myconf} \ || die emake || die |