diff options
author | 2007-06-27 07:44:12 +0000 | |
---|---|---|
committer | 2007-06-27 07:44:12 +0000 | |
commit | f12392cce7b9f7329802d384467acd5538eca4b7 (patch) | |
tree | 769188c2aeb88315c00879461d65250676f5de8d /app-emacs/rst | |
parent | Version bump. (diff) | |
download | gentoo-2-f12392cce7b9f7329802d384467acd5538eca4b7.tar.gz gentoo-2-f12392cce7b9f7329802d384467acd5538eca4b7.tar.bz2 gentoo-2-f12392cce7b9f7329802d384467acd5538eca4b7.zip |
Add ~x86-fbsd keyword
(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 f3d829a53ae8..1eb2aedf59eb 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.5 2007/06/27 07:25:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/ChangeLog,v 1.6 2007/06/27 07:44:12 lavajoe Exp $ + + 27 Jun 2007; Joe Peterson <lavajoe@gentoo.org> rst-0.4.ebuild: + Add ~x86-fbsd keyword 27 Jun 2007; Ulrich Mueller <ulm@gentoo.org> files/50rst-gentoo.el: Disable rst-mode-lazy in case font-lock doesn't support it. diff --git a/app-emacs/rst/rst-0.4.ebuild b/app-emacs/rst/rst-0.4.ebuild index 79420372cb61..d810b14164cf 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.3 2007/06/27 06:39:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/rst/rst-0.4.ebuild,v 1.4 2007/06/27 07:44:12 lavajoe Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/docutils/docutils-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc64 x86" +KEYWORDS="ppc64 x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/docutils-${PV}/tools/editors/emacs" |