diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-27 09:58:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-27 09:58:45 +0000 |
commit | a850b52761bab33af20217dc631838fc8e9021d8 (patch) | |
tree | 38135ce7a8352b1cc9cb86ce8c36dac49282a62a /app-editors/xemacs | |
parent | x86 stable, bug 322791 (diff) | |
download | gentoo-2-a850b52761bab33af20217dc631838fc8e9021d8.tar.gz gentoo-2-a850b52761bab33af20217dc631838fc8e9021d8.tar.bz2 gentoo-2-a850b52761bab33af20217dc631838fc8e9021d8.zip |
Fix broken libpng depend for stable tree as well
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.22-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.22-r1.ebuild b/app-editors/xemacs/xemacs-21.4.22-r1.ebuild index d6c46a1f42e5..48bef0389b39 100644 --- a/app-editors/xemacs/xemacs-21.4.22-r1.ebuild +++ b/app-editors/xemacs/xemacs-21.4.22-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v 1.9 2010/06/17 22:40:24 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v 1.10 2010/06/27 09:58:45 ssuominen Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -42,7 +42,7 @@ RDEPEND=" neXt? ( x11-libs/neXtaw ) xface? ( media-libs/compface ) tiff? ( media-libs/tiff ) - png? ( =media-libs/libpng-1.2* ) + png? ( >=media-libs/libpng-1.2 ) jpeg? ( media-libs/jpeg ) canna? ( app-i18n/canna ) !amd64? ( freewnn? ( app-i18n/freewnn ) ) |