diff options
author | Mark Wright <gienah@gentoo.org> | 2013-01-13 10:59:19 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-01-13 10:59:19 +0000 |
commit | 178854b4407ddd752bce4bea79dd8efcf8ec277f (patch) | |
tree | c8a4314f8fc841034d69793db9f9be79f0c456f6 /dev-haskell | |
parent | silence repoman (diff) | |
download | gentoo-2-178854b4407ddd752bce4bea79dd8efcf8ec277f.tar.gz gentoo-2-178854b4407ddd752bce4bea79dd8efcf8ec277f.tar.bz2 gentoo-2-178854b4407ddd752bce4bea79dd8efcf8ec277f.zip |
Thanks to peanuts for reporting: unconditionally require x11-libs/wxGTK with opengl USE flag
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/wxc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/wxc/wxc-0.90.0.4.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-haskell/wxc/ChangeLog b/dev-haskell/wxc/ChangeLog index a74034e70e7a..a8762071d908 100644 --- a/dev-haskell/wxc/ChangeLog +++ b/dev-haskell/wxc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/wxc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxc/ChangeLog,v 1.1 2012/12/27 02:21:09 gienah Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxc/ChangeLog,v 1.2 2013/01/13 10:59:19 gienah Exp $ + + 13 Jan 2013; Mark Wright <gienah@gentoo.org> wxc-0.90.0.4.ebuild: + Thanks to peanuts for reporting: unconditionally require x11-libs/wxGTK with + opengl USE flag *wxc-0.90.0.4 (27 Dec 2012) diff --git a/dev-haskell/wxc/wxc-0.90.0.4.ebuild b/dev-haskell/wxc/wxc-0.90.0.4.ebuild index 667c17becb8f..0b7ac3560e5a 100644 --- a/dev-haskell/wxc/wxc-0.90.0.4.ebuild +++ b/dev-haskell/wxc/wxc-0.90.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxc/wxc-0.90.0.4.ebuild,v 1.1 2012/12/27 02:21:09 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxc/wxc-0.90.0.4.ebuild,v 1.2 2013/01/13 10:59:19 gienah Exp $ EAPI=5 @@ -18,10 +18,10 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="wxWinLL-3.1" SLOT="${WX_GTK_VER}/${PV}" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="opengl" +IUSE="" RDEPEND=">=dev-haskell/wxdirect-0.90:${WX_GTK_VER}=[profile?] - x11-libs/wxGTK:${WX_GTK_VER}=[X,gstreamer,opengl?] + x11-libs/wxGTK:${WX_GTK_VER}=[X,gstreamer,opengl] >=dev-lang/ghc-6.10.4:=" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.2" |