diff options
author | 2009-06-21 14:53:12 +0000 | |
---|---|---|
committer | 2009-06-21 14:53:12 +0000 | |
commit | e05321d2f85e13481b3a004fc5588673023a3467 (patch) | |
tree | 3263f87562a0c353f7750814615f33d2a477cf2b /eclass/xemacs-packages.eclass | |
parent | Version bump (diff) | |
download | gentoo-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/xemacs-packages.eclass')
-rw-r--r-- | eclass/xemacs-packages.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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" |