diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-07-15 11:37:11 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-07-15 11:37:11 +0000 |
commit | e2f5f3c333d24cb4331277e9684460511cbbc309 (patch) | |
tree | 2753e80590bfe4ae046e33dd8867097b87bb09da /app-emacs/org-mode | |
parent | Stable for amd64 wrt bug #502840 (diff) | |
download | gentoo-2-e2f5f3c333d24cb4331277e9684460511cbbc309.tar.gz gentoo-2-e2f5f3c333d24cb4331277e9684460511cbbc309.tar.bz2 gentoo-2-e2f5f3c333d24cb4331277e9684460511cbbc309.zip |
Stable for amd64 wrt bug #511592
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
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-8.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog index 19f52838ae57..d60075b61199 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.169 2014/06/14 10:16:02 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.170 2014/07/15 11:37:11 nimiux Exp $ + + 15 Jul 2014; Chema Alonso <nimiux@gentoo.org> org-mode-8.2.6.ebuild: + Stable for amd64 wrt bug #511592 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> org-mode-8.2.5h.ebuild: x86 stable wrt bug #504560 diff --git a/app-emacs/org-mode/org-mode-8.2.6.ebuild b/app-emacs/org-mode/org-mode-8.2.6.ebuild index f45cc866d592..8ec7654caa32 100644 --- a/app-emacs/org-mode/org-mode-8.2.6.ebuild +++ b/app-emacs/org-mode/org-mode-8.2.6.ebuild @@ -1,6 +1,6 @@ # 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.6.ebuild,v 1.2 2014/06/07 11:33:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild,v 1.3 2014/07/15 11:37:11 nimiux Exp $ EAPI=5 @@ -12,7 +12,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" |