diff options
Diffstat (limited to 'app-emacs/pymacs')
-rw-r--r-- | app-emacs/pymacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/pymacs/pymacs-0.23-r1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog index dbc7289eebee..6be7b354a2e3 100644 --- a/app-emacs/pymacs/ChangeLog +++ b/app-emacs/pymacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/pymacs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.53 2011/01/13 20:24:43 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.54 2011/10/05 19:29:53 aballier Exp $ + + 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> pymacs-0.23-r1.ebuild: + remove ptex dep as it is going away 13 Jan 2011; Ulrich Mueller <ulm@gentoo.org> -pymacs-0.23.ebuild: Remove old. diff --git a/app-emacs/pymacs/pymacs-0.23-r1.ebuild b/app-emacs/pymacs/pymacs-0.23-r1.ebuild index 3465c7833234..cbd5a3666e94 100644 --- a/app-emacs/pymacs/pymacs-0.23-r1.ebuild +++ b/app-emacs/pymacs/pymacs-0.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.23-r1.ebuild,v 1.9 2011/01/13 17:54:39 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.23-r1.ebuild,v 1.10 2011/10/05 19:29:53 aballier Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -21,9 +21,9 @@ IUSE="doc" DEPEND=" doc? ( dev-python/docutils virtual/latex-base - || ( ( dev-texlive/texlive-latexextra - dev-texlive/texlive-langfrench ) - app-text/ptex ) )" + dev-texlive/texlive-latexextra + dev-texlive/texlive-langfrench + )" RDEPEND="" SITEFILE=50${PN}-gentoo.el |