diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2006-06-20 08:50:29 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2006-06-20 08:50:29 +0000 |
commit | a14ea392f24c5017dd1b91d0f9fb78e1b33bc813 (patch) | |
tree | 11dfd9440b2f50ff61175a6c2066255bf6b6c3be /app-text/winefish/winefish-1.3.3.ebuild | |
parent | Added multilib_toolchain_setup for app-emul/wine. (diff) | |
download | gentoo-2-a14ea392f24c5017dd1b91d0f9fb78e1b33bc813.tar.gz gentoo-2-a14ea392f24c5017dd1b91d0f9fb78e1b33bc813.tar.bz2 gentoo-2-a14ea392f24c5017dd1b91d0f9fb78e1b33bc813.zip |
Dropped app-text/tetex dependency
(Portage version: 2.1)
Diffstat (limited to 'app-text/winefish/winefish-1.3.3.ebuild')
-rw-r--r-- | app-text/winefish/winefish-1.3.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/winefish/winefish-1.3.3.ebuild b/app-text/winefish/winefish-1.3.3.ebuild index 7d8482151ef0..719fb6427edf 100644 --- a/app-text/winefish/winefish-1.3.3.ebuild +++ b/app-text/winefish/winefish-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/winefish-1.3.3.ebuild,v 1.2 2006/04/30 17:11:45 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/winefish-1.3.3.ebuild,v 1.3 2006/06/20 08:50:29 pclouds Exp $ inherit eutils fdo-mime @@ -18,7 +18,6 @@ IUSE="spell" DEPEND=">=x11-libs/gtk+-2.4 >=dev-libs/libpcre-6.3 - >=app-text/tetex-2.0.2-r8 spell? ( virtual/aspell-dict )" #S=${WORKDIR}/${PN}-${MY_PV} @@ -37,4 +36,6 @@ src_install() { pkg_postinst() { fdo-mime_desktop_database_update fdo-mime_mime_database_update + + einfo "You need to emerge a TeX distribution to gain winfish's full capacity" } |