diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-12-20 21:05:15 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-12-20 21:05:15 +0000 |
commit | 6ee4c4bdc8c51adc8e22b54faa48abc7f2306abf (patch) | |
tree | fe7d729132f57a16b13acfe09c0ec9c2c0be8c33 /media-gfx | |
parent | Version bump. (diff) | |
download | gentoo-2-6ee4c4bdc8c51adc8e22b54faa48abc7f2306abf.tar.gz gentoo-2-6ee4c4bdc8c51adc8e22b54faa48abc7f2306abf.tar.bz2 gentoo-2-6ee4c4bdc8c51adc8e22b54faa48abc7f2306abf.zip |
Stable on amd64 wrt bug #342265
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-2.08.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 904a917b7c4c..1179a63dd459 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/asymptote # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.82 2010/12/08 08:23:43 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.83 2010/12/20 21:05:15 hwoarang Exp $ + + 20 Dec 2010; Markos Chandras <hwoarang@gentoo.org> asymptote-2.08.ebuild: + Stable on amd64 wrt bug #342265 08 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> asymptote-2.08.ebuild: diff --git a/media-gfx/asymptote/asymptote-2.08.ebuild b/media-gfx/asymptote/asymptote-2.08.ebuild index 19ab42dd9872..082c0f5fa5d4 100644 --- a/media-gfx/asymptote/asymptote-2.08.ebuild +++ b/media-gfx/asymptote/asymptote-2.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.08.ebuild,v 1.2 2010/12/08 08:23:43 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.08.ebuild,v 1.3 2010/12/20 21:05:15 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 |