summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-12-04 03:50:06 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-12-04 03:50:06 +0000
commit1225dbfe46f8549e761a16bcdcca6b5e92b529dd (patch)
tree266aa2ee3224caf1531c15d308586368fc04336f /dev-util/boa-constructor/boa-constructor-0.6.1.ebuild
parentstable for x86 (diff)
downloadgentoo-2-1225dbfe46f8549e761a16bcdcca6b5e92b529dd.tar.gz
gentoo-2-1225dbfe46f8549e761a16bcdcca6b5e92b529dd.tar.bz2
gentoo-2-1225dbfe46f8549e761a16bcdcca6b5e92b529dd.zip
Add -W 2.6 option to 0.6.1 launcher to be sure we're always using wxpython-2.6.
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'dev-util/boa-constructor/boa-constructor-0.6.1.ebuild')
-rw-r--r--dev-util/boa-constructor/boa-constructor-0.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild b/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild
index dad16c495208..dc980ad937de 100644
--- a/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild
+++ b/dev-util/boa-constructor/boa-constructor-0.6.1.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/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.1 2007/09/29 01:22:35 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.6.1.ebuild,v 1.2 2007/12/04 03:50:05 dirtyepic Exp $
inherit eutils python
@@ -44,7 +44,7 @@ src_install() {
insinto "${boadir}/Plug-ins"
doins Plug-ins/*
- dobin "${FILESDIR}/boa-constructor"
+ newbin "${FILESDIR}"/${P} boa-constructor
dodoc Bugs.txt Changes.txt Credits.txt README.txt
}