x11-misc/pathfinder: move FOXCONF definition to src_compile
authorMike Gilbert <floppym@gentoo.org>
Sun, 5 Jun 2016 18:18:23 +0000 (14:18 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sun, 5 Jun 2016 18:18:23 +0000 (14:18 -0400)
mgorny had the right idea in e4333453, but EAPI 1 does not execute
src_configure.

Bug: https://bugs.gentoo.org/582206

Package-Manager: portage-2.3.0_rc1_p14

x11-misc/pathfinder/pathfinder-1.6.36.ebuild

index 61802fde79cd6ef0c5068637cf6fa0d3040da8f6..e46ddc106ad11aa511d1e61b49234523010d3fdc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,6 +21,8 @@ DEPEND="
 
 RDEPEND="${DEPEND}"
 
-FOXCONF="$(use_enable jpeg) \
-       $(use_enable png) \
-       $(use_enable tiff)"
+src_compile() {
+       FOXCONF="$(use_enable jpeg) \
+               $(use_enable png) \
+               $(use_enable tiff)" fox_src_compile
+}