summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-10-05 19:06:26 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-10-05 19:06:26 +0000
commit487201fcc18db13d505f6767ecc1665ed9cca65f (patch)
treef317bae0d7d393651063f0be60902c52e9222b80 /dev-tex/feynmf
parentremove ptex dep as it is going away (diff)
downloadgentoo-2-487201fcc18db13d505f6767ecc1665ed9cca65f.tar.gz
gentoo-2-487201fcc18db13d505f6767ecc1665ed9cca65f.tar.bz2
gentoo-2-487201fcc18db13d505f6767ecc1665ed9cca65f.zip
remove ptex dep as it is going away
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/feynmf')
-rw-r--r--dev-tex/feynmf/ChangeLog5
-rw-r--r--dev-tex/feynmf/feynmf-1.08-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/feynmf/ChangeLog b/dev-tex/feynmf/ChangeLog
index e69273947ef0..7e8c95de4418 100644
--- a/dev-tex/feynmf/ChangeLog
+++ b/dev-tex/feynmf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tex/feynmf
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/feynmf/ChangeLog,v 1.39 2011/06/14 03:14:08 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/feynmf/ChangeLog,v 1.40 2011/10/05 19:06:26 aballier Exp $
+
+ 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> feynmf-1.08-r3.ebuild:
+ remove ptex dep as it is going away
14 Jun 2011; Matt Turner <mattst88@gentoo.org> feynmf-1.08-r3.ebuild:
Added ~mips, bug 342513
diff --git a/dev-tex/feynmf/feynmf-1.08-r3.ebuild b/dev-tex/feynmf/feynmf-1.08-r3.ebuild
index 15e842871d9d..ea4083e26cc2 100644
--- a/dev-tex/feynmf/feynmf-1.08-r3.ebuild
+++ b/dev-tex/feynmf/feynmf-1.08-r3.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/dev-tex/feynmf/feynmf-1.08-r3.ebuild,v 1.14 2011/06/14 03:14:08 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/feynmf/feynmf-1.08-r3.ebuild,v 1.15 2011/10/05 19:06:26 aballier Exp $
inherit eutils latex-package
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc"
-DEPEND="|| ( dev-texlive/texlive-metapost app-text/ptex )"
+DEPEND="dev-texlive/texlive-metapost"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"