commit: 7769020b2c4e74d975ed06579fb73281b053a8e5
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 22:46:54 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 22:47:10 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7769020b
dev-perl/Wx-Scintilla: Add missing wxGTK dependency
Package-Manager: portage-2.2.26
dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
index 22c28df..746d767 100644
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
+++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
@@ -22,6 +22,7 @@ IUSE=""
RDEPEND="
dev-perl/Alien-wxWidgets
dev-perl/wxperl
+ x11-libs/wxGTK:${WX_GTK_VER}
"
DEPEND="${RDEPEND}
>=dev-perl/ExtUtils-XSpp-0.160.200