diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-05-14 14:43:00 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-05-14 14:43:00 +0000 |
commit | c9133c4372bb9587cf04362039e6d68dc23d5532 (patch) | |
tree | 61dbeb3cd1a87d6dbb110e865e76e283504bebd5 /app-emacs/cmail | |
parent | Version bump (diff) | |
download | gentoo-2-c9133c4372bb9587cf04362039e6d68dc23d5532.tar.gz gentoo-2-c9133c4372bb9587cf04362039e6d68dc23d5532.tar.bz2 gentoo-2-c9133c4372bb9587cf04362039e6d68dc23d5532.zip |
Fix dependency after package move of virtual/emacs-flim.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-emacs/cmail')
-rw-r--r-- | app-emacs/cmail/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/cmail/cmail-2.62-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/cmail/ChangeLog b/app-emacs/cmail/ChangeLog index d81d93222ba7..ddb7b70f0a4b 100644 --- a/app-emacs/cmail/ChangeLog +++ b/app-emacs/cmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/cmail -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cmail/ChangeLog,v 1.13 2008/12/20 16:43:16 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cmail/ChangeLog,v 1.14 2010/05/14 14:43:00 ulm Exp $ + + 14 May 2010; Ulrich Mueller <ulm@gentoo.org> cmail-2.62-r1.ebuild: + Fix dependency after package move of virtual/emacs-flim. 20 Dec 2008; Christian Faulhammer <fauli@gentoo.org> -cmail-2.62.ebuild: clean up diff --git a/app-emacs/cmail/cmail-2.62-r1.ebuild b/app-emacs/cmail/cmail-2.62-r1.ebuild index 887cfa18bab3..dcbc86c93d7d 100644 --- a/app-emacs/cmail/cmail-2.62-r1.ebuild +++ b/app-emacs/cmail/cmail-2.62-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cmail/cmail-2.62-r1.ebuild,v 1.3 2008/12/20 14:51:31 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cmail/cmail-2.62-r1.ebuild,v 1.4 2010/05/14 14:43:00 ulm Exp $ inherit elisp @@ -14,7 +14,7 @@ KEYWORDS="amd64 ppc x86" IUSE="linguas_ja" RDEPEND="app-emacs/apel - virtual/flim + virtual/emacs-flim app-emacs/semi" SITEFILE="70cmail-gentoo.el" |