diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 21:24:23 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 21:24:23 +0000 |
commit | 54b61302ff15b543cc46b9ed5d1195832710fa49 (patch) | |
tree | 761d34808979b303a179c87c171d82ea0b7284ef /app-emacs/tamago/tamago-4.0.6.ebuild | |
parent | change dep from sys-apps/gzip to app-arch/gzip (diff) | |
download | gentoo-2-54b61302ff15b543cc46b9ed5d1195832710fa49.tar.gz gentoo-2-54b61302ff15b543cc46b9ed5d1195832710fa49.tar.bz2 gentoo-2-54b61302ff15b543cc46b9ed5d1195832710fa49.zip |
changed dep from sys-apps/gzip to app-arch/gzip
Diffstat (limited to 'app-emacs/tamago/tamago-4.0.6.ebuild')
-rw-r--r-- | app-emacs/tamago/tamago-4.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/tamago/tamago-4.0.6.ebuild b/app-emacs/tamago/tamago-4.0.6.ebuild index 58ff19d2b725..3c44ee649499 100644 --- a/app-emacs/tamago/tamago-4.0.6.ebuild +++ b/app-emacs/tamago/tamago-4.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tamago/tamago-4.0.6.ebuild,v 1.8 2003/09/30 13:26:34 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tamago/tamago-4.0.6.ebuild,v 1.9 2003/11/14 21:23:15 seemant Exp $ inherit elisp @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.m17n.org/pub/tamago/${P}.tar.gz HOMEPAGE="http://www.m17n.org/tamago/" IUSE="" DEPEND="virtual/emacs - sys-apps/gzip" + app-arch/gzip" RDEPEND="virtual/emacs canna? ( app-i18n/canna )" S="${WORKDIR}/${P}" |