diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-28 22:52:02 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-28 22:52:02 +0000 |
commit | 6d80f8c54d82afca780245f08892e1cd4261733e (patch) | |
tree | 02c37bb6f747ac5e5f0763e299adec52a0f529b5 /x11-libs | |
parent | I haven't used this in a couple years, no point in keeping my name in the mai... (diff) | |
download | gentoo-2-6d80f8c54d82afca780245f08892e1cd4261733e.tar.gz gentoo-2-6d80f8c54d82afca780245f08892e1cd4261733e.tar.bz2 gentoo-2-6d80f8c54d82afca780245f08892e1cd4261733e.zip |
Fix dropped proto DEPENDs for Cyborg in bug #197186.
(Portage version: 2.1.3.16)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/wxGTK/files/digest-wxGTK-2.6.3.3 | 1 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild | 12 |
3 files changed, 15 insertions, 3 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index 2df9202daf4e..a9e036e02833 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/wxGTK # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.156 2007/10/28 14:01:23 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.157 2007/10/28 22:52:01 dirtyepic Exp $ + + 28 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.6.4.0-r1.ebuild: + Fix dropped proto DEPENDs for Cyborg in bug #197186. 28 Oct 2007; Markus Rothe <corsair@gentoo.org> wxGTK-2.6.4.0-r1.ebuild: Stable on ppc64; bug #197186 diff --git a/x11-libs/wxGTK/files/digest-wxGTK-2.6.3.3 b/x11-libs/wxGTK/files/digest-wxGTK-2.6.3.3 index 250773c52e16..a13365d0e0f7 100644 --- a/x11-libs/wxGTK/files/digest-wxGTK-2.6.3.3 +++ b/x11-libs/wxGTK/files/digest-wxGTK-2.6.3.3 @@ -1,5 +1,6 @@ MD5 66b9c5f8e20a9505c39dab1a1234daa9 wxPython-src-2.6.3.3.tar.bz2 18963104 RMD160 7feacff6808574143590a0a421ee60f3692eb783 wxPython-src-2.6.3.3.tar.bz2 18963104 SHA256 fd2c4338beac644ebc509766f1e33892fc34d19280c5cbd66746625f96a55acb wxPython-src-2.6.3.3.tar.bz2 18963104 +MD5 e575ac25e30749bd540b23ed9b370029 wxWidgets-2.6.3-HTML.tar.gz 1349870 RMD160 3be20dce033c3e14999783a959fe0804fcab3d91 wxWidgets-2.6.3-HTML.tar.gz 1349870 SHA256 d564729b6e862c751dcea2487137832f9fbf95a665481c50d029fba9d4dd9cc1 wxWidgets-2.6.3-HTML.tar.gz 1349870 diff --git a/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild index de691fabd996..417d0c86864a 100644 --- a/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild,v 1.5 2007/10/28 14:01:23 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild,v 1.6 2007/10/28 22:52:01 dirtyepic Exp $ inherit eutils versionator flag-o-matic @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2 KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd" IUSE="X doc debug gnome joystick odbc opengl sdl unicode" -DEPEND=" +RDEPEND=" dev-libs/expat odbc? ( dev-db/unixODBC ) sdl? ( media-libs/libsdl ) @@ -34,6 +34,14 @@ DEPEND=" opengl? ( virtual/opengl ) )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + X? ( + x11-proto/xproto + x11-proto/xineramaproto + x11-proto/xf86vidmodeproto + )" + SLOT="2.6" LICENSE="wxWinLL-3 GPL-2 |