diff options
-rw-r--r-- | sci-electronics/pcb/ChangeLog | 5 | ||||
-rw-r--r-- | sci-electronics/pcb/pcb-20100929.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-electronics/pcb/ChangeLog b/sci-electronics/pcb/ChangeLog index 70618c224982..162c8e57242f 100644 --- a/sci-electronics/pcb/ChangeLog +++ b/sci-electronics/pcb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/pcb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.57 2010/10/30 14:25:48 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.58 2010/11/02 07:10:10 grobian Exp $ + + 02 Nov 2010; Fabian Groffen <grobian@gentoo.org> pcb-20100929.ebuild: + Fix ebuild for Prefix, bug #343777 30 Oct 2010; Thomas Beierlein <tomjbe@gentoo.org> pcb-20100929.ebuild: Fix tests wrt bug #342835. Thanks for reporting Diego. diff --git a/sci-electronics/pcb/pcb-20100929.ebuild b/sci-electronics/pcb/pcb-20100929.ebuild index 6a8993d64f8b..c3787b282900 100644 --- a/sci-electronics/pcb/pcb-20100929.ebuild +++ b/sci-electronics/pcb/pcb-20100929.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20100929.ebuild,v 1.2 2010/10/30 14:25:48 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20100929.ebuild,v 1.3 2010/11/02 07:10:10 grobian Exp $ -EAPI="2" +EAPI="3" inherit fdo-mime gnome2-utils @@ -87,7 +87,7 @@ src_configure() { fi use nelma && exporters="${exporters} nelma" use gcode && exporters="${exporters} gcode" - use tk || export WISH="/bin/true" + use tk || export WISH="${EPREFIX}/bin/true" econf \ ${myconf} \ @@ -105,7 +105,7 @@ src_configure() { --disable-rpath \ --disable-update-mime-database \ --disable-update-desktop-database \ - --docdir="/usr/share/doc/${PF}" + --docdir="${EPREFIX}/usr/share/doc/${PF}" } # toporouter-output USE flag removed, there seems to be no result # $(use_enable toporouter-output) \ |