diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:49:31 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:49:31 +0000 |
commit | d9aaa986e1e18efcdddc48258c5d8f61898f97d8 (patch) | |
tree | 58db89f8b3530bcd153263786f322b31efe15776 /app-office/texmacs | |
parent | Dependency update: dev-util/guile -> dev-scheme/guile. (diff) | |
download | gentoo-2-d9aaa986e1e18efcdddc48258c5d8f61898f97d8.tar.gz gentoo-2-d9aaa986e1e18efcdddc48258c5d8f61898f97d8.tar.bz2 gentoo-2-d9aaa986e1e18efcdddc48258c5d8f61898f97d8.zip |
Dependency update: dev-util/guile -> dev-scheme/guile.
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.6-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index 85953c1d0fd2..3cd6dcb44c18 100644 --- a/app-office/texmacs/ChangeLog +++ b/app-office/texmacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmacs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.51 2007/01/10 17:49:09 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.52 2007/01/10 17:49:31 hkbst Exp $ + + 10 Jan 2007; <marijn@gentoo.org> texmacs-1.0.6-r1.ebuild: + Dependency update: dev-util/guile -> dev-scheme/guile. 10 Jan 2007; <marijn@gentoo.org> texmacs-1.0.4-r1.ebuild: Dependency update: dev-util/guile -> dev-scheme/guile. diff --git a/app-office/texmacs/texmacs-1.0.6-r1.ebuild b/app-office/texmacs/texmacs-1.0.6-r1.ebuild index 678ac5687f89..256c3c5a772f 100644 --- a/app-office/texmacs/texmacs-1.0.6-r1.ebuild +++ b/app-office/texmacs/texmacs-1.0.6-r1.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.6-r1.ebuild,v 1.8 2006/10/19 15:51:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.6-r1.ebuild,v 1.9 2007/01/10 17:49:31 hkbst Exp $ # although flag-o-matic functions in portage, we should inherit it inherit flag-o-matic eutils @@ -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 |