diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-09-13 05:14:21 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-09-13 05:14:21 +0000 |
commit | 12f6ca90f932c6513c4bbc98a6d374116a4ca89c (patch) | |
tree | ad83598a40333fc7e370c2a36190c32a836fe140 /dev-tex | |
parent | Bump (diff) | |
download | gentoo-2-12f6ca90f932c6513c4bbc98a6d374116a4ca89c.tar.gz gentoo-2-12f6ca90f932c6513c4bbc98a6d374116a4ca89c.tar.bz2 gentoo-2-12f6ca90f932c6513c4bbc98a6d374116a4ca89c.zip |
Drop pypy as pyparsing has changed
(Portage version: 2.2.3/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/dot2tex/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/dot2tex/ChangeLog b/dev-tex/dot2tex/ChangeLog index 989ba6263b54..bc4894ef0d7a 100644 --- a/dev-tex/dot2tex/ChangeLog +++ b/dev-tex/dot2tex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/dot2tex # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.33 2013/09/12 22:33:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.34 2013/09/13 05:14:21 patrick Exp $ + + 13 Sep 2013; Patrick Lauer <patrick@gentoo.org> dot2tex-2.8.7-r1.ebuild: + Drop pypy as pyparsing has changed 12 Sep 2013; Michał Górny <mgorny@gentoo.org> dot2tex-2.8.7-r1.ebuild, dot2tex-2.8.7.ebuild: diff --git a/dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild b/dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild index 9a4a3d6c04df..85c2408a35af 100644 --- a/dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild,v 1.3 2013/09/12 22:33:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild,v 1.4 2013/09/13 05:14:21 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 |