diff options
author | Michael Januszewski <spock@gentoo.org> | 2010-10-03 20:22:09 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2010-10-03 20:22:09 +0000 |
commit | 196aef9252e7a2d860e15cfc7ed2ba1695e3edb4 (patch) | |
tree | 67b66f77dd27c9796413a00783a041fb516ce4a4 /media-gfx | |
parent | Remove obsolete files (diff) | |
download | gentoo-2-196aef9252e7a2d860e15cfc7ed2ba1695e3edb4.tar.gz gentoo-2-196aef9252e7a2d860e15cfc7ed2ba1695e3edb4.tar.bz2 gentoo-2-196aef9252e7a2d860e15cfc7ed2ba1695e3edb4.zip |
Depend on fltk v1 (bug #339047).
(Portage version: 2.1.9.13/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/quat/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/quat/quat-1.20.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-gfx/quat/ChangeLog b/media-gfx/quat/ChangeLog index 77697e9cfa24..5be835ccd22a 100644 --- a/media-gfx/quat/ChangeLog +++ b/media-gfx/quat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/quat -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/quat/ChangeLog,v 1.10 2008/10/24 22:44:06 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/quat/ChangeLog,v 1.11 2010/10/03 20:22:09 spock Exp $ + + 03 Oct 2010; Michał Januszewski <spock@gentoo.org> quat-1.20.ebuild: + Depend on fltk v1 (bug #339047). 24 Oct 2008; Markus Meier <maekke@gentoo.org> quat-1.20.ebuild: amd64 stable, bug #242590 diff --git a/media-gfx/quat/quat-1.20.ebuild b/media-gfx/quat/quat-1.20.ebuild index eea9dbe9c2d2..fcf1f281c58a 100644 --- a/media-gfx/quat/quat-1.20.ebuild +++ b/media-gfx/quat/quat-1.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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.11 2008/10/24 22:44:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/quat/quat-1.20.ebuild,v 1.12 2010/10/03 20:22:09 spock Exp $ DESCRIPTION="A 3D quaternionic fractal generator" HOMEPAGE="http://www.physcip.uni-stuttgart.de/phy11733/quat_e.html" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="X debug" -DEPEND="X? ( >=x11-libs/fltk-1.1 +DEPEND="X? ( =x11-libs/fltk-1* x11-libs/libX11 x11-libs/libXext x11-libs/libXft @@ -30,6 +30,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "make install failure" + make DESTDIR="${D}" install || die "make install failure" dodoc AUTHORS ChangeLog NEWS README } |