diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 05:24:38 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 05:24:38 +0000 |
commit | 17994f278dd6beca750044fa665ab8701d348c72 (patch) | |
tree | 945af12ca2be569dcfa5bc14fcbd0f83973721e5 /app-office | |
parent | autoconf 2.58 needed for WANT_AUTOCONF syntax (diff) | |
download | historical-17994f278dd6beca750044fa665ab8701d348c72.tar.gz historical-17994f278dd6beca750044fa665ab8701d348c72.tar.bz2 historical-17994f278dd6beca750044fa665ab8701d348c72.zip |
autoconf fix
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnumeric/gnumeric-1.2.4.ebuild | 5 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.3.ebuild | 7 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-office/gnumeric/gnumeric-1.2.4.ebuild b/app-office/gnumeric/gnumeric-1.2.4.ebuild index 7a0adea2df26..2b4032b75329 100644 --- a/app-office/gnumeric/gnumeric-1.2.4.ebuild +++ b/app-office/gnumeric/gnumeric-1.2.4.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/gnumeric/gnumeric-1.2.4.ebuild,v 1.3 2004/01/08 00:18:49 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.2.4.ebuild,v 1.4 2004/01/30 05:24:38 drobbins Exp $ #provide Xmake and Xemake inherit virtualx libtool gnome2 eutils @@ -38,7 +38,8 @@ RDEPEND=">=x11-libs/gtk+-2 DEPEND="${RDEPEND} >=dev-util/intltool-0.27.2 - dev-util/pkgconfig" + dev-util/pkgconfig + >=sys-devel/autoconf-2.58" src_unpack() { 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} |