diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-05-08 12:06:23 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-05-08 12:06:23 +0000 |
commit | 0a6f975abcead86f1ad4852ab6eea38fd159bd9a (patch) | |
tree | 705316e67e9f8cbe5092535c09308345fc9ee7c3 /app-emacs/org-mode | |
parent | stable x86, security bug 366369 (diff) | |
download | gentoo-2-0a6f975abcead86f1ad4852ab6eea38fd159bd9a.tar.gz gentoo-2-0a6f975abcead86f1ad4852ab6eea38fd159bd9a.tar.bz2 gentoo-2-0a6f975abcead86f1ad4852ab6eea38fd159bd9a.zip |
stable x86, bug 366329
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'app-emacs/org-mode')
-rw-r--r-- | app-emacs/org-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog index 7993ec658a0c..ea915399efb8 100644 --- a/app-emacs/org-mode/ChangeLog +++ b/app-emacs/org-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/org-mode # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.126 2011/03/17 20:52:40 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.127 2011/05/08 12:06:23 fauli Exp $ + + 08 May 2011; Christian Faulhammer <fauli@gentoo.org> org-mode-7.5.ebuild: + stable x86, bug 366329 17 Mar 2011; Fabian Groffen <grobian@gentoo.org> org-mode-7.5.ebuild: Marked ~x86-macos, thanks wangbin in bug #357733 diff --git a/app-emacs/org-mode/org-mode-7.5.ebuild b/app-emacs/org-mode/org-mode-7.5.ebuild index b0a8e2603fc8..daaf15a27265 100644 --- a/app-emacs/org-mode/org-mode-7.5.ebuild +++ b/app-emacs/org-mode/org-mode-7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.5.ebuild,v 1.2 2011/03/17 20:52:40 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.5.ebuild,v 1.3 2011/05/08 12:06:23 fauli Exp $ EAPI=4 NEED_EMACS=22 @@ -13,7 +13,7 @@ SRC_URI="http://orgmode.org/org-${PV}.tar.gz" LICENSE="GPL-3 FDL-1.3 contrib? ( GPL-2 MIT )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-macos" +KEYWORDS="~amd64 ~ppc ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-macos" IUSE="contrib" S="${WORKDIR}/org-${PV}" |