summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2014-12-16 10:54:57 +0000
committerAmy Liffey <amynka@gentoo.org>2014-12-16 10:54:57 +0000
commit69b8524030fc350c2419bfd080509fefd107ce49 (patch)
tree69e42e79383a0d91c388bbfc79994cdb8841b92a /media-libs/openctm
parentRemove sys-libs/ncurses dependency as nothing uses it (bug #459538). (diff)
downloadgentoo-2-69b8524030fc350c2419bfd080509fefd107ce49.tar.gz
gentoo-2-69b8524030fc350c2419bfd080509fefd107ce49.tar.bz2
gentoo-2-69b8524030fc350c2419bfd080509fefd107ce49.zip
Gtk+:2 dependency repaired bug #525328 and #532136 (again).
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 34E69781)
Diffstat (limited to 'media-libs/openctm')
-rw-r--r--media-libs/openctm/ChangeLog5
-rw-r--r--media-libs/openctm/openctm-1.0.3.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/openctm/ChangeLog b/media-libs/openctm/ChangeLog
index 63cd703a3557..38db733dff90 100644
--- a/media-libs/openctm/ChangeLog
+++ b/media-libs/openctm/ChangeLog
@@ -1,11 +1,14 @@
# ChangeLog for media-libs/openctm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v 1.7 2014/10/20 08:02:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v 1.8 2014/12/16 10:54:57 amynka Exp $
20 Oct 2014; Justin Lecher <jlec@gentoo.org> openctm-1.0.3.ebuild,
files/openctm-fix-makefiles.patch, metadata.xml:
Fix for multilib-strict
+ 14 Oct 2014; Amy Winston <amynka@gentoo.org> openctm-1.0.3.ebuild:
+ Gtk+ dependency repaired bug #525328
+
20 Aug 2014; Amy Winston <amynka@gentoo.org> +files/openctm-no-strip.patch,
openctm-1.0.3.ebuild:
Sed madness removed and integrated to no-strip.patch
diff --git a/media-libs/openctm/openctm-1.0.3.ebuild b/media-libs/openctm/openctm-1.0.3.ebuild
index 562f81620020..df62e2842c00 100644
--- a/media-libs/openctm/openctm-1.0.3.ebuild
+++ b/media-libs/openctm/openctm-1.0.3.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/media-libs/openctm/openctm-1.0.3.ebuild,v 1.6 2014/10/20 08:02:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v 1.7 2014/12/16 10:54:57 amynka Exp $
EAPI=5
@@ -21,7 +21,8 @@ DEPEND="dev-libs/tinyxml
media-libs/freeglut
media-libs/glew
media-libs/pnglite
- virtual/opengl"
+ virtual/opengl
+ x11-libs/gtk+:2"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PF}"