diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-07 17:28:06 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-07 17:28:06 +0000 |
commit | 6034bb539e14f43ab4b42ea441b8714de022edcd (patch) | |
tree | fd3bd6a3152938dcf7f6f62c4d839f595ad6ccc8 /app-office | |
parent | Prevent bash errors when emerging (diff) | |
download | gentoo-2-6034bb539e14f43ab4b42ea441b8714de022edcd.tar.gz gentoo-2-6034bb539e14f43ab4b42ea441b8714de022edcd.tar.bz2 gentoo-2-6034bb539e14f43ab4b42ea441b8714de022edcd.zip |
ppc64 stable wrt #321447
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/lyx/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.6.6.1.ebuild | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index 901de0ffcaa6..18a5fa8eba54 100644 --- a/app-office/lyx/ChangeLog +++ b/app-office/lyx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/lyx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.201 2010/07/01 20:35:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.202 2010/07/07 17:28:06 ssuominen Exp $ + + 07 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> lyx-1.6.6.1.ebuild: + ppc64 stable wrt #321447 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> lyx-1.6.6.1.ebuild: Stable for HPPA (bug #321447). diff --git a/app-office/lyx/lyx-1.6.6.1.ebuild b/app-office/lyx/lyx-1.6.6.1.ebuild index 2fac9d1a165e..8db88d584f91 100644 --- a/app-office/lyx/lyx-1.6.6.1.ebuild +++ b/app-office/lyx/lyx-1.6.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.6.6.1.ebuild,v 1.4 2010/07/01 20:35:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.6.6.1.ebuild,v 1.5 2010/07/07 17:28:06 ssuominen Exp $ EAPI=1 @@ -20,7 +20,7 @@ SRC_URI="ftp://ftp.devel.lyx.org/pub/lyx/stable/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86" IUSE="cups debug nls latex monolithic-build html rtf dot docbook dia subversion rcs svg" LANGS="ar ca cs de el en es eu fi fr gl he hu id it ja nb nn pl pt ro ru sk tr uk zh_CN zh_TW" @@ -144,12 +144,6 @@ pkg_postinst() { elog "and make sure the \"Right-to-left language support\" is checked" elog fi - - elog - elog "Be warned that LyX 1.6.x series do not play nicely with Qt 4.6." - elog "If you encounter random crashes consider to build LyX" - elog "with Qt 4.5." - elog } pkg_postrm() { |