diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-10-24 18:52:44 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-10-24 18:52:44 +0000 |
commit | 5501a1c5a5d4c32c059058c462c581bd8f20b5d8 (patch) | |
tree | bbe5acf8940394cf7e1374c5abe6db3b7f3e9ecf /app-editors/emacs/emacs-22.3-r10.ebuild | |
parent | Update dependency after package move from x11-libs/openmotif to x11-libs/motif. (diff) | |
download | gentoo-2-5501a1c5a5d4c32c059058c462c581bd8f20b5d8.tar.gz gentoo-2-5501a1c5a5d4c32c059058c462c581bd8f20b5d8.tar.bz2 gentoo-2-5501a1c5a5d4c32c059058c462c581bd8f20b5d8.zip |
Update dependency after package move from x11-libs/openmotif to x11-libs/motif.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-editors/emacs/emacs-22.3-r10.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-22.3-r10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-22.3-r10.ebuild b/app-editors/emacs/emacs-22.3-r10.ebuild index ba3de84e30ef..c5a809bdda2e 100644 --- a/app-editors/emacs/emacs-22.3-r10.ebuild +++ b/app-editors/emacs/emacs-22.3-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r10.ebuild,v 1.5 2012/10/01 19:55:18 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r10.ebuild,v 1.6 2012/10/24 18:52:43 ulm Exp $ EAPI=4 WANT_AUTOMAKE="none" @@ -36,7 +36,7 @@ RDEPEND="sys-libs/ncurses gtk? ( x11-libs/gtk+:2 ) !gtk? ( Xaw3d? ( x11-libs/libXaw3d ) - !Xaw3d? ( motif? ( >=x11-libs/openmotif-2.3:0 ) ) + !Xaw3d? ( motif? ( >=x11-libs/motif-2.3:0 ) ) ) )" |