summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-06-02 17:42:24 +0000
committerUlrich Müller <ulm@gentoo.org>2007-06-02 17:42:24 +0000
commitb73cf2b3c819fe02c54a72b04700a9566b3201ec (patch)
tree06e43c122dd23012e085b4785723bb3218fcabc2 /virtual/gnus
parentStable on ppc wrt bug 178360 (diff)
downloadgentoo-2-b73cf2b3c819fe02c54a72b04700a9566b3201ec.tar.gz
gentoo-2-b73cf2b3c819fe02c54a72b04700a9566b3201ec.tar.bz2
gentoo-2-b73cf2b3c819fe02c54a72b04700a9566b3201ec.zip
Add virtual/emacs-22 as another alternative.
(Portage version: 2.1.2.9)
Diffstat (limited to 'virtual/gnus')
-rw-r--r--virtual/gnus/ChangeLog5
-rw-r--r--virtual/gnus/gnus-0.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/virtual/gnus/ChangeLog b/virtual/gnus/ChangeLog
index d5b3867524f2..65f83a1facb3 100644
--- a/virtual/gnus/ChangeLog
+++ b/virtual/gnus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/gnus
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/gnus/ChangeLog,v 1.1 2007/05/23 15:25:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/gnus/ChangeLog,v 1.2 2007/06/02 17:42:24 ulm Exp $
+
+ 02 Jun 2007; Ulrich Mueller <ulm@gentoo.org> gnus-0.ebuild:
+ Add virtual/emacs-22 as another alternative.
*gnus-0 (23 May 2007)
diff --git a/virtual/gnus/gnus-0.ebuild b/virtual/gnus/gnus-0.ebuild
index 7508a75e5933..f12500944d1b 100644
--- a/virtual/gnus/gnus-0.ebuild
+++ b/virtual/gnus/gnus-0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/gnus/gnus-0.ebuild,v 1.1 2007/05/23 15:25:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/gnus/gnus-0.ebuild,v 1.2 2007/06/02 17:42:24 ulm Exp $
DESCRIPTION="Virtual for the Gnus newsreader"
HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/"
@@ -8,13 +8,14 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""
-# change emacs-cvs to >=virtual/emacs-22 once emacs-22.1 is released
+# remove emacs-cvs when virtual/emacs-22 has all of its keywords
RDEPEND="|| (
>=app-emacs/gnus-5.10.8
>=app-emacs/gnus-cvs-5.11
+ >=virtual/emacs-22
>=app-editors/emacs-cvs-22
)"