diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:29:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:29:28 +0000 |
commit | b45c70217ee3c1809fbf4d5f65aec80e84fc4748 (patch) | |
tree | add02d9ee2546831f69e74f036c69d761c67502e /media-gfx/quat | |
parent | Added new package: app-sci/readseq (Manifest recommit) (diff) | |
download | gentoo-2-b45c70217ee3c1809fbf4d5f65aec80e84fc4748.tar.gz gentoo-2-b45c70217ee3c1809fbf4d5f65aec80e84fc4748.tar.bz2 gentoo-2-b45c70217ee3c1809fbf4d5f65aec80e84fc4748.zip |
sync IUSE (+X, +debug)
Diffstat (limited to 'media-gfx/quat')
-rw-r--r-- | media-gfx/quat/quat-1.20.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/quat/quat-1.20.ebuild b/media-gfx/quat/quat-1.20.ebuild index b9dbdaca7bbc..284f83fd835f 100644 --- a/media-gfx/quat/quat-1.20.ebuild +++ b/media-gfx/quat/quat-1.20.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/quat/quat-1.20.ebuild,v 1.3 2004/06/24 22:48:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/quat/quat-1.20.ebuild,v 1.4 2004/07/14 18:29:28 agriffis Exp $ DESCRIPTION="A 3D quaternionic fractal generator" HOMEPAGE="http://www.physcip.uni-stuttgart.de/phy11733/quat_e.html" @@ -9,6 +9,7 @@ SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/quat-1.20.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="X debug" DEPEND="X? ( >=x11-libs/fltk-1.1 virtual/x11 ) >=sys-libs/zlib-1.1.4" |