diff options
author | 2004-06-30 17:09:04 +0000 | |
---|---|---|
committer | 2004-06-30 17:09:04 +0000 | |
commit | 4dd02e41afaf44d17251ccd1f883649a8afa6496 (patch) | |
tree | f3ef79679f487ffed4cb3f252595425adac8a81b /app-admin/reportmagic/reportmagic-2.21.ebuild | |
parent | New release: 0.34.0 (diff) | |
download | historical-4dd02e41afaf44d17251ccd1f883649a8afa6496.tar.gz historical-4dd02e41afaf44d17251ccd1f883649a8afa6496.tar.bz2 historical-4dd02e41afaf44d17251ccd1f883649a8afa6496.zip |
update libgd DEPEND
Diffstat (limited to 'app-admin/reportmagic/reportmagic-2.21.ebuild')
-rw-r--r-- | app-admin/reportmagic/reportmagic-2.21.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/reportmagic/reportmagic-2.21.ebuild b/app-admin/reportmagic/reportmagic-2.21.ebuild index c8a7e924397c..0a0787c077ea 100644 --- a/app-admin/reportmagic/reportmagic-2.21.ebuild +++ b/app-admin/reportmagic/reportmagic-2.21.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/reportmagic-2.21.ebuild,v 1.5 2004/06/24 21:36:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/reportmagic-2.21.ebuild,v 1.6 2004/06/30 17:09:04 vapier Exp $ DESCRIPTION="Makes usable statistics from your web site log file analysis" -HOMEPAGE="http://www.reportmagic.org" +HOMEPAGE="http://www.reportmagic.org/" SRC_URI="http://www.reportmagic.org/rmagic-${PV}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="truetype" DEPEND="sys-libs/zlib media-libs/libpng - media-libs/libgd + media-libs/gd truetype? ( media-libs/freetype ) media-libs/jpeg dev-perl/GD |