diff options
Diffstat (limited to 'media-gfx/flam3/flam3-2.7.17.ebuild')
-rw-r--r-- | media-gfx/flam3/flam3-2.7.17.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-gfx/flam3/flam3-2.7.17.ebuild b/media-gfx/flam3/flam3-2.7.17.ebuild index 74d0ed67cf0c..e0c18976c807 100644 --- a/media-gfx/flam3/flam3-2.7.17.ebuild +++ b/media-gfx/flam3/flam3-2.7.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/flam3/flam3-2.7.17.ebuild,v 1.1 2009/05/01 18:38:24 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/flam3/flam3-2.7.17.ebuild,v 1.2 2009/05/04 06:56:33 mr_bones_ Exp $ DESCRIPTION="Tools and a library for creating flame fractal images" HOMEPAGE="http://flam3.com/" @@ -21,4 +21,3 @@ src_install() { emake install DESTDIR="${D}" || die "emake install failed" dodoc README.txt *.flam3 || die "dodoc failed" } - |