diff options
Diffstat (limited to 'app-xemacs/prog-modes')
-rw-r--r-- | app-xemacs/prog-modes/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/prog-modes/prog-modes-1.72.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-xemacs/prog-modes/ChangeLog b/app-xemacs/prog-modes/ChangeLog index 3683a039fef8..cfc0cab8f040 100644 --- a/app-xemacs/prog-modes/ChangeLog +++ b/app-xemacs/prog-modes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/prog-modes # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/ChangeLog,v 1.11 2007/05/05 07:05:47 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/ChangeLog,v 1.12 2007/05/05 15:19:46 graaff Exp $ + + 05 May 2007; Hans de Graaff <graaff@gentoo.org> prog-modes-1.72.ebuild: + Use RDEPEND instead of DEPEND *prog-modes-2.10 (05 May 2007) diff --git a/app-xemacs/prog-modes/prog-modes-1.72.ebuild b/app-xemacs/prog-modes/prog-modes-1.72.ebuild index 92f562f7e5c3..b1da2ff6995e 100644 --- a/app-xemacs/prog-modes/prog-modes-1.72.ebuild +++ b/app-xemacs/prog-modes/prog-modes-1.72.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/prog-modes-1.72.ebuild,v 1.8 2005/09/29 06:34:38 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/prog-modes-1.72.ebuild,v 1.9 2007/05/05 15:19:46 graaff Exp $ SLOT="0" IUSE="" DESCRIPTION="Support for various programming languages." PKG_CAT="standard" -DEPEND="app-xemacs/mail-lib +RDEPEND="app-xemacs/mail-lib app-xemacs/xemacs-devel app-xemacs/xemacs-base app-xemacs/cc-mode |