diff options
author | Peter Brown <rendhalver@gentoo.org> | 2002-12-16 00:14:37 +0000 |
---|---|---|
committer | Peter Brown <rendhalver@gentoo.org> | 2002-12-16 00:14:37 +0000 |
commit | 77b183558266616ece7afbe77f41cd8dfd191a04 (patch) | |
tree | f9833438302b1a323274da9c37e2950d1c33ca15 /app-editors | |
parent | new package - OCaml tool to find/use non-standard packages. (diff) | |
download | gentoo-2-77b183558266616ece7afbe77f41cd8dfd191a04.tar.gz gentoo-2-77b183558266616ece7afbe77f41cd8dfd191a04.tar.bz2 gentoo-2-77b183558266616ece7afbe77f41cd8dfd191a04.zip |
changed wnn USE var to freewnn
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.10-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index c94192b337ec..bad29332a3c2 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for app-editors/xemacs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.25 2002/12/15 23:52:17 rendhalver Exp $ - +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.26 2002/12/16 00:14:37 rendhalver Exp $ + *xemacs-21.4.10-r1 (16 Dec 2002) + 16 Dec 2002: Rendhalver [Peter Brown] <rendhalver@gentoo.org> : + changed wnn USE var to freewnn + 16 Dec 2002; Rendhalver [Peter Brown] <rendhalver@gentoo.org> : Added new USE flags wnn dnd athena next xaw3d lucid Removed esd USE flag as it is known to cause problems diff --git a/app-editors/xemacs/xemacs-21.4.10-r1.ebuild b/app-editors/xemacs/xemacs-21.4.10-r1.ebuild index 14570e696191..9c2f44f01148 100644 --- a/app-editors/xemacs/xemacs-21.4.10-r1.ebuild +++ b/app-editors/xemacs/xemacs-21.4.10-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.10-r1.ebuild,v 1.1 2002/12/15 23:54:49 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.10-r1.ebuild,v 1.2 2002/12/16 00:14:37 rendhalver Exp $ -IUSE="gpm postgres xface nas dnd X jpeg tiff png mule motif canna wnn lucid athena next xaw3d" +IUSE="gpm postgres xface nas dnd X jpeg tiff png mule motif canna freewnn lucid athena next xaw3d" # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" @@ -52,7 +52,7 @@ RDEPEND="virtual/glibc jpeg? ( media-libs/jpeg ) canna? ( app-i18n/canna ) - wnn? ( app-i18n/freewnn )" + freewnn? ( app-i18n/freewnn )" DEPEND="${RDEPEND} >=sys-libs/ncurses-5.2" @@ -138,7 +138,7 @@ src_compile() { myconf="${myconf} --with-xim=xlib" use canna && myconf="${myconf} --with-canna" || myconf="${myconf} --without-canna" - use wnn && myconf="${myconf} --with-wnn" || + use freewnn && myconf="${myconf} --with-wnn" || myconf="${myconf} --without-wnn" fi |