diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:48:02 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:48:02 +0000 |
commit | 0bfd2910eaebf158ab65d217187776ea6c339d56 (patch) | |
tree | 932822f352b759b4da37ff3ef929a09e44dbeece /app-office/texmacs | |
parent | Stable on amd64/x86 and removing older versions. (diff) | |
download | gentoo-2-0bfd2910eaebf158ab65d217187776ea6c339d56.tar.gz gentoo-2-0bfd2910eaebf158ab65d217187776ea6c339d56.tar.bz2 gentoo-2-0bfd2910eaebf158ab65d217187776ea6c339d56.zip |
Dependency update: dev-util/guile -> dev-scheme/guile.
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.5.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index 2385fd4fe66f..734620e03c36 100644 --- a/app-office/texmacs/ChangeLog +++ b/app-office/texmacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmacs -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.49 2006/10/19 15:51:34 kloeri Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.50 2007/01/10 17:48:02 hkbst Exp $ + + 10 Jan 2007; <marijn@gentoo.org> texmacs-1.0.5.6.ebuild: + Dependency update: dev-util/guile -> dev-scheme/guile. 19 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> texmacs-1.0.6-r1.ebuild: diff --git a/app-office/texmacs/texmacs-1.0.5.6.ebuild b/app-office/texmacs/texmacs-1.0.5.6.ebuild index 0dfd215b65b4..40067606ce6c 100644 --- a/app-office/texmacs/texmacs-1.0.5.6.ebuild +++ b/app-office/texmacs/texmacs-1.0.5.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.5.6.ebuild,v 1.4 2006/05/01 11:07:23 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.5.6.ebuild,v 1.5 2007/01/10 17:48:02 hkbst Exp $ # although flag-o-matic functions in portage, we should inherit it inherit flag-o-matic @@ -20,7 +20,7 @@ IUSE="spell static" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" RDEPEND="virtual/tetex - >=dev-util/guile-1.4 + >=dev-scheme/guile-1.4 >=sys-apps/sed-4 media-libs/freetype || ( ( x11-libs/libX11 |