diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2010-02-07 09:08:51 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2010-02-07 09:08:51 +0000 |
commit | 1718e183645ac15a6dda5eff0100689fea594082 (patch) | |
tree | d080a0d60d0e0259adba2a6ed593717ef55872dc /app-misc/roadnav/roadnav-0.19.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-1718e183645ac15a6dda5eff0100689fea594082.tar.gz gentoo-2-1718e183645ac15a6dda5eff0100689fea594082.tar.bz2 gentoo-2-1718e183645ac15a6dda5eff0100689fea594082.zip |
Remove deprecated use of 'need-wxwidgets gtk2'.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/roadnav/roadnav-0.19.ebuild')
-rw-r--r-- | app-misc/roadnav/roadnav-0.19.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-misc/roadnav/roadnav-0.19.ebuild b/app-misc/roadnav/roadnav-0.19.ebuild index eaebeb983f5d..dacbe44eb380 100644 --- a/app-misc/roadnav/roadnav-0.19.ebuild +++ b/app-misc/roadnav/roadnav-0.19.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/roadnav/roadnav-0.19.ebuild,v 1.2 2010/01/30 06:06:16 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/roadnav/roadnav-0.19.ebuild,v 1.3 2010/02/07 09:08:51 dirtyepic Exp $ EAPI=2 +WX_GTK_VER=2.8 inherit eutils wxwidgets @@ -24,8 +25,6 @@ DEPEND="x11-libs/wxGTK:2.8[X] RDEPEND="${DEPEND}" src_prepare() { - WX_GTK_VER=2.8 - need-wxwidgets gtk2 epatch "${FILESDIR}"/${P}-gcc45.patch } |