summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-06-21 14:53:12 +0000
committerHans de Graaff <graaff@gentoo.org>2009-06-21 14:53:12 +0000
commite05321d2f85e13481b3a004fc5588673023a3467 (patch)
tree3263f87562a0c353f7750814615f33d2a477cf2b /eclass
parentVersion bump (diff)
downloadgentoo-2-e05321d2f85e13481b3a004fc5588673023a3467.tar.gz
gentoo-2-e05321d2f85e13481b3a004fc5588673023a3467.tar.bz2
gentoo-2-e05321d2f85e13481b3a004fc5588673023a3467.zip
Change virtual/xemacs to app-editors/xemacs since the virtual has been removed.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xemacs-elisp-common.eclass4
-rw-r--r--eclass/xemacs-packages.eclass4
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/xemacs-elisp-common.eclass b/eclass/xemacs-elisp-common.eclass
index 2ab58739c9e4..fc572f7691f9 100644
--- a/eclass/xemacs-elisp-common.eclass
+++ b/eclass/xemacs-elisp-common.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp-common.eclass,v 1.2 2007/09/25 18:27:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp-common.eclass,v 1.3 2009/06/21 14:53:12 graaff Exp $
#
# Copyright 2007 Hans de Graaff <graaff@gentoo.org>
#
@@ -26,7 +26,7 @@
#
# When relying on the xemacs USE flag, you need to add
#
-# xemacs? ( virtual/xemacs )
+# xemacs? ( app-editors/xemacs )
#
# to your DEPEND/RDEPEND line and use the functions provided here to bring
# the files to the correct locations.
diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass
index aae058e8ae04..c6120628943b 100644
--- a/eclass/xemacs-packages.eclass
+++ b/eclass/xemacs-packages.eclass
@@ -1,13 +1,13 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.14 2008/02/24 13:35:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.15 2009/06/21 14:53:12 graaff Exp $
#
# xemacs-packages eclass inherited by all xemacs packages
# $PKG_CAT need's to be set before inheriting xemacs-packages
EXPORT_FUNCTIONS src_unpack src_compile src_install
-DEPEND="virtual/xemacs"
+DEPEND="app-editors/xemacs"
[ -z "$HOMEPAGE" ] && HOMEPAGE="http://xemacs.org/"
[ -z "$LICENSE" ] && LICENSE="GPL-2"