diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-06-21 14:53:12 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-06-21 14:53:12 +0000 |
commit | e26db8f930895e6d5ab200e5064c8b791588982a (patch) | |
tree | 60a2ac0ef69458203ae2902b337bda2651fd9471 /eclass/xemacs-packages.eclass | |
parent | Version bump (diff) | |
download | historical-e26db8f930895e6d5ab200e5064c8b791588982a.tar.gz historical-e26db8f930895e6d5ab200e5064c8b791588982a.tar.bz2 historical-e26db8f930895e6d5ab200e5064c8b791588982a.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" |