summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-11 05:46:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-11 05:46:09 +0000
commit126a654a7e1d1120b55e2afc39aba7d97ac5f9fb (patch)
tree886da062fc7049d423b0dcaf9d450a3e883e6e55 /eclass/virtualx.eclass
parentversion bump (bug #43921) (Manifest recommit) (diff)
downloadgentoo-2-126a654a7e1d1120b55e2afc39aba7d97ac5f9fb.tar.gz
gentoo-2-126a654a7e1d1120b55e2afc39aba7d97ac5f9fb.tar.bz2
gentoo-2-126a654a7e1d1120b55e2afc39aba7d97ac5f9fb.zip
Apply patch from bug #25013 to replace calls to newdepend and newrdepend
with variable setting (DEPEND=, RDEPEND=).
Diffstat (limited to 'eclass/virtualx.eclass')
-rw-r--r--eclass/virtualx.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass
index 43ee1a57aeb2..ed2ee1aeec86 100644
--- a/eclass/virtualx.eclass
+++ b/eclass/virtualx.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.14 2003/06/21 02:29:45 jje Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.15 2004/04/11 05:46:09 mr_bones_ Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -8,7 +8,7 @@
ECLASS=virtualx
INHERITED="$INHERITED $ECLASS"
-newdepend virtual/x11
+DEPEND="virtual/x11"
DESCRIPTION="Based on the $ECLASS eclass"