diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-20 15:51:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-20 15:51:15 +0000 |
commit | 790f23433fec1d74f87b04eab0f0237da74c7c8b (patch) | |
tree | 8ddda7cf001fb466742f41fdf8d4d1e75dfc0eb7 /app-emacs/org-mode | |
parent | Stable for ppc, wrt bug #495310 (diff) | |
download | gentoo-2-790f23433fec1d74f87b04eab0f0237da74c7c8b.tar.gz gentoo-2-790f23433fec1d74f87b04eab0f0237da74c7c8b.tar.bz2 gentoo-2-790f23433fec1d74f87b04eab0f0237da74c7c8b.zip |
Stable for ppc, wrt bug #495334
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emacs/org-mode')
-rw-r--r-- | app-emacs/org-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-8.2.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog index 15fc8695500e..c4e32bd3d301 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.161 2014/01/15 13:10:19 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.162 2014/01/20 15:51:15 ago Exp $ + + 20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> org-mode-8.2.1.ebuild: + Stable for ppc, wrt bug #495334 15 Jan 2014; Chema Alonso <nimiux@gentoo.org> org-mode-8.2.1.ebuild: Stable for amd64 wrt bug #495334 @@ -788,4 +791,3 @@ intial commit ebuild taken from bug 163947, thanks to Tassilo Horn <tassilo@member.fsf.org> updated version of the org-mode included with Emacs 22 - 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 74662b7500c1..43fe815b84a7 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.2 2014/01/15 13:10:19 nimiux Exp $ +# $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 $ 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" |