diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-04-09 21:22:34 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-04-09 21:22:34 +0000 |
commit | 2cca57d20d7c8ca3bdbed859c5082215bdec0f7a (patch) | |
tree | 256089d593d272a397fb5f88d53c3afa2d244e24 /media-gfx | |
parent | Stable on amd64 wrt bug #361985 (diff) | |
download | gentoo-2-2cca57d20d7c8ca3bdbed859c5082215bdec0f7a.tar.gz gentoo-2-2cca57d20d7c8ca3bdbed859c5082215bdec0f7a.tar.bz2 gentoo-2-2cca57d20d7c8ca3bdbed859c5082215bdec0f7a.zip |
Stable on amd64 wrt bug #361987
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/pydot/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/pydot/pydot-1.0.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/pydot/ChangeLog b/media-gfx/pydot/ChangeLog index a5b7f797d6f7..a4a75448a548 100644 --- a/media-gfx/pydot/ChangeLog +++ b/media-gfx/pydot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/pydot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/ChangeLog,v 1.21 2011/04/04 21:40:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/ChangeLog,v 1.22 2011/04/09 21:22:34 angelos Exp $ + + 09 Apr 2011; Christoph Mende <angelos@gentoo.org> pydot-1.0.23.ebuild: + Stable on amd64 wrt bug #361987 04 Apr 2011; Brent Baude <ranger@gentoo.org> pydot-1.0.2-r1.ebuild: Marking pydot-1.0.2-r1 ppc for bug 357457 diff --git a/media-gfx/pydot/pydot-1.0.23.ebuild b/media-gfx/pydot/pydot-1.0.23.ebuild index 3bca42dbd426..a5d257fcc3af 100644 --- a/media-gfx/pydot/pydot-1.0.23.ebuild +++ b/media-gfx/pydot/pydot-1.0.23.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/media-gfx/pydot/pydot-1.0.23.ebuild,v 1.1 2011/03/04 23:02:56 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/pydot-1.0.23.ebuild,v 1.2 2011/04/09 21:22:34 angelos Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://pydot.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos" IUSE="" RDEPEND="dev-python/pyparsing |