diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-15 05:44:32 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-15 05:44:32 +0000 |
commit | 5da3dcfd0f39334f3d1828407936c46c1d50f806 (patch) | |
tree | 376670defd5cc131c618ca9a9c60943709960419 /app-office/lyx/lyx-1.3.4.ebuild | |
parent | LICENSE fix (diff) | |
download | historical-5da3dcfd0f39334f3d1828407936c46c1d50f806.tar.gz historical-5da3dcfd0f39334f3d1828407936c46c1d50f806.tar.bz2 historical-5da3dcfd0f39334f3d1828407936c46c1d50f806.zip |
Fixed inappropriate einfo lines; bug #71063. Marked 1.3.5 stable on x86 and ppc.
Diffstat (limited to 'app-office/lyx/lyx-1.3.4.ebuild')
-rw-r--r-- | app-office/lyx/lyx-1.3.4.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-office/lyx/lyx-1.3.4.ebuild b/app-office/lyx/lyx-1.3.4.ebuild index e147db76b763..80d5427b152e 100644 --- a/app-office/lyx/lyx-1.3.4.ebuild +++ b/app-office/lyx/lyx-1.3.4.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-office/lyx/lyx-1.3.4.ebuild,v 1.11 2004/10/25 08:25:12 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.4.ebuild,v 1.12 2004/11/15 05:44:32 usata Exp $ inherit kde-functions eutils libtool @@ -103,8 +103,7 @@ pkg_postinst() { einfo "Updating the font cache" fc-cache -f --system-only - einfo "" - einfo "================" + draw_line einfo "" einfo "How to use Hebrew in LyX:" einfo "1. emerge app-text/ivritex." @@ -114,8 +113,8 @@ pkg_postinst() { einfo "3. use lyx's qt interface (compile with USE=qt) for maximum effect." einfo "" - if ! use qt ; then - einfo "================" + if ! useq qt ; then + draw_line einfo "" einfo "If you have a multi-head setup not using xinerama you can only use lyx" einfo "on the 2nd head if not using qt (maybe due to a xforms bug). See bug #40392." |