diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-04-06 11:48:52 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-04-06 11:48:52 +0000 |
commit | 10e4c05b28eb6bd13f716dced10e06c91002f65e (patch) | |
tree | f895a7c689ee352c5a258592622e5f4874fa2e75 /app-emacs | |
parent | Keyworded ~x64-macos, bug #506494 (diff) | |
download | gentoo-2-10e4c05b28eb6bd13f716dced10e06c91002f65e.tar.gz gentoo-2-10e4c05b28eb6bd13f716dced10e06c91002f65e.tar.bz2 gentoo-2-10e4c05b28eb6bd13f716dced10e06c91002f65e.zip |
Add Prefix keywords, bug #505378
(Portage version: 2.2.8-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/gnuplot-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emacs/gnuplot-mode/ChangeLog b/app-emacs/gnuplot-mode/ChangeLog index 65ddcadebf82..80e6a99f9d0d 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.11 2014/03/23 14:40:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog,v 1.12 2014/04/06 11:48:52 grobian Exp $ + + 06 Apr 2014; Fabian Groffen <grobian@gentoo.org> gnuplot-mode-0.7.0.ebuild: + Add Prefix keywords, bug #505378 23 Mar 2014; Jeroen Roovers <jer@gentoo.org> gnuplot-mode-0.7.0.ebuild: Marked ~hppa (bug #505378). @@ -35,4 +38,3 @@ metadata.xml, files/50gnuplot-gentoo.el: Initial import. Thanks to Michal Maruska <mmc@maruska.dyndns.org> for contributing the ebuild. Closing bug #40007 - 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 0634960f393d..d5334c12a984 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.2 2014/03/23 14:40:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild,v 1.3 2014/04/06 11:48:52 grobian 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 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc" DEPEND="doc? ( virtual/latex-base )" |