diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-27 10:31:03 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-27 10:31:03 +0000 |
commit | c58da1ac29ce9f010180a3f60dfac63e13c17f20 (patch) | |
tree | c12e278aedf251bdb3fe4dca4d352b5aea997f8b /media-gfx/asymptote | |
parent | Fix install_names on Darwin, working around tremendously broken waf-buildsyst... (diff) | |
download | gentoo-2-c58da1ac29ce9f010180a3f60dfac63e13c17f20.tar.gz gentoo-2-c58da1ac29ce9f010180a3f60dfac63e13c17f20.tar.bz2 gentoo-2-c58da1ac29ce9f010180a3f60dfac63e13c17f20.zip |
Stable on amd64 wrt bug #380185
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-2.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 170df689a8af..d56c186cca9d 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/asymptote # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.88 2011/08/27 07:10:47 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.89 2011/08/27 10:31:03 hwoarang Exp $ + + 27 Aug 2011; Markos Chandras <hwoarang@gentoo.org> asymptote-2.13.ebuild: + Stable on amd64 wrt bug #380185 27 Aug 2011; Andrey Grozin <grozin@gentoo.org> asymptote-2.13.ebuild: Fix bug #380251 diff --git a/media-gfx/asymptote/asymptote-2.13.ebuild b/media-gfx/asymptote/asymptote-2.13.ebuild index 0965b60b4130..cf22fc9f3657 100644 --- a/media-gfx/asymptote/asymptote-2.13.ebuild +++ b/media-gfx/asymptote/asymptote-2.13.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/asymptote/asymptote-2.13.ebuild,v 1.2 2011/08/27 07:10:47 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.13.ebuild,v 1.3 2011/08/27 10:31:03 hwoarang Exp $ EAPI=3 SUPPORT_PYTHON_ABIS=1 PYTHON_DEPEND="python? 2" @@ -12,7 +12,7 @@ HOMEPAGE="http://asymptote.sourceforge.net/" SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex python sigsegv vim-syntax X" RDEPEND=">=sys-libs/readline-4.3-r5 |