diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-01-23 13:39:10 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-01-23 13:39:10 +0000 |
commit | d7c86e532165246c98b0a7ec7251d6e03705c6d7 (patch) | |
tree | 216739e5299221e4b32fdb6ec439af9fd44a6f72 /app-editors/xemacs | |
parent | Install desktop icon. Fixes bug #301482 (diff) | |
download | gentoo-2-d7c86e532165246c98b0a7ec7251d6e03705c6d7.tar.gz gentoo-2-d7c86e532165246c98b0a7ec7251d6e03705c6d7.tar.bz2 gentoo-2-d7c86e532165246c98b0a7ec7251d6e03705c6d7.zip |
Depend on media-libs/jpeg:0 for headers/utilities.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.22-r1.ebuild | 6 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.29-r2.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index 20eb9de03ba2..f8a10bc993a4 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/xemacs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.133 2010/01/23 13:34:44 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.134 2010/01/23 13:39:10 graaff Exp $ + + 23 Jan 2010; Hans de Graaff <graaff@gentoo.org> xemacs-21.4.22-r1.ebuild, + xemacs-21.5.29-r2.ebuild: + Depend on media-libs/jpeg:0 for headers/utilities. 23 Jan 2010; Hans de Graaff <graaff@gentoo.org> -xemacs-21.4.22.ebuild, xemacs-21.5.29-r2.ebuild: diff --git a/app-editors/xemacs/xemacs-21.4.22-r1.ebuild b/app-editors/xemacs/xemacs-21.4.22-r1.ebuild index cdd9e35e2f9f..bc198f1eca65 100644 --- a/app-editors/xemacs/xemacs-21.4.22-r1.ebuild +++ b/app-editors/xemacs/xemacs-21.4.22-r1.ebuild @@ -1,11 +1,13 @@ -# 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-editors/xemacs/xemacs-21.4.22-r1.ebuild,v 1.7 2009/07/26 15:37:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v 1.8 2010/01/23 13:39:10 graaff 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 # -nopie flag in CFLAGS or help fix bug #75028. +EAPI="1" + export WANT_AUTOCONF="2.1" inherit autotools eutils diff --git a/app-editors/xemacs/xemacs-21.5.29-r2.ebuild b/app-editors/xemacs/xemacs-21.5.29-r2.ebuild index 69a24bf60cf1..cefbab803a20 100644 --- a/app-editors/xemacs/xemacs-21.5.29-r2.ebuild +++ b/app-editors/xemacs/xemacs-21.5.29-r2.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.5.29-r2.ebuild,v 1.2 2010/01/23 13:34:44 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.29-r2.ebuild,v 1.3 2010/01/23 13:39:10 graaff 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 @@ -45,7 +45,7 @@ RDEPEND=" xface? ( media-libs/compface ) tiff? ( media-libs/tiff ) png? ( =media-libs/libpng-1.2* ) - jpeg? ( media-libs/jpeg ) + jpeg? ( media-libs/jpeg:0 ) canna? ( app-i18n/canna ) freewnn? ( app-i18n/freewnn ) >=sys-libs/ncurses-5.2" |