diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-20 07:48:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-20 07:48:19 +0000 |
commit | 54de8ae8ac77538d2da90275246241843f9fbc8c (patch) | |
tree | a602701fcfcd1ee75e2c9b0fa51e8fc2052953d9 /app-editors/xemacs/xemacs-21.4.22-r4.ebuild | |
parent | Fix desktop file (diff) | |
download | gentoo-2-54de8ae8ac77538d2da90275246241843f9fbc8c.tar.gz gentoo-2-54de8ae8ac77538d2da90275246241843f9fbc8c.tar.bz2 gentoo-2-54de8ae8ac77538d2da90275246241843f9fbc8c.zip |
Fix desktop file; fix SLOT operators
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-editors/xemacs/xemacs-21.4.22-r4.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.22-r4.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.22-r4.ebuild b/app-editors/xemacs/xemacs-21.4.22-r4.ebuild index bd027b3b331c..0631793d923c 100644 --- a/app-editors/xemacs/xemacs-21.4.22-r4.ebuild +++ b/app-editors/xemacs/xemacs-21.4.22-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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-r4.ebuild,v 1.11 2014/12/28 14:46:02 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v 1.12 2015/03/20 07:48:19 jlec 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 @@ -40,9 +40,9 @@ RDEPEND=" Xaw3d? ( x11-libs/libXaw3d ) neXt? ( x11-libs/neXtaw ) xface? ( media-libs/compface ) - tiff? ( media-libs/tiff ) - png? ( >=media-libs/libpng-1.2 ) - jpeg? ( virtual/jpeg ) + tiff? ( media-libs/tiff:0 ) + png? ( >=media-libs/libpng-1.2:0 ) + jpeg? ( virtual/jpeg:0 ) canna? ( app-i18n/canna ) !amd64? ( freewnn? ( app-i18n/freewnn ) ) >=sys-libs/ncurses-5.2 |