projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58a3880
)
x11-misc/shutterbug: move FOXCONF definition to src_compile
author
Mike Gilbert
<floppym@gentoo.org>
Sun, 5 Jun 2016 18:32:27 +0000
(14:32 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Sun, 5 Jun 2016 18:33:07 +0000
(14:33 -0400)
Bug: https://bugs.gentoo.org/582206
Package-Manager: portage-2.3.0_rc1_p14
x11-misc/shutterbug/shutterbug-1.6.36.ebuild
patch
|
blob
|
history
diff --git
a/x11-misc/shutterbug/shutterbug-1.6.36.ebuild
b/x11-misc/shutterbug/shutterbug-1.6.36.ebuild
index 89d7e038acf332db9c7aa38956182ca9eb7aa53c..7f82640d25e2f148363a5a95e7c79369f43231ea 100644
(file)
--- a/
x11-misc/shutterbug/shutterbug-1.6.36.ebuild
+++ b/
x11-misc/shutterbug/shutterbug-1.6.36.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
1
Gentoo Foundation
+# Copyright 1999-201
6
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
+}