diff options
Diffstat (limited to 'app-office/lyx/lyx-1.4.4.ebuild')
-rw-r--r-- | app-office/lyx/lyx-1.4.4.ebuild | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/app-office/lyx/lyx-1.4.4.ebuild b/app-office/lyx/lyx-1.4.4.ebuild index 51fbbdf3573d..af838d15e2d6 100644 --- a/app-office/lyx/lyx-1.4.4.ebuild +++ b/app-office/lyx/lyx-1.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.4.4.ebuild,v 1.2 2007/02/18 05:11:23 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.4.4.ebuild,v 1.3 2007/02/25 16:27:54 matsuu Exp $ inherit kde-functions fdo-mime eutils libtool flag-o-matic font @@ -20,15 +20,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="cjk cups debug gtk nls qt3 gnome" -RDEPEND="|| ( - virtual/x11 - ( - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXcursor - x11-libs/libXft - ) - ) +RDEPEND="x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXcursor + x11-libs/libXft virtual/ghostscript virtual/aspell-dict dev-tex/latex2html @@ -43,15 +38,10 @@ RDEPEND="|| ( # does lyx only need qt to compile but not run ? # I'll look into it <obz@gentoo.org> DEPEND="${RDEPEND} - || ( - virtual/x11 - ( - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXpm - x11-proto/xproto - ) - ) + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXpm + x11-proto/xproto virtual/tetex >=dev-lang/perl-5 nls? ( sys-devel/gettext ) |