summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2004-01-30 05:23:03 +0000
committerDaniel Robbins <drobbins@gentoo.org>2004-01-30 05:23:03 +0000
commite685077f0650e8300bf85132e2779d3105151ce4 (patch)
tree18b3a58b336dac39ae68465bca83bc7f8473d9c9 /app-office
parentautoconf 2.58 needed for WANT_AUTOCONF syntax (Manifest recommit) (diff)
downloadgentoo-2-e685077f0650e8300bf85132e2779d3105151ce4.tar.gz
gentoo-2-e685077f0650e8300bf85132e2779d3105151ce4.tar.bz2
gentoo-2-e685077f0650e8300bf85132e2779d3105151ce4.zip
autoconf fix
Diffstat (limited to 'app-office')
-rw-r--r--app-office/lyx/lyx-1.3.2-r1.ebuild4
-rw-r--r--app-office/lyx/lyx-1.3.3.ebuild7
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/lyx/lyx-1.3.2-r1.ebuild b/app-office/lyx/lyx-1.3.2-r1.ebuild
index b39213dee65a..7de0d3afac10 100644
--- a/app-office/lyx/lyx-1.3.2-r1.ebuild
+++ b/app-office/lyx/lyx-1.3.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2-r1.ebuild,v 1.14 2004/01/26 00:02:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2-r1.ebuild,v 1.15 2004/01/30 05:23:03 drobbins Exp $
DESCRIPTION="WYSIWYM frontend for LaTeX"
HOMEPAGE="http://www.lyx.org/"
@@ -33,6 +33,8 @@ RDEPEND="${DEPEND}
app-text/noweb
dev-tex/chktex"
+DEPEND="$DEPEND >=sys-devel/autoconf-2.58"
+
src_unpack() {
unpack ${A}
cd ${S}
diff --git a/app-office/lyx/lyx-1.3.3.ebuild b/app-office/lyx/lyx-1.3.3.ebuild
index 269f3b39666b..5f7d11c64706 100644
--- a/app-office/lyx/lyx-1.3.3.ebuild
+++ b/app-office/lyx/lyx-1.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.3.ebuild,v 1.7 2004/01/26 00:02:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.3.ebuild,v 1.8 2004/01/30 05:23:03 drobbins Exp $
DESCRIPTION="WYSIWYM frontend for LaTeX"
HOMEPAGE="http://www.lyx.org/"
@@ -22,7 +22,8 @@ DEPEND="virtual/x11
>=dev-lang/perl-5
nls? ( sys-devel/gettext )
app-text/aiksaurus
- qt? ( >=x11-libs/qt-3 ) !qt? ( =x11-libs/xforms-1* )"
+ qt? ( >=x11-libs/qt-3 ) !qt? ( =x11-libs/xforms-1* )
+ "
RDEPEND="${DEPEND}
virtual/ghostscript
@@ -38,6 +39,8 @@ RDEPEND="${DEPEND}
app-text/noweb
dev-tex/chktex"
+DEPEND="$DEPEND >=sys-devel/autoconf-2.58"
+
src_unpack() {
unpack ${A}
cd ${S}