diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-26 19:20:00 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-26 19:20:00 +0000 |
commit | 5ceca306bd9fcb6a8680d76c744dbc58cac45247 (patch) | |
tree | 43384cea957948de48b892ed9930f701b9586e50 /app-emacs/imaxima | |
parent | Add ~alpha/~sparc wrt #295639 (diff) | |
download | gentoo-2-5ceca306bd9fcb6a8680d76c744dbc58cac45247.tar.gz gentoo-2-5ceca306bd9fcb6a8680d76c744dbc58cac45247.tar.bz2 gentoo-2-5ceca306bd9fcb6a8680d76c744dbc58cac45247.zip |
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/imaxima')
-rw-r--r-- | app-emacs/imaxima/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/imaxima/imaxima-1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/imaxima/ChangeLog b/app-emacs/imaxima/ChangeLog index 1289d158f9c6..ff4db0800282 100644 --- a/app-emacs/imaxima/ChangeLog +++ b/app-emacs/imaxima/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/imaxima # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.30 2009/12/26 16:05:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.31 2009/12/26 19:20:00 pva Exp $ + + 26 Dec 2009; Peter Volkov <pva@gentoo.org> imaxima-1.0.ebuild: + virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only + implementation left in the tree. 26 Dec 2009; Raúl Porcel <armin76@gentoo.org> imaxima-1.0.ebuild: sparc stable wrt #264649 diff --git a/app-emacs/imaxima/imaxima-1.0.ebuild b/app-emacs/imaxima/imaxima-1.0.ebuild index 4d7d898db45b..53556cf8e35d 100644 --- a/app-emacs/imaxima/imaxima-1.0.ebuild +++ b/app-emacs/imaxima/imaxima-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0.ebuild,v 1.7 2009/12/26 16:05:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0.ebuild,v 1.8 2009/12/26 19:20:00 pva Exp $ inherit elisp @@ -16,7 +16,7 @@ IUSE="examples" DEPEND="" RDEPEND="virtual/latex-base - virtual/ghostscript + app-text/ghostscript-gpl dev-tex/mh sci-mathematics/maxima" |