diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-06-09 18:28:40 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-06-09 18:28:40 +0000 |
commit | 432fdd90d63e503b1d7932737399aa99f7de9737 (patch) | |
tree | 621a42768ffcdb4e71b7c493c048bae34f2a89c8 /media-gfx | |
parent | Fix LICENSE, vim license according to author, bug 472768. (diff) | |
download | gentoo-2-432fdd90d63e503b1d7932737399aa99f7de9737.tar.gz gentoo-2-432fdd90d63e503b1d7932737399aa99f7de9737.tar.bz2 gentoo-2-432fdd90d63e503b1d7932737399aa99f7de9737.zip |
Depend on virtual/python-imaging.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-2.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 1d0074ac838c..9f9578817581 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/asymptote # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.104 2013/05/21 03:10:19 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.105 2013/06/09 18:28:40 floppym Exp $ + + 09 Jun 2013; Mike Gilbert <floppym@gentoo.org> asymptote-2.23.ebuild: + Depend on virtual/python-imaging. *asymptote-2.23 (21 May 2013) diff --git a/media-gfx/asymptote/asymptote-2.23.ebuild b/media-gfx/asymptote/asymptote-2.23.ebuild index e2c6ab699c1e..d565d25031e9 100644 --- a/media-gfx/asymptote/asymptote-2.23.ebuild +++ b/media-gfx/asymptote/asymptote-2.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.23.ebuild,v 1.1 2013/05/21 03:10:20 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.23.ebuild,v 1.2 2013/06/09 18:28:40 floppym Exp $ EAPI=4 SUPPORT_PYTHON_ABIS=1 @@ -27,7 +27,7 @@ RDEPEND=">=sys-libs/readline-4.3-r5 boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] ) fftw? ( >=sci-libs/fftw-3.0.1 ) gsl? ( sci-libs/gsl ) - X? ( x11-misc/xdg-utils dev-lang/python dev-python/imaging[tk] ) + X? ( x11-misc/xdg-utils dev-lang/python virtual/python-imaging[tk] ) latex? ( virtual/latex-base dev-texlive/texlive-latexextra ) emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )" |