diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-09-23 08:33:25 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-09-23 08:33:25 +0000 |
commit | 1f9602bb050843f8dab261eeca72de77f8b393b9 (patch) | |
tree | 1b74b68b4d331b08c099bd367226094790eda084 /app-emacs | |
parent | x86 stable wrt bug #428864 (diff) | |
download | gentoo-2-1f9602bb050843f8dab261eeca72de77f8b393b9.tar.gz gentoo-2-1f9602bb050843f8dab261eeca72de77f8b393b9.tar.bz2 gentoo-2-1f9602bb050843f8dab261eeca72de77f8b393b9.zip |
x86 stable wrt bug #428866
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/org-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-7.8.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog index 345aaa350fff..2aa6fb735951 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.145 2012/09/13 10:14:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.146 2012/09/23 08:33:25 phajdan.jr Exp $ + + 23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> org-mode-7.8.11.ebuild: + x86 stable wrt bug #428866 13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> org-mode-7.8.11.ebuild: Stable for amd64, wrt bug #428866 diff --git a/app-emacs/org-mode/org-mode-7.8.11.ebuild b/app-emacs/org-mode/org-mode-7.8.11.ebuild index 5a4de4016b56..ef2b02d2a201 100644 --- a/app-emacs/org-mode/org-mode-7.8.11.ebuild +++ b/app-emacs/org-mode/org-mode-7.8.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.8.11.ebuild,v 1.2 2012/09/13 10:14:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.8.11.ebuild,v 1.3 2012/09/23 08:33:25 phajdan.jr Exp $ EAPI=4 NEED_EMACS=22 @@ -13,7 +13,7 @@ SRC_URI="http://orgmode.org/org-${PV}.tar.gz" LICENSE="GPL-3 FDL-1.3 contrib? ( GPL-2 MIT as-is )" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd ~x86-macos" IUSE="contrib" S="${WORKDIR}/org-${PV}" |