diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-05-20 18:58:01 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-05-20 18:58:01 +0000 |
commit | 8f8fc7bc59715aa022e1f210152d966b64c97702 (patch) | |
tree | 53df552c3509126edca472bb3121b1ac16c7d130 /app-editors/xemacs | |
parent | Modified libpng dependency back to 1.0.12. (diff) | |
download | gentoo-2-8f8fc7bc59715aa022e1f210152d966b64c97702.tar.gz gentoo-2-8f8fc7bc59715aa022e1f210152d966b64c97702.tar.bz2 gentoo-2-8f8fc7bc59715aa022e1f210152d966b64c97702.zip |
omission of virtual/xemacs fixed
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.8.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.8.ebuild b/app-editors/xemacs/xemacs-21.4.8.ebuild index 1acc539d7fe8..596fbd12bbd8 100644 --- a/app-editors/xemacs/xemacs-21.4.8.ebuild +++ b/app-editors/xemacs/xemacs-21.4.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Matthew Kennedy <mkennedy@gentoo.org> # Author: Geert Bevin <gbevin@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.8.ebuild,v 1.1 2002/05/19 19:16:30 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.8.ebuild,v 1.2 2002/05/20 18:58:01 mkennedy Exp $ # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" @@ -20,6 +20,8 @@ SRC_URI="http://ftp.xemacs.org/xemacs-21.4/${P}.tar.gz http://ftp.xemacs.org/packages/mule-base-${MULE}-pkg.tar.gz" HOMEPAGE="http://www.xemacs.org" +SLOT="" + RDEPEND="virtual/glibc >=sys-libs/gdbm-1.8.0 >=sys-libs/zlib-1.1.4 @@ -41,7 +43,10 @@ RDEPEND="virtual/glibc jpeg? ( media-libs/jpeg )" DEPEND="${RDEPEND} - >=sys-libs/ncurses-5.2" + >=sys-libs/ncurses-5.2 + !virtual/xemacs" + +PROVIDE="virtual/xemacs" src_unpack() { cd ${WORKDIR} |