diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-07-18 10:39:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-07-18 10:39:37 +0000 |
commit | 0f123feecfced2e6418a5e1d38a07f107e771489 (patch) | |
tree | 79ad12b84a783ec81f0789fc037f0b62981b6044 /app-emacs | |
parent | cinelerra: add nasm dep on mmx useflag (diff) | |
download | gentoo-2-0f123feecfced2e6418a5e1d38a07f107e771489.tar.gz gentoo-2-0f123feecfced2e6418a5e1d38a07f107e771489.tar.bz2 gentoo-2-0f123feecfced2e6418a5e1d38a07f107e771489.zip |
keyword ~sparc-fbsd, bug #210331
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/rst/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/rst/rst-0.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/rst/ChangeLog b/app-emacs/rst/ChangeLog index 528222049c71..a5e785cf311f 100644 --- a/app-emacs/rst/ChangeLog +++ b/app-emacs/rst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/rst # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.18 2008/02/25 00:46:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.19 2008/07/18 10:39:37 aballier Exp $ + + 18 Jul 2008; Alexis Ballier <aballier@gentoo.org> rst-0.4-r1.ebuild: + keyword ~sparc-fbsd, bug #210331 25 Feb 2008; Jeroen Roovers <jer@gentoo.org> rst-0.4-r1.ebuild: Stable for HPPA (bug #210331). diff --git a/app-emacs/rst/rst-0.4-r1.ebuild b/app-emacs/rst/rst-0.4-r1.ebuild index 9cfca198bac3..b815319c5222 100644 --- a/app-emacs/rst/rst-0.4-r1.ebuild +++ b/app-emacs/rst/rst-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/rst-0.4-r1.ebuild,v 1.6 2008/02/25 00:46:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/rst-0.4-r1.ebuild,v 1.7 2008/07/18 10:39:37 aballier Exp $ inherit elisp eutils @@ -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 ~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" |