diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-02-02 21:13:59 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-02-02 21:13:59 +0000 |
commit | e283b5823eae9b886e382ea37fd8c682a90fffaa (patch) | |
tree | 6da44be3fad72ae6039225760ea9f51288434a64 /media-gfx/autotrace/autotrace-0.31.1-r1.ebuild | |
parent | stable bump for python2.3 (#33971) (Manifest recommit) (diff) | |
download | gentoo-2-e283b5823eae9b886e382ea37fd8c682a90fffaa.tar.gz gentoo-2-e283b5823eae9b886e382ea37fd8c682a90fffaa.tar.bz2 gentoo-2-e283b5823eae9b886e382ea37fd8c682a90fffaa.zip |
adding media-libs/libexif to depend. Closes 39695
Diffstat (limited to 'media-gfx/autotrace/autotrace-0.31.1-r1.ebuild')
-rw-r--r-- | media-gfx/autotrace/autotrace-0.31.1-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/autotrace/autotrace-0.31.1-r1.ebuild b/media-gfx/autotrace/autotrace-0.31.1-r1.ebuild index 183ef5529c2f..cd23e32f0b41 100644 --- a/media-gfx/autotrace/autotrace-0.31.1-r1.ebuild +++ b/media-gfx/autotrace/autotrace-0.31.1-r1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1-r1.ebuild,v 1.4 2003/12/03 15:53:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1-r1.ebuild,v 1.5 2004/02/02 21:13:59 mholzer Exp $ IUSE="png flash imagemagick" DESCRIPTION="Converts Bitmaps to vector-grahics" SRC_URI="mirror://sourceforge/autotrace/${P}.tar.gz" +RESTRICT="nomirror" HOMEPAGE="http://autotrace.sourceforge.net/" SLOT="0" @@ -13,6 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~x86 alpha" DEPEND=">=x11-libs/gtkDPS-0.3.3 + media-libs/libexif >=x11-libs/gtk+-1.2.10-r4 png? ( >=media-libs/libpng-1.2.5-r4 ) flash? ( >=media-libs/ming-0.2a ) |