summaryrefslogtreecommitdiff
path: root/media-libs/ctl/ctl-1.5.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/ctl/ctl-1.5.2-r1.ebuild')
-rw-r--r--media-libs/ctl/ctl-1.5.2-r1.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/ctl/ctl-1.5.2-r1.ebuild b/media-libs/ctl/ctl-1.5.2-r1.ebuild
index 55acc2744c99..e266c6fa8fd7 100644
--- a/media-libs/ctl/ctl-1.5.2-r1.ebuild
+++ b/media-libs/ctl/ctl-1.5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/archive/ctl-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="AMPAS"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd"
RDEPEND="media-libs/ilmbase:=
media-libs/openexr:=
@@ -22,6 +22,9 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/CTL-ctl-${PV}"
-PATCHES=( "${FILESDIR}/${P}-Use-GNUInstallDirs-and-fix-PkgConfig-files-1.patch" )
+PATCHES=(
+ "${FILESDIR}/${P}-Use-GNUInstallDirs-and-fix-PkgConfig-files-1.patch"
+ "${FILESDIR}/${P}-openexr-2.3.patch"
+)
mycmakeargs=( -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" )