diff options
author | Brent Baude <ranger@gentoo.org> | 2009-08-31 18:08:56 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-08-31 18:08:56 +0000 |
commit | 8bdd73204b801cc9eb3981ce5beb67df435e1092 (patch) | |
tree | b28483382a6543528a52426f90e643ef451a22e7 /app-emacs/rst | |
parent | clean up (diff) | |
download | gentoo-2-8bdd73204b801cc9eb3981ce5beb67df435e1092.tar.gz gentoo-2-8bdd73204b801cc9eb3981ce5beb67df435e1092.tar.bz2 gentoo-2-8bdd73204b801cc9eb3981ce5beb67df435e1092.zip |
stable ppc64, bug 280830
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'app-emacs/rst')
-rw-r--r-- | app-emacs/rst/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/rst/rst-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/rst/ChangeLog b/app-emacs/rst/ChangeLog index 42b6b9f48806..a91197b448aa 100644 --- a/app-emacs/rst/ChangeLog +++ b/app-emacs/rst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/rst # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.25 2009/08/20 10:12:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.26 2009/08/31 18:08:56 ranger Exp $ + + 31 Aug 2009; Brent Baude <ranger@gentoo.org> rst-0.5.ebuild: + stable ppc64, bug 280830 20 Aug 2009; Jeroen Roovers <jer@gentoo.org> rst-0.5.ebuild: Stable for HPPA (bug #280830). diff --git a/app-emacs/rst/rst-0.5.ebuild b/app-emacs/rst/rst-0.5.ebuild index 0ae37d822b71..1f1a4888f976 100644 --- a/app-emacs/rst/rst-0.5.ebuild +++ b/app-emacs/rst/rst-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/rst-0.5.ebuild,v 1.5 2009/08/20 10:12:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/rst-0.5.ebuild,v 1.6 2009/08/31 18:08:56 ranger Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/docutils/docutils-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/docutils-${PV}/tools/editors/emacs" |