diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:25:37 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 01:25:37 +0000 |
commit | b14d329ea151b2b07170f31459fb1d6b50456ae8 (patch) | |
tree | 54f642a2d000d116fe00cdba85eeb122f84ceb56 /app-emacs/org-mode | |
parent | x86 stable wrt bug #495332 (diff) | |
download | gentoo-2-b14d329ea151b2b07170f31459fb1d6b50456ae8.tar.gz gentoo-2-b14d329ea151b2b07170f31459fb1d6b50456ae8.tar.bz2 gentoo-2-b14d329ea151b2b07170f31459fb1d6b50456ae8.zip |
x86 stable wrt bug #495334
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog index b3f556bcd1e4..88c1ef8606f3 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.163 2014/02/12 08:44:27 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.164 2014/02/24 01:25:37 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> org-mode-8.2.1.ebuild: + x86 stable wrt bug #495334 *org-mode-8.2.5h (12 Feb 2014) 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 43fe815b84a7..1280170fed32 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-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.3 2014/01/20 15:51:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild,v 1.4 2014/02/24 01:25:37 phajdan.jr 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" |