summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-07-18 15:23:38 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-07-18 15:23:38 +0000
commitc11343ab52fd2ff57844b5ba263f1c37e2db80e4 (patch)
treec6bc5a66b77234a6b5c84022bc0865d3bca8d593
parentEAPI bump. Do not build test programs and set RESTRICT=test since they fail a... (diff)
downloadgentoo-2-c11343ab52fd2ff57844b5ba263f1c37e2db80e4.tar.gz
gentoo-2-c11343ab52fd2ff57844b5ba263f1c37e2db80e4.tar.bz2
gentoo-2-c11343ab52fd2ff57844b5ba263f1c37e2db80e4.zip
Add ~ia64 keyword wrt bug #505378
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
-rw-r--r--app-emacs/gnuplot-mode/ChangeLog5
-rw-r--r--app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/gnuplot-mode/ChangeLog b/app-emacs/gnuplot-mode/ChangeLog
index 04231d4e0427..ff4c6859cf83 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.20 2014/07/18 15:01:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/ChangeLog,v 1.21 2014/07/18 15:23:38 zlogene Exp $
+
+ 18 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> gnuplot-mode-0.7.0.ebuild:
+ Add ~ia64 keyword wrt bug #505378
18 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> gnuplot-mode-0.7.0.ebuild:
Add ~s390 keyword wrt 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 af9bcadc450e..bc532ec93737 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.11 2014/07/18 15:01:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild,v 1.12 2014/07/18 15:23:38 zlogene 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="alpha amd64 arm hppa ppc ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc"
DEPEND="doc? ( virtual/latex-base )"