commit:     eea8527d29d175108d5c1d12eeb3d4f4f57f9b13
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 18:32:27 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 18:33:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea8527d

x11-misc/shutterbug: move FOXCONF definition to src_compile

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

Package-Manager: portage-2.3.0_rc1_p14

 x11-misc/shutterbug/shutterbug-1.6.36.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/x11-misc/shutterbug/shutterbug-1.6.36.ebuild 
b/x11-misc/shutterbug/shutterbug-1.6.36.ebuild
index 89d7e03..7f82640 100644
--- a/x11-misc/shutterbug/shutterbug-1.6.36.ebuild
+++ b/x11-misc/shutterbug/shutterbug-1.6.36.ebuild
@@ -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
+}

Reply via email to