diff options
Diffstat (limited to 'app-emacs/org-mode/org-mode-6.33f.ebuild')
-rw-r--r-- | app-emacs/org-mode/org-mode-6.33f.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/org-mode/org-mode-6.33f.ebuild b/app-emacs/org-mode/org-mode-6.33f.ebuild index e02e057374af..d71d1345146f 100644 --- a/app-emacs/org-mode/org-mode-6.33f.ebuild +++ b/app-emacs/org-mode/org-mode-6.33f.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/org-mode/org-mode-6.33f.ebuild,v 1.1 2009/11/20 21:03:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-6.33f.ebuild,v 1.2 2009/12/29 19:10:32 fauli Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="http://orgmode.org/org-${PV}.tar.gz" LICENSE="GPL-3 FDL-1.3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" S="${WORKDIR}/org-${PV}" |