summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2012-11-23 04:53:30 +0000
committerRick Farina <zerochaos@gentoo.org>2012-11-23 04:53:30 +0000
commit65ef05995bd2aa1c45117b9167b78e0e6fd46953 (patch)
tree21eb5318f2b0fe86ad7fd8b2abca4a3484b662b6 /x11-libs/wxGTK
parentAdd option to depend on >=kdepimlibs-4.9.80 since akonadi-social-utils was me... (diff)
downloadgentoo-2-65ef05995bd2aa1c45117b9167b78e0e6fd46953.tar.gz
gentoo-2-65ef05995bd2aa1c45117b9167b78e0e6fd46953.tar.bz2
gentoo-2-65ef05995bd2aa1c45117b9167b78e0e6fd46953.zip
add virtual/glu build time dep per bug #443684 , does not appear to be an rdep
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r--x11-libs/wxGTK/ChangeLog6
-rw-r--r--x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild3
-rw-r--r--x11-libs/wxGTK/wxGTK-2.9.3.1.ebuild3
-rw-r--r--x11-libs/wxGTK/wxGTK-2.9.4.1.ebuild3
4 files changed, 11 insertions, 4 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog
index 0cd4277df70c..b3992bad3c83 100644
--- a/x11-libs/wxGTK/ChangeLog
+++ b/x11-libs/wxGTK/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/wxGTK
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.296 2012/09/25 03:49:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.297 2012/11/23 04:53:30 zerochaos Exp $
+
+ 23 Nov 2012; Rick Farina <zerochaos@gentoo.org> wxGTK-2.8.12.1.ebuild,
+ wxGTK-2.9.3.1.ebuild, wxGTK-2.9.4.1.ebuild:
+ add virtual/glu build time dep per bug #443684 , does not appear to be an rdep
25 Sep 2012; Mike Frysinger <vapier@gentoo.org> wxGTK-2.8.12.1.ebuild:
Fix setup of wx_cv_std_libpath #421851 by Xavier Miller.
diff --git a/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild b/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild
index 832d2acc88be..d42e6887b80b 100644
--- a/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild,v 1.13 2012/09/25 03:49:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild,v 1.14 2012/11/23 04:53:29 zerochaos Exp $
EAPI="4"
@@ -49,6 +49,7 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig
+ opengl? ( virtual/glu )
X? (
x11-proto/xproto
x11-proto/xineramaproto
diff --git a/x11-libs/wxGTK/wxGTK-2.9.3.1.ebuild b/x11-libs/wxGTK/wxGTK-2.9.3.1.ebuild
index f07479cdf648..1fe678f6b8a7 100644
--- a/x11-libs/wxGTK/wxGTK-2.9.3.1.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.9.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.3.1.ebuild,v 1.5 2012/09/16 17:07:18 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.3.1.ebuild,v 1.6 2012/11/23 04:53:30 zerochaos Exp $
EAPI="3"
@@ -46,6 +46,7 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig
+ opengl? ( virtual/glu )
X? (
x11-proto/xproto
x11-proto/xineramaproto
diff --git a/x11-libs/wxGTK/wxGTK-2.9.4.1.ebuild b/x11-libs/wxGTK/wxGTK-2.9.4.1.ebuild
index 64dcc7e103d7..3327096e7a86 100644
--- a/x11-libs/wxGTK/wxGTK-2.9.4.1.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.9.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1.ebuild,v 1.2 2012/09/16 02:54:05 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1.ebuild,v 1.3 2012/11/23 04:53:30 zerochaos Exp $
EAPI="4"
@@ -48,6 +48,7 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-util/cppunit
virtual/pkgconfig
+ opengl? ( virtual/glu )
X? (
x11-proto/xproto
x11-proto/xineramaproto