diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-06-08 11:08:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-06-08 11:08:43 +0000 |
commit | dbf71b0336edc79097d3622d8c810d24d53548ac (patch) | |
tree | 81a0ce0b54851c7d1e3ae38bf855d0665c96708e /app-emacs/gnuplot-mode | |
parent | keyword ~ia64 wrt bug #503094 (diff) | |
download | gentoo-2-dbf71b0336edc79097d3622d8c810d24d53548ac.tar.gz gentoo-2-dbf71b0336edc79097d3622d8c810d24d53548ac.tar.bz2 gentoo-2-dbf71b0336edc79097d3622d8c810d24d53548ac.zip |
Stable for ppc, wrt bug #508216
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emacs/gnuplot-mode')
-rw-r--r-- | app-emacs/gnuplot-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/gnuplot-mode/ChangeLog b/app-emacs/gnuplot-mode/ChangeLog index d6a4dae7071a..922050537464 100644 --- a/app-emacs/gnuplot-mode/ChangeLog +++ b/app-emacs/gnuplot-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/gnuplot-mode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog,v 1.17 2014/05/24 10:10:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog,v 1.18 2014/06/08 11:08:43 ago Exp $ + + 08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> gnuplot-mode-0.7.0.ebuild: + Stable for ppc, wrt bug #508216 24 May 2014; Agostino Sarubbo <ago@gentoo.org> gnuplot-mode-0.7.0.ebuild: Stable for x86, wrt bug #508216 diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild index a6941000b0d9..1be08d94b48e 100644 --- a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild +++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.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/gnuplot-mode/gnuplot-mode-0.7.0.ebuild,v 1.8 2014/05/24 10:10:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild,v 1.9 2014/06/08 11:08:42 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/bruceravel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 arm hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc" DEPEND="doc? ( virtual/latex-base )" |