summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-10-12 15:39:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-10-12 15:39:34 +0000
commit846b3cd863db067258d6a3030c9c917bc7a31f81 (patch)
tree43b326d447a7bfa96ee7f85978f550a105b1d34a /media-libs/glpng
parentVersion bump. (diff)
downloadgentoo-2-846b3cd863db067258d6a3030c9c917bc7a31f81.tar.gz
gentoo-2-846b3cd863db067258d6a3030c9c917bc7a31f81.tar.bz2
gentoo-2-846b3cd863db067258d6a3030c9c917bc7a31f81.zip
add virtual/glu dep (bug #438128)
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/glpng')
-rw-r--r--media-libs/glpng/ChangeLog8
-rw-r--r--media-libs/glpng/glpng-1.45-r1.ebuild5
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/glpng/ChangeLog b/media-libs/glpng/ChangeLog
index 3ec8fc696c27..2fb85899c26b 100644
--- a/media-libs/glpng/ChangeLog
+++ b/media-libs/glpng/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/glpng
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/ChangeLog,v 1.10 2011/08/09 18:02:07 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/ChangeLog,v 1.11 2012/10/12 15:39:34 mr_bones_ Exp $
+
+ 12 Oct 2012; Michael Sterrett <mr_bones_@gentoo.org> glpng-1.45-r1.ebuild:
+ add virtual/glu dep (bug #438128)
09 Aug 2011; Samuli Suominen <ssuominen@gentoo.org> glpng-1.45-r1.ebuild,
+files/glpng-1.45-libpng15.patch:
@@ -43,4 +46,3 @@
Initial import. This ebuild is added as dep for new chromium. Will be removed
when chromium don't need anymore. Report to me if you want to use this in
different ebuilds please.
-
diff --git a/media-libs/glpng/glpng-1.45-r1.ebuild b/media-libs/glpng/glpng-1.45-r1.ebuild
index 998f90f9a03c..f1dcc5a817a8 100644
--- a/media-libs/glpng/glpng-1.45-r1.ebuild
+++ b/media-libs/glpng/glpng-1.45-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/glpng-1.45-r1.ebuild,v 1.9 2011/08/09 18:02:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glpng/glpng-1.45-r1.ebuild,v 1.10 2012/10/12 15:39:34 mr_bones_ Exp $
EAPI=4
inherit cmake-utils eutils multilib
@@ -15,6 +15,7 @@ KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="virtual/opengl
+ virtual/glu
media-libs/libpng
sys-libs/zlib"
DEPEND="${RDEPEND}"