diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-19 15:05:01 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-19 15:05:01 +0000 |
commit | f6af6dc1d5a16ee4a69cff3d444b76d357b0df46 (patch) | |
tree | 907e598e4181e7a057928ec5cfb9e75616554ad9 /app-office | |
parent | amd64 stable. (diff) | |
download | gentoo-2-f6af6dc1d5a16ee4a69cff3d444b76d357b0df46.tar.gz gentoo-2-f6af6dc1d5a16ee4a69cff3d444b76d357b0df46.tar.bz2 gentoo-2-f6af6dc1d5a16ee4a69cff3d444b76d357b0df46.zip |
python is also needed at runtime, thanks to Pavel Sanda <ps@twin.jikos.cz>
(Portage version: 2.1.4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/lyx/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.4.4.ebuild | 4 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.5.3.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index 98d79936ba6c..6bb6c645cd70 100644 --- a/app-office/lyx/ChangeLog +++ b/app-office/lyx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/lyx # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.109 2008/01/19 14:47:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.110 2008/01/19 15:05:01 aballier Exp $ + + 19 Jan 2008; Alexis Ballier <aballier@gentoo.org> lyx-1.4.4.ebuild, + lyx-1.5.3.ebuild: + python is also needed at runtime, thanks to Pavel Sanda <ps@twin.jikos.cz> 19 Jan 2008; Alexis Ballier <aballier@gentoo.org> lyx-1.5.3.ebuild: export CXX to call the correct one and not g++ directly, thanks again to diff --git a/app-office/lyx/lyx-1.4.4.ebuild b/app-office/lyx/lyx-1.4.4.ebuild index 3c72d8f9e549..2dc874b45a31 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-2008 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.5 2008/01/17 21:11:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.4.4.ebuild,v 1.6 2008/01/19 15:05:01 aballier Exp $ inherit kde-functions fdo-mime eutils libtool flag-o-matic font @@ -38,6 +38,7 @@ RDEPEND="x11-libs/libXi app-text/noweb dev-tex/chktex virtual/tetex + >=dev-lang/python-2.2 qt3? ( =x11-libs/qt-3* ) !qt3? ( gtk? ( @@ -56,7 +57,6 @@ DEPEND="${RDEPEND} x11-proto/xproto >=dev-lang/perl-5 nls? ( sys-devel/gettext ) - >=dev-lang/python-2.2 >=sys-devel/autoconf-2.58 " diff --git a/app-office/lyx/lyx-1.5.3.ebuild b/app-office/lyx/lyx-1.5.3.ebuild index 8c59e189cf40..793b014ee6fa 100644 --- a/app-office/lyx/lyx-1.5.3.ebuild +++ b/app-office/lyx/lyx-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.5.3.ebuild,v 1.3 2008/01/19 14:47:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.5.3.ebuild,v 1.4 2008/01/19 15:05:01 aballier Exp $ inherit qt4 eutils flag-o-matic font toolchain-funcs @@ -43,6 +43,7 @@ RDEPEND="$(qt4_min_version 4.1.1) app-text/aiksaurus app-text/sgmltools-lite virtual/aspell-dict + >=dev-lang/python-2.3.4 cups? ( virtual/lpr ) latex? ( virtual/latex-base @@ -61,8 +62,7 @@ RDEPEND="$(qt4_min_version 4.1.1) DEPEND="${RDEPEND} x11-proto/xproto - nls? ( sys-devel/gettext ) - >=dev-lang/python-2.3.4" + nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} |