diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-03-27 15:11:06 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-03-27 15:11:06 +0000 |
commit | 03f63515b95bc650bc069c7acae70b18ab886862 (patch) | |
tree | 549b601993732376662ec485c38655a7aa70bb8e /app-editors/emacs | |
parent | added Xaw3d use flag (used by several emacs & xemacs builds) (diff) | |
download | historical-03f63515b95bc650bc069c7acae70b18ab886862.tar.gz historical-03f63515b95bc650bc069c7acae70b18ab886862.tar.bz2 historical-03f63515b95bc650bc069c7acae70b18ab886862.zip |
added missing Xaw3d use flag
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/emacs-21.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-21.3.ebuild b/app-editors/emacs/emacs-21.3.ebuild index 9ec255da0dd2..c2fa01f27964 100644 --- a/app-editors/emacs/emacs-21.3.ebuild +++ b/app-editors/emacs/emacs-21.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3.ebuild,v 1.1 2003/03/27 05:20:25 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3.ebuild,v 1.2 2003/03/27 15:11:06 mkennedy Exp $ -IUSE="X nls motif leim gnome" +IUSE="X nls motif leim gnome Xaw3d" S=${WORKDIR}/${P} DESCRIPTION="An incredibly powerful, extensible text editor" |