summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-10-24 18:52:56 +0000
committerUlrich Müller <ulm@gentoo.org>2012-10-24 18:52:56 +0000
commitabdd279dc09ff1867c31c0404972566064435e7e (patch)
treec34a858912126bdbe5d06a12016c7d63a951f7ce /app-editors/emacs-vcs
parentUpdate dependency after package move from x11-libs/openmotif to x11-libs/motif. (diff)
downloadgentoo-2-abdd279dc09ff1867c31c0404972566064435e7e.tar.gz
gentoo-2-abdd279dc09ff1867c31c0404972566064435e7e.tar.bz2
gentoo-2-abdd279dc09ff1867c31c0404972566064435e7e.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-vcs')
-rw-r--r--app-editors/emacs-vcs/ChangeLog6
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-24.2.9999.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog
index 29b83760e0ec..ebf210ea6cb1 100644
--- a/app-editors/emacs-vcs/ChangeLog
+++ b/app-editors/emacs-vcs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/emacs-vcs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.117 2012/10/07 10:27:18 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.118 2012/10/24 18:52:56 ulm Exp $
+
+ 24 Oct 2012; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.2.9999.ebuild:
+ Update dependency after package move from x11-libs/openmotif to
+ x11-libs/motif.
02 Oct 2012; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.2.9999.ebuild:
Passing CC to emake seems no longer necessary. Use --program-transform-name
diff --git a/app-editors/emacs-vcs/emacs-vcs-24.2.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.2.9999.ebuild
index 10355d5b1011..8f7224d083ca 100644
--- a/app-editors/emacs-vcs/emacs-vcs-24.2.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-24.2.9999.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-vcs/emacs-vcs-24.2.9999.ebuild,v 1.8 2012/10/07 10:27:18 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.2.9999.ebuild,v 1.9 2012/10/24 18:52:56 ulm Exp $
EAPI=4
@@ -75,7 +75,7 @@ RDEPEND="sys-libs/ncurses
Xaw3d? ( x11-libs/libXaw3d )
!Xaw3d? (
athena? ( x11-libs/libXaw )
- !athena? ( motif? ( >=x11-libs/openmotif-2.3:0 ) )
+ !athena? ( motif? ( >=x11-libs/motif-2.3:0 ) )
)
)
)"