diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-10 07:27:26 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-10 07:27:26 +0000 |
commit | 0020e6047758ea9deace75b11d5d4035cceca10d (patch) | |
tree | f3ddb18cdef54a4864b8ad16b163dd104ec8887a /app-editors/xemacs/xemacs-21.4.20-r3.ebuild | |
parent | Don't PROVIDE=virtual/editor as it is a new-style virtual now. (diff) | |
download | historical-0020e6047758ea9deace75b11d5d4035cceca10d.tar.gz historical-0020e6047758ea9deace75b11d5d4035cceca10d.tar.bz2 historical-0020e6047758ea9deace75b11d5d4035cceca10d.zip |
Don't PROVIDE=virtual/editor as it is a new-style virtual now.
Package-Manager: portage-2.1.3.12
Diffstat (limited to 'app-editors/xemacs/xemacs-21.4.20-r3.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.20-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.20-r3.ebuild b/app-editors/xemacs/xemacs-21.4.20-r3.ebuild index 11ff3280f5a5..cd91c35f57f5 100644 --- a/app-editors/xemacs/xemacs-21.4.20-r3.ebuild +++ b/app-editors/xemacs/xemacs-21.4.20-r3.ebuild @@ -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/app-editors/xemacs/xemacs-21.4.20-r3.ebuild,v 1.5 2007/06/09 18:13:59 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.20-r3.ebuild,v 1.6 2007/10/10 07:27:26 ulm Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -51,14 +51,14 @@ DEPEND="virtual/libc PDEPEND="app-xemacs/xemacs-base mule? ( app-xemacs/mule-base )" -PROVIDE="virtual/xemacs virtual/editor" +PROVIDE="virtual/xemacs" src_unpack() { unpack ${P}.tar.gz use neXt && unpack NeXT_XEmacs.tar.gz cd "${S}" - epatch ${FILESDIR}/xemacs-21.4.19-texi.patch + epatch "${FILESDIR}"/xemacs-21.4.19-texi.patch # see bug 58350, 102540 and 143580 epatch "${FILESDIR}"/xemacs-21.4.19-db.patch |