Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/FXdiv/
Date: Mon, 09 May 2022 18:34:21
Message-Id: 1652121246.d66397b46205f0661e899e9ba78cfe9b4a79f739.tupone@gentoo
1 commit: d66397b46205f0661e899e9ba78cfe9b4a79f739
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 18:34:06 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 18:34:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66397b4
7
8 dev-libs/FXdiv: add USE test and deps
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-libs/FXdiv/FXdiv-2020.12.09.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/FXdiv/FXdiv-2020.12.09.ebuild b/dev-libs/FXdiv/FXdiv-2020.12.09.ebuild
17 index 440b321e2813..825ada47c95e 100644
18 --- a/dev-libs/FXdiv/FXdiv-2020.12.09.ebuild
19 +++ b/dev-libs/FXdiv/FXdiv-2020.12.09.ebuild
20 @@ -13,10 +13,12 @@ SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz
21 LICENSE="MIT"
22 SLOT="0"
23 KEYWORDS="~amd64"
24 +IUSE="test"
25
26 DEPEND=""
27 RDEPEND="${DEPEND}"
28 -BDEPEND=""
29 +BDEPEND="test? ( dev-cpp/gtest )"
30 +RESTRICT="!test? ( test )"
31
32 S="${WORKDIR}"/${PN}-${CommitId}