diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-05-05 15:33:56 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-05-05 15:33:56 +0000 |
commit | ef8cf1f586f12cd195457516c78ef175cd9d3694 (patch) | |
tree | 0924a3ab7038e5bb553220cc0e3e6d7a5fe86c6e /app-xemacs/vc | |
parent | Use RDEPEND instead of DEPEND (diff) | |
download | gentoo-2-ef8cf1f586f12cd195457516c78ef175cd9d3694.tar.gz gentoo-2-ef8cf1f586f12cd195457516c78ef175cd9d3694.tar.bz2 gentoo-2-ef8cf1f586f12cd195457516c78ef175cd9d3694.zip |
Use RDEPEND instead of DEPEND
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-xemacs/vc')
-rw-r--r-- | app-xemacs/vc/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/vc/vc-1.35.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-xemacs/vc/ChangeLog b/app-xemacs/vc/ChangeLog index 1e41c5e079c8..5198fc0ddc6d 100644 --- a/app-xemacs/vc/ChangeLog +++ b/app-xemacs/vc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/vc -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/vc/ChangeLog,v 1.9 2006/11/12 14:34:03 graaff Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/vc/ChangeLog,v 1.10 2007/05/05 15:33:56 graaff Exp $ + + 05 May 2007; Hans de Graaff <graaff@gentoo.org> vc-1.35.ebuild: + Use RDEPEND instead of DEPEND *vc-1.41 (12 Nov 2006) diff --git a/app-xemacs/vc/vc-1.35.ebuild b/app-xemacs/vc/vc-1.35.ebuild index a52a421ab634..ca5e5e11fcf3 100644 --- a/app-xemacs/vc/vc-1.35.ebuild +++ b/app-xemacs/vc/vc-1.35.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/vc/vc-1.35.ebuild,v 1.8 2005/09/29 06:24:46 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/vc/vc-1.35.ebuild,v 1.9 2007/05/05 15:33:56 graaff Exp $ SLOT="0" IUSE="" DESCRIPTION="Version Control for Free systems." PKG_CAT="standard" -DEPEND="app-xemacs/dired +RDEPEND="app-xemacs/dired app-xemacs/xemacs-base app-xemacs/mail-lib app-xemacs/ediff |