diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2010-02-10 00:14:05 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2010-02-10 00:14:05 +0000 |
commit | d91f535e91b5a13649329556aa3dcd4f8b23b4d7 (patch) | |
tree | f3acacba14165c4d1f80af957da7dd6bbe5841ee /net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild | |
parent | Marked ppc stable for bug #300182. (diff) | |
download | gentoo-2-d91f535e91b5a13649329556aa3dcd4f8b23b4d7.tar.gz gentoo-2-d91f535e91b5a13649329556aa3dcd4f8b23b4d7.tar.bz2 gentoo-2-d91f535e91b5a13649329556aa3dcd4f8b23b4d7.zip |
Touchup ebuild.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild')
-rw-r--r-- | net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild b/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild index 54ace4805926..fb38f71a0089 100644 --- a/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild +++ b/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild,v 1.2 2009/10/24 05:36:17 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wxdfast/wxdfast-0.6.0-r1.ebuild,v 1.3 2010/02/10 00:14:05 dirtyepic Exp $ EAPI="2" - WX_GTK_VER="2.8" inherit autotools eutils wxwidgets @@ -17,13 +16,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="x11-libs/wxGTK:2.8" +DEPEND="x11-libs/wxGTK:2.8[X]" RDEPEND="${DEPEND}" -pkg_setup() { - need-wxwidgets unicode -} - src_prepare() { epatch "${FILESDIR}"/${P}-wxrc-configure.patch epatch "${FILESDIR}"/${P}-cflags.patch |