diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:28:23 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:28:23 +0000 |
commit | fbc05d6f30283fb8a414422c590f3ae82cc3d50a (patch) | |
tree | fe1570da876e73d97e23a313361ac26ee34498a0 /media-gfx | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-fbc05d6f30283fb8a414422c590f3ae82cc3d50a.tar.gz historical-fbc05d6f30283fb8a414422c590f3ae82cc3d50a.tar.bz2 historical-fbc05d6f30283fb8a414422c590f3ae82cc3d50a.zip |
sync IUSE (missing)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/figurine/figurine-1.0.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/figurine/figurine-1.0.5.ebuild b/media-gfx/figurine/figurine-1.0.5.ebuild index 83338159ccd2..9663c3576636 100644 --- a/media-gfx/figurine/figurine-1.0.5.ebuild +++ b/media-gfx/figurine/figurine-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild,v 1.5 2004/06/24 22:37:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild,v 1.6 2004/07/14 17:28:23 agriffis Exp $ DESCRIPTION="A vector based graphics editor similar to xfig, but simpler" HOMEPAGE="http://figurine.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/figurine/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND=">=media-gfx/transfig-3.2" |