diff options
author | Andrey Grozin <grozin@gentoo.org> | 2012-04-12 20:13:56 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2012-04-12 20:13:56 +0000 |
commit | cbdc48899ec6b0b4652e32237abc64dc9ba07e50 (patch) | |
tree | 7a9859e6ff8cf510e36d586f88b0ec0db1355f9a /media-gfx | |
parent | Remove test from IUSE. (diff) | |
download | gentoo-2-cbdc48899ec6b0b4652e32237abc64dc9ba07e50.tar.gz gentoo-2-cbdc48899ec6b0b4652e32237abc64dc9ba07e50.tar.bz2 gentoo-2-cbdc48899ec6b0b4652e32237abc64dc9ba07e50.zip |
svg USE flag added, closing #411605
(Portage version: 2.2.0_alpha100/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-2.15.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 5ef4ea5e7951..13b909b6efeb 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/asymptote # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.95 2012/01/02 15:14:11 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.96 2012/04/12 20:13:56 grozin Exp $ + + 12 Apr 2012; Andrey Grozin <grozin@gentoo.org> asymptote-2.15.ebuild: + svg USE flag added, closing #411605 *asymptote-2.15 (02 Jan 2012) diff --git a/media-gfx/asymptote/asymptote-2.15.ebuild b/media-gfx/asymptote/asymptote-2.15.ebuild index 27c5ea717ab9..d587adb637d3 100644 --- a/media-gfx/asymptote/asymptote-2.15.ebuild +++ b/media-gfx/asymptote/asymptote-2.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.15.ebuild,v 1.1 2012/01/02 15:14:11 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.15.ebuild,v 1.2 2012/04/12 20:13:56 grozin Exp $ EAPI=3 SUPPORT_PYTHON_ABIS=1 @@ -14,11 +14,12 @@ SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz" LICENSE="GPL-3" SLOT="0" 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" +IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex python sigsegv svg vim-syntax X" RDEPEND=">=sys-libs/readline-4.3-r5 >=sys-libs/ncurses-5.4-r5 imagemagick? ( media-gfx/imagemagick[png] ) + svg? ( app-text/dvisvgm ) sigsegv? ( dev-libs/libsigsegv ) boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] ) fftw? ( >=sci-libs/fftw-3.0.1 ) |