From: "Slawek Lis" <slis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeodecomp/
Date: Fri, 28 Aug 2015 06:28:58 +0000 (UTC) [thread overview]
Message-ID: <1440743362.4319d12e7c0bbde77ac51dfc16989a6794d0ad26.slis@gentoo> (raw)
commit: 4319d12e7c0bbde77ac51dfc16989a6794d0ad26
Author: Sławomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 06:29:22 2015 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 06:29:22 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4319d12e
Fixed #558714
Added 'examples' USE flag and conditional depend on sys-cluster/mpich2
Package-Manager: portage-2.2.20.1
sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild b/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
index cb6d7b6..0f2d29f 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
@@ -13,16 +13,20 @@ SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
SLOT="0"
LICENSE="Boost-1.0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc"
+IUSE="doc examples"
RDEPEND=">=dev-libs/boost-1.48"
DEPEND="${RDEPEND}
- dev-libs/libflatarray"
+ dev-libs/libflatarray
+ examples? ( !sys-cluster/mpich2 )"
S="${WORKDIR}/${P}/src"
src_prepare() {
epatch "${FILESDIR}/libflatarray.patch"
+ if ! use examples ; then
+ sed -i 's/examples//g' CMakeLists.txt
+ fi
}
src_compile() {
next reply other threads:[~2015-08-28 6:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-28 6:28 Slawek Lis [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-06 16:51 [gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeodecomp/ Michał Górny
2017-09-01 7:55 Slawek Lis
2017-10-16 3:34 David Seifert
2019-05-15 17:11 Andreas Sturmlechner
2019-08-30 5:11 Slawek Lis
2020-02-14 6:22 Joonas Niilola
2020-02-25 6:05 Joonas Niilola
2020-03-15 17:52 Joonas Niilola
2020-03-15 17:52 Joonas Niilola
2020-03-15 17:52 Joonas Niilola
2020-04-21 12:45 Joonas Niilola
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=1440743362.4319d12e7c0bbde77ac51dfc16989a6794d0ad26.slis@gentoo \
--to=slis@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