diff options
author | Markus Meier <maekke@gentoo.org> | 2014-05-15 20:02:34 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-05-15 20:02:34 +0000 |
commit | 979be64d680a0dcdd4bc17937503392dc1554962 (patch) | |
tree | 56e55d52b383c1b91032be7bb38f2d688bdfbf2e /app-emacs/gnuplot-mode | |
parent | add ~arm, bug #509628 (diff) | |
download | gentoo-2-979be64d680a0dcdd4bc17937503392dc1554962.tar.gz gentoo-2-979be64d680a0dcdd4bc17937503392dc1554962.tar.bz2 gentoo-2-979be64d680a0dcdd4bc17937503392dc1554962.zip |
arm stable, bug #508216
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 685cde2ebb54..9071e767b7b6 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.14 2014/04/27 11:42:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog,v 1.15 2014/05/15 20:02:34 maekke Exp $ + + 15 May 2014; Markus Meier <maekke@gentoo.org> gnuplot-mode-0.7.0.ebuild: + arm stable, bug #508216 27 Apr 2014; Markus Meier <maekke@gentoo.org> gnuplot-mode-0.7.0.ebuild: add ~arm, bug #505378 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 aceec716964e..486a9912353d 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.5 2014/04/27 11:42:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild,v 1.6 2014/05/15 20:02:34 maekke 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 )" |