diff options
-rw-r--r-- | app-office/lyx/Manifest | 4 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.2-r1.ebuild | 5 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.2.ebuild | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/app-office/lyx/Manifest b/app-office/lyx/Manifest index f196e815c2b5..98c8f94e4ffc 100644 --- a/app-office/lyx/Manifest +++ b/app-office/lyx/Manifest @@ -1,6 +1,6 @@ -MD5 d5e061bdbbf4f064eb923b2b0c9bc475 lyx-1.3.2.ebuild 2749 +MD5 a943c6673f252087a888c5b189ac0e23 lyx-1.3.2.ebuild 2681 MD5 d0b6241a9cb13cabb372ec1872381be5 lyx-1.2.1.ebuild 1567 -MD5 445717f6942ea9740b55b2d447429146 lyx-1.3.2-r1.ebuild 3466 +MD5 a21f3fb74bc3fe3d6d7d6b0c7c977953 lyx-1.3.2-r1.ebuild 3398 MD5 3b090fde5ce99ac654bdf2235a55dd30 ChangeLog 5445 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 935b222f056a26177177f1b7790bc318 files/lyx-1.3.2-configure.diff 439 diff --git a/app-office/lyx/lyx-1.3.2-r1.ebuild b/app-office/lyx/lyx-1.3.2-r1.ebuild index 2f3293d1be26..0e9ff9df59ea 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-2003 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.6 2003/09/26 08:26:53 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2-r1.ebuild,v 1.7 2003/09/29 15:21:15 obz Exp $ DESCRIPTION="WYSIWYM frontend for LaTeX" HOMEPAGE="http://www.lyx.org/" @@ -57,8 +57,7 @@ src_compile() { # <obz@gentoo.org> einfo "Checking for local Aiksaurus.h" [ -d /usr/include/Aiksaurus ] \ - && myconf="${myconf} --with-extra-inc=/usr/include/Aiksaurus" \ - || die "Missing Aiksaurus.h, please remerge app-text/aiksaurus" + && myconf="${myconf} --with-extra-inc=/usr/include/Aiksaurus" local flags="${CFLAGS}" unset CFLAGS diff --git a/app-office/lyx/lyx-1.3.2.ebuild b/app-office/lyx/lyx-1.3.2.ebuild index aed2921f3063..d21d5bdcaac1 100644 --- a/app-office/lyx/lyx-1.3.2.ebuild +++ b/app-office/lyx/lyx-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.ebuild,v 1.8 2003/09/26 08:26:53 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2.ebuild,v 1.9 2003/09/29 15:21:15 obz Exp $ DESCRIPTION="WYSIWYM frontend for LaTeX" HOMEPAGE="http://www.lyx.org/" @@ -55,8 +55,7 @@ src_compile() { # <obz@gentoo.org> einfo "Checking for local Aiksaurus.h" [ -d /usr/include/Aiksaurus ] \ - && myconf="${myconf} --with-extra-inc=/usr/include/Aiksaurus" \ - || die "Missing Aiksaurus.h, please remerge app-text/aiksaurus" + && myconf="${myconf} --with-extra-inc=/usr/include/Aiksaurus" local flags="${CFLAGS}" unset CFLAGS |