diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 04:25:32 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 04:25:32 +0000 |
commit | fcd512f9cea549fc724c32700c8bcd663760e923 (patch) | |
tree | 86005cc0c8ad8c3cca3e3457efdc5ad7ca75319f /app-office/lyx/lyx-1.3.5-r2.ebuild | |
parent | Fix ebuild comment (diff) | |
download | historical-fcd512f9cea549fc724c32700c8bcd663760e923.tar.gz historical-fcd512f9cea549fc724c32700c8bcd663760e923.tar.bz2 historical-fcd512f9cea549fc724c32700c8bcd663760e923.zip |
Change qt dep to =x11-libs/qt-3*
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-office/lyx/lyx-1.3.5-r2.ebuild')
-rw-r--r-- | app-office/lyx/lyx-1.3.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/lyx/lyx-1.3.5-r2.ebuild b/app-office/lyx/lyx-1.3.5-r2.ebuild index f93d0a3e7c98..d1399f36e969 100644 --- a/app-office/lyx/lyx-1.3.5-r2.ebuild +++ b/app-office/lyx/lyx-1.3.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.5-r2.ebuild,v 1.1 2005/05/22 12:24:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.5-r2.ebuild,v 1.2 2005/07/07 04:25:32 caleb Exp $ inherit kde-functions eutils libtool flag-o-matic @@ -26,7 +26,7 @@ DEPEND="virtual/x11 >=dev-lang/perl-5 nls? ( sys-devel/gettext ) app-text/aiksaurus - qt? ( >=x11-libs/qt-3 ) + qt? ( =x11-libs/qt-3* ) !qt? ( cjk? ( =x11-libs/xforms-1.0-r1 ) !cjk? ( =x11-libs/xforms-1* ) )" |