diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-07-27 10:43:27 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-07-27 10:43:27 +0000 |
commit | 35e59126ee9c542b2af5f9bbce4b427a096e8dba (patch) | |
tree | 0e97f27fee00ae1ba8d62031b2fb216ae0e8bca6 /app-emacs | |
parent | Remove masked for removal package (diff) | |
download | gentoo-2-35e59126ee9c542b2af5f9bbce4b427a096e8dba.tar.gz gentoo-2-35e59126ee9c542b2af5f9bbce4b427a096e8dba.tar.bz2 gentoo-2-35e59126ee9c542b2af5f9bbce4b427a096e8dba.zip |
x86 stable wrt bug #511592
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'app-emacs')
-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 d60075b61199..56879898bd1d 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.170 2014/07/15 11:37:11 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.171 2014/07/27 10:43:27 phajdan.jr Exp $ + + 26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> org-mode-8.2.6.ebuild: + x86 stable wrt bug #511592 15 Jul 2014; Chema Alonso <nimiux@gentoo.org> org-mode-8.2.6.ebuild: Stable for amd64 wrt bug #511592 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 8ec7654caa32..d4475f65f5b4 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.3 2014/07/15 11:37:11 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild,v 1.4 2014/07/27 10:43:27 phajdan.jr 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" |