diff options
-rw-r--r-- | app-emacs/org-mode/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-8.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog index e28d616d5bd6..15fc8695500e 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.160 2013/11/02 10:26:02 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.161 2014/01/15 13:10:19 nimiux Exp $ + + 15 Jan 2014; Chema Alonso <nimiux@gentoo.org> org-mode-8.2.1.ebuild: + Stable for amd64 wrt bug #495334 *org-mode-8.2.1 (02 Nov 2013) diff --git a/app-emacs/org-mode/org-mode-8.2.1.ebuild b/app-emacs/org-mode/org-mode-8.2.1.ebuild index c4849260bf1d..74662b7500c1 100644 --- a/app-emacs/org-mode/org-mode-8.2.1.ebuild +++ b/app-emacs/org-mode/org-mode-8.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild,v 1.1 2013/11/02 10:26:02 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild,v 1.2 2014/01/15 13:10:19 nimiux Exp $ EAPI=5 NEED_EMACS=23 @@ -13,7 +13,7 @@ SRC_URI="http://orgmode.org/org-${PV}.tar.gz" LICENSE="GPL-3+ FDL-1.3+ contrib? ( GPL-2+ MIT ) odt-schema? ( OASIS-Open )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos" IUSE="contrib doc odt-schema" RESTRICT="test" |