diff options
author | 2006-08-21 17:50:58 +0000 | |
---|---|---|
committer | 2006-08-21 17:50:58 +0000 | |
commit | b9f2a7f7d4f7ee1ab8078bc5189a2b748189a5a7 (patch) | |
tree | 818f5fb2d1997d6f55966522245b3b2e605de2ed /app-emacs/gnus | |
parent | Initial version. (diff) | |
download | gentoo-2-b9f2a7f7d4f7ee1ab8078bc5189a2b748189a5a7.tar.gz gentoo-2-b9f2a7f7d4f7ee1ab8078bc5189a2b748189a5a7.tar.bz2 gentoo-2-b9f2a7f7d4f7ee1ab8078bc5189a2b748189a5a7.zip |
Don't depend on app-emacs/w3; Resolves Bug #144616.
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'app-emacs/gnus')
-rw-r--r-- | app-emacs/gnus/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/gnus/gnus-5.10.8.ebuild | 14 |
2 files changed, 8 insertions, 11 deletions
diff --git a/app-emacs/gnus/ChangeLog b/app-emacs/gnus/ChangeLog index 4f5176c093a5..bbb754b3512d 100644 --- a/app-emacs/gnus/ChangeLog +++ b/app-emacs/gnus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/gnus # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.16 2006/08/08 07:14:06 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.17 2006/08/21 17:50:58 mkennedy Exp $ + + 21 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org> gnus-5.10.8.ebuild: + Don't depend on app-emacs/w3; Resolves Bug #144616. *gnus-5.10.8 (08 Aug 2006) diff --git a/app-emacs/gnus/gnus-5.10.8.ebuild b/app-emacs/gnus/gnus-5.10.8.ebuild index b7f6141d94e1..823ddbb488ac 100644 --- a/app-emacs/gnus/gnus-5.10.8.ebuild +++ b/app-emacs/gnus/gnus-5.10.8.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.8.ebuild,v 1.1 2006/08/08 07:14:06 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.8.ebuild,v 1.2 2006/08/21 17:50:58 mkennedy Exp $ inherit elisp -IUSE="emacs-w3" +IUSE="" DESCRIPTION="The Gnus newsreader and mail-reader" HOMEPAGE="http://www.gnus.org/" @@ -13,17 +13,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -DEPEND="virtual/emacs - emacs-w3? ( app-emacs/w3 )" +DEPEND="virtual/emacs" src_compile() { local myconf - if use emacs-w3 ; then - myconf="${myconf} --with-w3=/usr/share/emacs/site-lisp/w3" - myconf="${myconf} --with-url=/usr/share/emacs/site-lisp/w3" - else - myconf="${myconf} --without-w3 --without-url" - fi + myconf="${myconf} --without-w3 --without-url" econf \ --with-emacs \ --with-lispdir=/usr/share/emacs/site-lisp/gnus \ |