diff options
author | Torsten Veller <tove@gentoo.org> | 2006-09-12 10:30:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-09-12 10:30:53 +0000 |
commit | 3b028f97e95f4b638043f3bd48143862a4d9e80d (patch) | |
tree | a4b2b86abb20201ed2e7b9a496aa418795f9ffc7 /app-emacs/gnus | |
parent | Added newer snapshot fixing the OSD-color-issue without forcing -O0. (diff) | |
download | gentoo-2-3b028f97e95f4b638043f3bd48143862a4d9e80d.tar.gz gentoo-2-3b028f97e95f4b638043f3bd48143862a4d9e80d.tar.bz2 gentoo-2-3b028f97e95f4b638043f3bd48143862a4d9e80d.zip |
Stable on x86 (#144616)
(Portage version: 2.1.1)
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/gnus/ChangeLog b/app-emacs/gnus/ChangeLog index a84c26cccc7a..de0433c6cfd2 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.19 2006/08/30 10:56:01 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.20 2006/09/12 10:30:53 tove Exp $ + + 12 Sep 2006; Torsten Veller <tove@gentoo.org> gnus-5.10.8.ebuild: + Stable on x86 (#144616) 30 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> gnus-5.10.8.ebuild: ppc stable, bug #144616 diff --git a/app-emacs/gnus/gnus-5.10.8.ebuild b/app-emacs/gnus/gnus-5.10.8.ebuild index 1d2e74ef3f28..8fdbea95714a 100644 --- a/app-emacs/gnus/gnus-5.10.8.ebuild +++ b/app-emacs/gnus/gnus-5.10.8.ebuild @@ -1,6 +1,6 @@ # 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.4 2006/08/30 10:56:01 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.8.ebuild,v 1.5 2006/09/12 10:30:53 tove Exp $ inherit elisp @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnus.org/" SRC_URI="http://quimby.gnus.org/gnus/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ppc sparc ~x86" +KEYWORDS="~alpha ~amd64 ppc sparc x86" DEPEND="virtual/emacs" |