diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-27 13:15:59 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-27 13:15:59 +0000 |
commit | 7523a3880eacced758aa405d5c6b3b9ecdf1f336 (patch) | |
tree | c857631891fb7924f048bf7eec30ce15386566f9 /app-emacs/rst | |
parent | Stable on sparc wrt #183080 (diff) | |
download | gentoo-2-7523a3880eacced758aa405d5c6b3b9ecdf1f336.tar.gz gentoo-2-7523a3880eacced758aa405d5c6b3b9ecdf1f336.tar.bz2 gentoo-2-7523a3880eacced758aa405d5c6b3b9ecdf1f336.zip |
Stable on amd64 wrt bug 183312
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'app-emacs/rst')
-rw-r--r-- | app-emacs/rst/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/rst/rst-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/rst/ChangeLog b/app-emacs/rst/ChangeLog index e515596621e5..7c316a4c797c 100644 --- a/app-emacs/rst/ChangeLog +++ b/app-emacs/rst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/rst # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.7 2007/06/27 13:03:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.8 2007/06/27 13:15:59 angelos Exp $ + + 27 Jun 2007; Christoph Mende <angelos@gentoo.org> rst-0.4.ebuild: + Stable on amd64 wrt bug 183312 27 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> rst-0.4.ebuild: Sparc stable wrt #183312 diff --git a/app-emacs/rst/rst-0.4.ebuild b/app-emacs/rst/rst-0.4.ebuild index 9435644451d3..87bfc93d891e 100644 --- a/app-emacs/rst/rst-0.4.ebuild +++ b/app-emacs/rst/rst-0.4.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/app-emacs/rst/rst-0.4.ebuild,v 1.5 2007/06/27 13:03:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/rst-0.4.ebuild,v 1.6 2007/06/27 13:15:59 angelos Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/docutils/docutils-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 sparc x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/docutils-${PV}/tools/editors/emacs" |