diff options
author | Rick Farina <zerochaos@gentoo.org> | 2012-11-23 04:53:30 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2012-11-23 04:53:30 +0000 |
commit | 65ef05995bd2aa1c45117b9167b78e0e6fd46953 (patch) | |
tree | 21eb5318f2b0fe86ad7fd8b2abca4a3484b662b6 /x11-libs/wxGTK/wxGTK-2.9.4.1.ebuild | |
parent | Add option to depend on >=kdepimlibs-4.9.80 since akonadi-social-utils was me... (diff) | |
download | gentoo-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/wxGTK-2.9.4.1.ebuild')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.9.4.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |