diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-22 16:38:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-22 16:38:58 +0000 |
commit | 5718b571b95d0cdefff2d8e5c11b421e041620cf (patch) | |
tree | 5be3de4d1bad8028ad2f7da046d60bf8cf71831e /app-admin/reportmagic | |
parent | Require SLOT="0" of media-libs/jpeg for headers. (diff) | |
download | gentoo-2-5718b571b95d0cdefff2d8e5c11b421e041620cf.tar.gz gentoo-2-5718b571b95d0cdefff2d8e5c11b421e041620cf.tar.bz2 gentoo-2-5718b571b95d0cdefff2d8e5c11b421e041620cf.zip |
Require SLOT="0" of media-libs/jpeg for headers.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/reportmagic')
-rw-r--r-- | app-admin/reportmagic/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/reportmagic/reportmagic-2.21.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-admin/reportmagic/ChangeLog b/app-admin/reportmagic/ChangeLog index e9a558b7971b..3382b64d2a85 100644 --- a/app-admin/reportmagic/ChangeLog +++ b/app-admin/reportmagic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/reportmagic -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/ChangeLog,v 1.16 2009/10/11 23:52:32 halcy0n Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/ChangeLog,v 1.17 2010/01/22 16:38:58 ssuominen Exp $ + + 22 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> + reportmagic-2.21.ebuild: + Require SLOT="0" of media-libs/jpeg for headers. 11 Oct 2009; Mark Loeser <halcy0n@gentoo.org> reportmagic-2.21.ebuild: QA fixes; unquoted variables diff --git a/app-admin/reportmagic/reportmagic-2.21.ebuild b/app-admin/reportmagic/reportmagic-2.21.ebuild index f0827b5bf851..9ab68fa33c3a 100644 --- a/app-admin/reportmagic/reportmagic-2.21.ebuild +++ b/app-admin/reportmagic/reportmagic-2.21.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.13 2009/10/11 23:52:32 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/reportmagic-2.21.ebuild,v 1.14 2010/01/22 16:38:58 ssuominen Exp $ + +EAPI=1 DESCRIPTION="Makes usable statistics from your web site log file analysis" HOMEPAGE="http://www.reportmagic.org/" @@ -15,7 +17,7 @@ DEPEND="sys-libs/zlib media-libs/libpng media-libs/gd truetype? ( media-libs/freetype ) - media-libs/jpeg + media-libs/jpeg:0 dev-perl/GD dev-perl/Config-IniFiles virtual/perl-File-Spec |