Gentoo Archives: gentoo-commits

From: "Rémi Cardona" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gom/
Date: Sun, 19 Jan 2020 23:24:12
Message-Id: 1579476239.c5841858413dbf1c7f0416ab2422e2d74181e900.remi@gentoo
1 commit: c5841858413dbf1c7f0416ab2422e2d74181e900
2 Author: Rémi Cardona <remi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 23:23:26 2020 +0000
4 Commit: Rémi Cardona <remi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 23:23:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5841858
7
8 dev-libs/gom: fix QA violations reported through CI
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Rémi Cardona <remi <AT> gentoo.org>
12
13 dev-libs/gom/gom-0.3.3.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-libs/gom/gom-0.3.3.ebuild b/dev-libs/gom/gom-0.3.3.ebuild
17 index b9062d9606a..146fe47ed50 100644
18 --- a/dev-libs/gom/gom-0.3.3.ebuild
19 +++ b/dev-libs/gom/gom-0.3.3.ebuild
20 @@ -14,6 +14,8 @@ LICENSE="LGPL-2+"
21 SLOT="0"
22 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
23 IUSE="doc +introspection test"
24 +RESTRICT="!test? ( test )"
25 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
26
27 RDEPEND="
28 >=dev-db/sqlite-3.7:3