summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2015-08-06 16:45:43 +0000
committerTobias Klausmann <klausman@gentoo.org>2015-08-06 16:45:43 +0000
commitaf825b04038bd03547329c44d6b90866b900a7c7 (patch)
treea0a4d7daedf3ff9f817d487a593caa282def12fc /media-libs
parentDrop keywords for alpha/~alpha, see bug 526054 (diff)
downloadgentoo-2-af825b04038bd03547329c44d6b90866b900a7c7.tar.gz
gentoo-2-af825b04038bd03547329c44d6b90866b900a7c7.tar.bz2
gentoo-2-af825b04038bd03547329c44d6b90866b900a7c7.zip
Drop keywords for alpha/~alpha, see bug 526054
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/openexr/ChangeLog6
-rw-r--r--media-libs/openexr/openexr-1.7.0.ebuild6
-rw-r--r--media-libs/openexr/openexr-2.0.1-r1.ebuild6
-rw-r--r--media-libs/openexr/openexr-2.1.0.ebuild4
-rw-r--r--media-libs/openexr/openexr-2.2.0.ebuild6
5 files changed, 16 insertions, 12 deletions
diff --git a/media-libs/openexr/ChangeLog b/media-libs/openexr/ChangeLog
index 77f26a3086bc..4b0868bbdfd0 100644
--- a/media-libs/openexr/ChangeLog
+++ b/media-libs/openexr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/openexr
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/ChangeLog,v 1.102 2015/05/17 20:13:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/ChangeLog,v 1.103 2015/08/06 16:45:43 klausman Exp $
+
+ 06 Aug 2015; Tobias Klausmann <klausman@gentoo.org> openexr-1.7.0.ebuild,
+ openexr-2.0.1-r1.ebuild, openexr-2.1.0.ebuild, openexr-2.2.0.ebuild:
+ Drop keywords for alpha/~alpha, see bug 526054
17 May 2015; Pacho Ramos <pacho@gentoo.org> openexr-2.1.0.ebuild:
ppc64 stable wrt bug #526054
diff --git a/media-libs/openexr/openexr-1.7.0.ebuild b/media-libs/openexr/openexr-1.7.0.ebuild
index 9277a28e3d83..c979e808c737 100644
--- a/media-libs/openexr/openexr-1.7.0.ebuild
+++ b/media-libs/openexr/openexr-1.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-1.7.0.ebuild,v 1.10 2012/05/09 17:00:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-1.7.0.ebuild,v 1.11 2015/08/06 16:45:43 klausman Exp $
EAPI=2
inherit eutils libtool
@@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 -arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 -arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="examples static-libs"
RDEPEND="sys-libs/zlib
diff --git a/media-libs/openexr/openexr-2.0.1-r1.ebuild b/media-libs/openexr/openexr-2.0.1-r1.ebuild
index dcb6a51732b5..818e1c83b438 100644
--- a/media-libs/openexr/openexr-2.0.1-r1.ebuild
+++ b/media-libs/openexr/openexr-2.0.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.0.1-r1.ebuild,v 1.2 2014/06/18 19:52:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.0.1-r1.ebuild,v 1.3 2015/08/06 16:45:43 klausman Exp $
EAPI=5
inherit autotools-multilib
@@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/2.0.1" # 2.0.1 for the namespace off -> on switch, caused library renaming
-KEYWORDS="~alpha ~amd64 -arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~amd64 -arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="examples static-libs"
RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]
diff --git a/media-libs/openexr/openexr-2.1.0.ebuild b/media-libs/openexr/openexr-2.1.0.ebuild
index ca9f30efa739..9e56e99c94d1 100644
--- a/media-libs/openexr/openexr-2.1.0.ebuild
+++ b/media-libs/openexr/openexr-2.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.1.0.ebuild,v 1.8 2015/05/17 20:13:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.1.0.ebuild,v 1.9 2015/08/06 16:45:43 klausman Exp $
EAPI=5
inherit autotools-multilib
@@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/21" # 21 from SONAME
-KEYWORDS="~alpha amd64 -arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 -arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="examples static-libs"
RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]
diff --git a/media-libs/openexr/openexr-2.2.0.ebuild b/media-libs/openexr/openexr-2.2.0.ebuild
index 8275db256626..4f1776d154a1 100644
--- a/media-libs/openexr/openexr-2.2.0.ebuild
+++ b/media-libs/openexr/openexr-2.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.2.0.ebuild,v 1.1 2014/08/22 22:17:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-2.2.0.ebuild,v 1.2 2015/08/06 16:45:43 klausman Exp $
EAPI=5
inherit autotools-multilib
@@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/22" # based on SONAME
-KEYWORDS="~alpha ~amd64 -arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 -arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="examples static-libs"
RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]