summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-11-24 10:37:00 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-11-24 10:37:00 +0000
commite64173427e60c04e3d51778908a7aa3d5943cff1 (patch)
treeb9fb5ebc2efd4471e5b35913b058a81c21006a7b /app-emacs
parentVersion bump. (diff)
downloadgentoo-2-e64173427e60c04e3d51778908a7aa3d5943cff1.tar.gz
gentoo-2-e64173427e60c04e3d51778908a7aa3d5943cff1.tar.bz2
gentoo-2-e64173427e60c04e3d51778908a7aa3d5943cff1.zip
Additional USE=test dependency is not needed as the real failure from bug 232497 is connected to USE=doc
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/pymacs/ChangeLog6
-rw-r--r--app-emacs/pymacs/pymacs-0.23.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog
index 21fcfb100962..45a3a8637098 100644
--- a/app-emacs/pymacs/ChangeLog
+++ b/app-emacs/pymacs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/pymacs
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.37 2008/11/20 14:43:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.38 2008/11/24 10:37:00 opfer Exp $
+
+ 24 Nov 2008; Christian Faulhammer <opfer@gentoo.org> pymacs-0.23.ebuild:
+ Additional USE=test dependency is not needed as the real failure from bug
+ 232497 is connected to USE=doc
20 Nov 2008; Ulrich Mueller <ulm@gentoo.org> pymacs-0.23.ebuild:
Additional dependencies with USE=doc for multirow.sty and aeguill.sty,
diff --git a/app-emacs/pymacs/pymacs-0.23.ebuild b/app-emacs/pymacs/pymacs-0.23.ebuild
index ef8cadca7dbd..76e3065072d4 100644
--- a/app-emacs/pymacs/pymacs-0.23.ebuild
+++ b/app-emacs/pymacs/pymacs-0.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.23.ebuild,v 1.11 2008/11/20 14:43:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.23.ebuild,v 1.12 2008/11/24 10:37:00 opfer Exp $
inherit distutils elisp
@@ -14,7 +14,6 @@ SLOT="0"
KEYWORDS="amd64 arm ~hppa ia64 ppc ppc64 s390 sh x86 ~x86-fbsd"
IUSE="doc test"
-# additional test? dependency is needed for aeguill.sty (bug 232497)
# additional doc? dependencies for multirow.sty and aeguill.sty (bug 247703)
DEPEND="
doc? ( dev-python/docutils
@@ -22,9 +21,6 @@ DEPEND="
|| ( ( dev-texlive/texlive-latexextra
dev-texlive/texlive-langfrench )
app-text/tetex
- app-text/ptex ) )
- test? ( || ( dev-texlive/texlive-langfrench
- app-text/tetex
app-text/ptex ) )"
RDEPEND=""