summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-18 06:45:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-18 06:45:13 +0000
commit77d0bcf1a461f6d87cb46ce5bd7a6ea86258ab6e (patch)
tree79251d35f6c71c0fd5592083a3976460a0ee5086 /app-emacs
parentStable amd64. (Manifest recommit) (diff)
downloadgentoo-2-77d0bcf1a461f6d87cb46ce5bd7a6ea86258ab6e.tar.gz
gentoo-2-77d0bcf1a461f6d87cb46ce5bd7a6ea86258ab6e.tar.bz2
gentoo-2-77d0bcf1a461f6d87cb46ce5bd7a6ea86258ab6e.zip
fix use invocation
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/gnus/ChangeLog6
-rw-r--r--app-emacs/gnus/gnus-5.10.3.ebuild4
-rw-r--r--app-emacs/gnus/gnus-5.10.6.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emacs/gnus/ChangeLog b/app-emacs/gnus/ChangeLog
index b70d6bdcc88b..9d7a27c45513 100644
--- a/app-emacs/gnus/ChangeLog
+++ b/app-emacs/gnus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/gnus
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.8 2004/05/04 15:32:35 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.9 2004/06/18 06:42:23 mr_bones_ Exp $
+
+ 17 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> gnus-5.10.3.ebuild,
+ gnus-5.10.6.ebuild:
+ fix use invocation
04 May 2004; Bryan Østergaard <kloeri@gentoo.org> gnus-5.10.6.ebuild:
Stable on alpha.
diff --git a/app-emacs/gnus/gnus-5.10.3.ebuild b/app-emacs/gnus/gnus-5.10.3.ebuild
index 0f68a1f18777..de23f3849a65 100644
--- a/app-emacs/gnus/gnus-5.10.3.ebuild
+++ b/app-emacs/gnus/gnus-5.10.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.3.ebuild,v 1.4 2004/06/15 08:29:00 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.3.ebuild,v 1.5 2004/06/18 06:42:23 mr_bones_ Exp $
inherit elisp
@@ -18,7 +18,7 @@ DEPEND="virtual/emacs
src_compile() {
local myconf
- if [ $(use emacs-w3) ]; then
+ 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
diff --git a/app-emacs/gnus/gnus-5.10.6.ebuild b/app-emacs/gnus/gnus-5.10.6.ebuild
index a8e59ed51a35..286bc40185de 100644
--- a/app-emacs/gnus/gnus-5.10.6.ebuild
+++ b/app-emacs/gnus/gnus-5.10.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.6.ebuild,v 1.7 2004/06/15 08:29:00 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.6.ebuild,v 1.8 2004/06/18 06:42:23 mr_bones_ Exp $
inherit elisp
@@ -18,7 +18,7 @@ DEPEND="virtual/emacs
src_compile() {
local myconf
- if [ $(use emacs-w3) ]; then
+ 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