diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-21 22:47:19 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-21 22:47:19 +0000 |
commit | de4dd7155e0467254c8da196261f11b2c134ae06 (patch) | |
tree | 8c31f72bf43e3fa962b2ad72c2a4c3fd79e32372 /app-emacs | |
parent | Version bump. Clean old revision. (diff) | |
download | gentoo-2-de4dd7155e0467254c8da196261f11b2c134ae06.tar.gz gentoo-2-de4dd7155e0467254c8da196261f11b2c134ae06.tar.bz2 gentoo-2-de4dd7155e0467254c8da196261f11b2c134ae06.zip |
stable ppc, bug #441066, thanks peratu
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ess/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/ess/ess-12.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/ess/ChangeLog b/app-emacs/ess/ChangeLog index fc215e659303..93b5f7906b7b 100644 --- a/app-emacs/ess/ChangeLog +++ b/app-emacs/ess/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/ess # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.89 2012/11/20 20:42:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.90 2012/11/21 22:47:19 blueness Exp $ + + 21 Nov 2012; Anthony G. Basile <blueness@gentoo.org> ess-12.09.ebuild: + stable ppc, bug #441066, thanks peratu 20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> ess-12.09.ebuild: Stable for x86, wrt bug #441066 diff --git a/app-emacs/ess/ess-12.09.ebuild b/app-emacs/ess/ess-12.09.ebuild index e359b4b6a447..2d5a72e25256 100644 --- a/app-emacs/ess/ess-12.09.ebuild +++ b/app-emacs/ess/ess-12.09.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/ess/ess-12.09.ebuild,v 1.3 2012/11/20 20:42:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-12.09.ebuild,v 1.4 2012/11/21 22:47:19 blueness Exp $ EAPI=4 @@ -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" |