diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-03-27 19:03:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-03-27 19:03:30 +0000 |
commit | ed3b856b56cb1b65a536ca49fd325a24de422252 (patch) | |
tree | e4e945c71b9ede828fab7fdf7987f00009cb9727 /app-office/lyx | |
parent | ~m68k love (diff) | |
download | gentoo-2-ed3b856b56cb1b65a536ca49fd325a24de422252.tar.gz gentoo-2-ed3b856b56cb1b65a536ca49fd325a24de422252.tar.bz2 gentoo-2-ed3b856b56cb1b65a536ca49fd325a24de422252.zip |
drop monolithic-build useflag since it doesn't build for this release, bug #263809
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.6.2.ebuild | 12 |
2 files changed, 7 insertions, 11 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index df0770fb65fd..167ea8061fd5 100644 --- a/app-office/lyx/ChangeLog +++ b/app-office/lyx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/lyx # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.165 2009/03/25 07:12:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.166 2009/03/27 19:03:30 aballier Exp $ + + 27 Mar 2009; Alexis Ballier <aballier@gentoo.org> lyx-1.6.2.ebuild: + drop monolithic-build useflag since it doesn't build for this release, bug + #263809 25 Mar 2009; Alexis Ballier <aballier@gentoo.org> -lyx-1.5.5.ebuild, -lyx-1.6.0.ebuild: diff --git a/app-office/lyx/lyx-1.6.2.ebuild b/app-office/lyx/lyx-1.6.2.ebuild index e31b47c3dfde..a4d52c23c577 100644 --- a/app-office/lyx/lyx-1.6.2.ebuild +++ b/app-office/lyx/lyx-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.6.2.ebuild,v 1.1 2009/03/25 07:09:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.6.2.ebuild,v 1.2 2009/03/27 19:03:30 aballier Exp $ EAPI=1 @@ -21,7 +21,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" -IUSE="cups debug nls latex monolithic-build html rtf dot docbook dia" +IUSE="cups debug nls latex html rtf dot docbook dia" RESTRICT="test" LANGS="ar ca cs de en es eu fi fr gl he hu it ja nb nn pl pt ro ru tr uk zh_CN zh_TW" @@ -89,17 +89,9 @@ src_compile() { #bug 221921 export VARTEXFONTS=${T}/fonts - if use monolithic-build ; then - MONOLITHIC=" --enable-monolithic-boost --enable-monolithic-client \ - --enable-monolithic-insets --enable-monolithic-mathed \ - --enable-monolithic-core --enable-monolithic-tex2lyx \ - --enable-monolithic-frontend-qt4 " - fi - econf \ $(use_enable nls) \ $(use_enable debug) \ - $MONOLITHIC \ --with-aspell --without-included-boost --disable-stdlib-debug emake || die "emake failed" } |