diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 16:10:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 16:10:37 +0000 |
commit | 9c2332fe27d20004ead244d68819c3257d9a96e1 (patch) | |
tree | 01ffd03cb59a8cbc36c2d82fac0835ec0d1bfe26 /app-emacs | |
parent | Stable for ppc, wrt bug #490128 (diff) | |
download | gentoo-2-9c2332fe27d20004ead244d68819c3257d9a96e1.tar.gz gentoo-2-9c2332fe27d20004ead244d68819c3257d9a96e1.tar.bz2 gentoo-2-9c2332fe27d20004ead244d68819c3257d9a96e1.zip |
Stable for ppc, wrt bug #490116
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ess/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/ess/ess-13.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/ess/ChangeLog b/app-emacs/ess/ChangeLog index b6b4e29c1d47..50e25f47106b 100644 --- a/app-emacs/ess/ChangeLog +++ b/app-emacs/ess/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/ess # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.94 2013/11/27 12:09:39 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.95 2013/12/21 16:10:37 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> ess-13.09.ebuild: + Stable for ppc, wrt bug #490116 27 Nov 2013; Chema Alonso <nimiux@gentoo.org> ess-13.09.ebuild: Stable for amd64 wrt bug #490116 diff --git a/app-emacs/ess/ess-13.09.ebuild b/app-emacs/ess/ess-13.09.ebuild index 08ef56638800..9f0638e49230 100644 --- a/app-emacs/ess/ess-13.09.ebuild +++ b/app-emacs/ess/ess-13.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-13.09.ebuild,v 1.2 2013/11/27 12:09:39 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-13.09.ebuild,v 1.3 2013/12/21 16:10:37 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://ess.r-project.org/downloads/ess/${P}.tgz" LICENSE="GPL-2+ GPL-3+ Texinfo-manual" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" DEPEND="app-text/texi2html virtual/latex-base" |