From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/pathfinder/
Date: Sun, 5 Jun 2016 18:23:56 +0000 (UTC) [thread overview]
Message-ID: <1465150703.033fc93d98e3f11bfa6ecda79838b17ac55079ab.floppym@gentoo> (raw)
commit: 033fc93d98e3f11bfa6ecda79838b17ac55079ab
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 18:18:23 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 18:18:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033fc93d
x11-misc/pathfinder: move FOXCONF definition to src_compile
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 | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/x11-misc/pathfinder/pathfinder-1.6.36.ebuild b/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
index 61802fd..e46ddc1 100644
--- a/x11-misc/pathfinder/pathfinder-1.6.36.ebuild
+++ b/x11-misc/pathfinder/pathfinder-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
+}
next reply other threads:[~2016-06-05 18:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-05 18:23 Mike Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-02-19 23:46 [gentoo-commits] repo/gentoo:master commit in: x11-misc/pathfinder/ David Seifert
2016-10-27 0:56 Chris Reffett
2016-08-06 10:51 Pacho Ramos
2016-05-07 21:49 Andreas Hüttel
2016-05-06 16:32 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1465150703.033fc93d98e3f11bfa6ecda79838b17ac55079ab.floppym@gentoo \
--to=floppym@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox