summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-03-11 22:38:06 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-03-11 22:38:06 +0000
commit5aa5f651bbd6f34c4af52e812a8069b9a41f4303 (patch)
tree4a6908f3a7f6fa4523b347fb8f78fd0edff741b3 /app-editors/qemacs
parentspace (diff)
downloadgentoo-2-5aa5f651bbd6f34c4af52e812a8069b9a41f4303.tar.gz
gentoo-2-5aa5f651bbd6f34c4af52e812a8069b9a41f4303.tar.bz2
gentoo-2-5aa5f651bbd6f34c4af52e812a8069b9a41f4303.zip
Fix libpng dep
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r--app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild b/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild
index e6e3d3c2f6ad..bb465d28c9f4 100644
--- a/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild
+++ b/app-editors/qemacs/qemacs-0.4.0_pre20090420.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/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild,v 1.4 2009/12/08 19:33:49 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420.ebuild,v 1.5 2010/03/11 22:38:06 ssuominen Exp $
EAPI=2
@@ -20,7 +20,7 @@ RDEPEND="!app-editors/qe
X? ( x11-libs/libX11
x11-libs/libXext
xv? ( x11-libs/libXv ) )
- png? ( media-libs/libpng:1.2 )"
+ png? ( >=media-libs/libpng-1.2 )"
DEPEND="${RDEPEND}
app-text/texi2html"