diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-06-24 15:25:34 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-06-24 15:25:34 +0000 |
commit | 9620deeb40c1186222bc5efc8e67fcef6d524fc4 (patch) | |
tree | 5d08716de4a12728d95208e159d7c7f0ae198685 /app-editors | |
parent | Unmasked bitpim on no-multilib (diff) | |
download | gentoo-2-9620deeb40c1186222bc5efc8e67fcef6d524fc4.tar.gz gentoo-2-9620deeb40c1186222bc5efc8e67fcef6d524fc4.tar.bz2 gentoo-2-9620deeb40c1186222bc5efc8e67fcef6d524fc4.zip |
Depend on virtual/motif and remove lesstif USE flag.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs/emacs-22.1.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index ce3154d59f85..5c34ec59c19e 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.167 2007/06/13 17:39:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.168 2007/06/24 15:25:34 ulm Exp $ + + 24 Jun 2007; Ulrich Mueller <ulm@gentoo.org> emacs-22.1.ebuild: + Depend on virtual/motif and remove lesstif USE flag. 13 Jun 2007; Ulrich Mueller <ulm@gentoo.org> emacs-22.1.ebuild: Configure now supports "use_with hesiod" properly. diff --git a/app-editors/emacs/emacs-22.1.ebuild b/app-editors/emacs/emacs-22.1.ebuild index 64c44cba9654..6fe2f5f404b2 100644 --- a/app-editors/emacs/emacs-22.1.ebuild +++ b/app-editors/emacs/emacs-22.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.1.ebuild,v 1.9 2007/06/13 17:39:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.1.ebuild,v 1.10 2007/06/24 15:25:34 ulm Exp $ WANT_AUTOCONF="2.61" WANT_AUTOMAKE="latest" @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.gz" LICENSE="GPL-2 FDL-1.2" SLOT="22" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="alsa gif gtk gzip-el hesiod jpeg lesstif motif png spell sound source tiff toolkit-scroll-bars X Xaw3d xpm" +IUSE="alsa gif gtk gzip-el hesiod jpeg motif png spell sound source tiff toolkit-scroll-bars X Xaw3d xpm" RESTRICT="strip" X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps" @@ -38,10 +38,7 @@ RDEPEND="!<app-editors/emacs-cvs-22.1 !gtk? ( Xaw3d? ( x11-libs/Xaw3d ) !Xaw3d? ( - motif? ( - lesstif? ( x11-libs/lesstif ) - !lesstif? ( x11-libs/openmotif ) - ) + motif? ( virtual/motif ) ) ) )" |