diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-09-04 18:53:41 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-09-04 18:53:41 +0000 |
commit | 6e7eaf26ac433d8ceee6940e6e0571e54d0cd342 (patch) | |
tree | 285c17aaa818482143db1bedfff2b2dd1cf77d19 /app-office/lyx | |
parent | clean out old versions (diff) | |
download | historical-6e7eaf26ac433d8ceee6940e6e0571e54d0cd342.tar.gz historical-6e7eaf26ac433d8ceee6940e6e0571e54d0cd342.tar.bz2 historical-6e7eaf26ac433d8ceee6940e6e0571e54d0cd342.zip |
fix #7323: make the dep on xforms =xforms-1* so that the old xforms-089 package doesn't satisfy it anymore
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.2.1.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index d5cdf1c09072..c37aa7e7cbef 100644 --- a/app-office/lyx/ChangeLog +++ b/app-office/lyx/ChangeLog @@ -1,8 +1,14 @@ # ChangeLog for app-office/lyx # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.7 2002/09/03 02:09:19 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.8 2002/09/04 18:53:41 danarmak Exp $ + + 04 Sep 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : + + Fix bugs like #7323: make the dep on xforms =xforms-1*, so that the old + and broken xforms-089 package doesn't satisfy it anymore. *lyx-1.2.1 (22 Aug 2002) + 02 Sep 2002; Owen Stampflee <owen@gentoo.org> lyx-1.2.1.ebuild ChangeLog : Added PPC To KEYWORDS. diff --git a/app-office/lyx/lyx-1.2.1.ebuild b/app-office/lyx/lyx-1.2.1.ebuild index ba9646357aa6..459bc17a67e7 100644 --- a/app-office/lyx/lyx-1.2.1.ebuild +++ b/app-office/lyx/lyx-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.1.ebuild,v 1.2 2002/09/03 02:09:19 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.1.ebuild,v 1.3 2002/09/04 18:53:41 danarmak Exp $ S=${WORKDIR}/${P} DESCRIPTION="LyX is an WYSIWYM frontend for LaTeX" @@ -15,7 +15,7 @@ KEYWORDS="x86 ppc" # The acompanying lyx-utils ebuild depends on lyx-base and on everything # else that lyx can use. DEPEND="virtual/x11 - >=x11-libs/xforms-1.0_rc4 + =x11-libs/xforms-1* app-text/tetex >=sys-devel/perl-5 nls? ( sys-devel/gettext ) |