Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-core/
Date: Sun, 09 Feb 2020 13:14:10
Message-Id: 1581254002.2ee6b32a251d4713424d954d3944ec1ca87774a0.soap@gentoo
1 commit: 2ee6b32a251d4713424d954d3944ec1ca87774a0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 13:13:22 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 13:13:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee6b32a
7
8 dev-util/molecule-core: [QA] Fix OutdatedBlocker
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
17 index 042948d69fd..eb6c76146ff 100644
18 --- a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
19 +++ b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
20 @@ -2,6 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="6"
24 +
25 PYTHON_COMPAT=( python{2_7,3_6} )
26
27 inherit python-r1
28 @@ -13,12 +14,11 @@ SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
29 LICENSE="GPL-2"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 -IUSE=""
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
34
35 DEPEND="dev-util/intltool
36 sys-devel/gettext"
37 -RDEPEND="!<dev-util/molecule-1
38 +RDEPEND="
39 sys-process/lsof
40 ${PYTHON_DEPS}"